Skip to content
Lonnie Chrisman
Lonnie Chrisman
@lchrisman
Admin
Member
Joined: Oct 12, 2010
Last seen: Apr 11, 2024
Topics: 8 / Replies: 32
Reply
RE: Why is there no "Two-tier top/side tabs" options in the new ACP navigation style?

I think they work on ACP and they should have been there as an option in the ACP Styles Library. I think the reason they aren't there was that the per...

2 years ago
Reply
RE: Bar chart with two bar colors - positives green, negatives red

Here is another option, to get bars in table cells (rather than in the graph). Starting with the original variable Score in Pat's model, view the resu...

3 years ago
Reply
RE: Bar chart with two bar colors - positives green, negatives red

Here's a screenshot after following your instructions (without step 6).

3 years ago
Reply
RE: Entry of a symmetric matrix

Here is an example that does what you want: The edit table look like this: The gray cells are read-only, so you can only change the white cell...

3 years ago
Reply
RE: Add a Secondary Axis

As of Analytica 6.0, we don't have an option to add a secondary Y-axis. We do have this enhancement request already logged.

3 years ago
Reply
RE: Markov Decision Process example model?

These are a bit more elaborate than a simple example model, but are probably of interest since they are applied examples. They are Markov models of th...

3 years ago
Reply
RE: How to map Year and Day_of_year to actual date

Local d := ParseDate(Day_of_year&"-"&Year); d := if Day_of_year='29-Feb' and DatePart(d,'D')<>29 then null else d; Time[Time=d,defVal:...

3 years ago
Reply
RE: 2-D ragged array to 1-D array with null separators?

@patstevens - This looks efficient, but yes, it takes more effort to decode than a purely functional expression. One thing I would say is to not be to...

3 years ago
Reply
RE: 2-D ragged array to 1-D array with null separators?

@jessiesandoval - Your original definition (with the bug Pat found) is equivalent to: Flatten(Attendees, Group, Event, ResultIndex:Event_num, condit...

3 years ago
Page 3 / 3