Skip to content
Lonnie Chrisman
Lonnie Chrisman
@lchrisman
Admin
Member
Joined: Oct 12, 2010
Last seen: Mar 28, 2025
Topics: 10 / Replies: 33
Reply
RE: Analytica-provided statistics don't match extracted datapoint statistics

Regarding the discrepancy in the stats and mean that you asked about, I assume that the second column in your screenshot that is labelled "Extracted f...

2 years ago
Reply
RE: Analytica-provided statistics don't match extracted datapoint statistics

BTW, to create a box plot in Analytica (we call them Tukey Plots or Tukey Bar Plots), you can do the following. Add the OnGraphDraw Annotations li...

2 years ago
Reply
RE: Can't edit "Rent & Buy Analysis" tutorial model

Not a bug. You are in browse mode. Change to edit mode by pressing the arrow button on the toolbar.

2 years ago
Topic
Forum
Replies: 0
Views: 1503
Reply
RE: Dynamic variable

The second value will be inv_0 - dem_t[1] + lambda[1] Let's take some example values: Inv_0 := 100000 Dem_t := 10 * I_t Lambda := 100 * I_t T...

2 years ago
Reply
RE: Call slicer in OnGraphDraw

You won't be changing the slicers in OnGraphDraw, but your OnGraphDraw logic might reading the slicer values. The slider positions are contained in ...

2 years ago
Reply
RE: Create global function

Glad you got it to work.Your original posting said that you "put it in a module and set the model's class to Filed module." You should have changed t...

2 years ago
Reply
RE: Show arrows, even erroneous arrows

> it should be possible to construct the influence diagram as intended before working out details of the definitions. I totally agree. Analytic...

3 years ago
Reply
RE: Copying and pasting icons

In edit mode, select the node, then click on the image/icon within the node. You should notice that the four selection handles that appear at the corn...

3 years ago
Reply
RE: ODBC/SQL authentication without storing credentials in model

One approach is to use AskMsgText to get the credentials. You would change your Connection_string variable's Definition to something like: Local use...

3 years ago
Reply
RE: OnClick option for modules

You can put a button (or picture node) on top of the module node, making it look like the module. To make it look the same, you can just add an image ...

3 years ago
Reply
RE: Bring objects to front/send to back

The Front-to-back is determined by the z-order, which is stored in the NodeLocation attribute. It is an integer, and can be positive or negative. No...

3 years ago
Reply
RE: Table manipulation

The critical part of the above answer is that your criteria needs to reduce all indexes from X except for the one you want to subset (Col). As you get...

3 years ago
Reply
RE: Icon sets in result table? Is it possible?

I've just released a new library called the Cell Icon Set Library. This contains a collection of pre-curated icon sets to be used as cell icons in tab...

3 years ago
Page 2 / 3

Download Free Analytica


    We hate spam as much as you. We won't share your email with third parties.
    The free edition of Analytica includes these key Analytica features:
    Free Analytica has no time limit. The only constraint is it won’t let you create more than 100 variables or other objects. But your model can be quite substantial since each variable can be a multidimensional array. It also lets you explore, change inputs, and run existing models of any size (excluding features unique to the Enterprise or Optimizer editions).