Documentation

error in 2.1.1 multiple regression model?
There are two paths called βyz in the un-titled figure currently on page 26
Seems that one should be βx and the other βz (the one that is currently βy should be β0)?
Similar issue in the simple regression figure (unlabeled, but currently on page 22)
Somewhere around here in the documentation some explanation of the triangle should be given too: I think users will be wondering:
If it's a mean, how can it be connected to all three variables?
- Read more about error in 2.1.1 multiple regression model?
- 4 comments
- Log in or register to post comments

Consistency in parameter labels
states y = β0 + β 1 ∗ x + ϵ
Then in the text below the parameters are called " β0 , β1 , σ2, ϵ , and the mean and variance of x".
And then in the diagram we see σ2x ,σ2y, βy, βyz and μx.
- Read more about Consistency in parameter labels
- 3 comments
- Log in or register to post comments

Documentation tools setup (Sphinx, Sweave etc.)
Color coding looks good. Is there any way we could add openMX key words (function and parameters) to the list of recognized key words. These could be displayed in a different color.

Tutorials start too fast
- Read more about Tutorials start too fast
- 32 comments
- Log in or register to post comments

large function call confusion, commas, and semicolons
We also have some irregular usage of semicolons in the documentation that needs addressed.

Where should example data live?
Currently, the example on the front page doesn't work out of the box, because.
demoData = read.csv("demoOneFactor.csv", header=TRUE)
# cannot open file 'demoOneFactor.csv': No such file or directory
Just because it's so obvious on the home page, I think a lot of people will copy and paste it in, so it would be nice if it ran...
I can't see a datafile in the package called "demoOneFactor.csv"
Using the ability of R to access the web, we could do:
read.csv("http://openmx.psyc.virginia.edu/data/demoOneFactor.csv", header = TRUE)
- Read more about Where should example data live?
- 9 comments
- Log in or register to post comments

Welcome to the Documentation forum
We expect this forum to be used by the beta testers as well as the development team.
- Read more about Welcome to the Documentation forum
- 41 comments
- Log in or register to post comments
Pagination
- Previous page
- Page 3