trivial suggestion: if the files with all the examples of a given type are called "xxx_All.R", then people will easily know what they do, and they'll float to the top of lists, instead of the bottom
BivariateSaturated_All.R <--- this
BivariateSaturated_PathCov.R
BivariateSaturated_PathRaw.R
BivariateSaturated_MatrixCov.R
BivariateSaturated_MatrixRaw.R
BivariateSaturated_MatrixCovCholesky.R
BivariateSaturated_MatrixRawCholesky.R
BivariateSaturated.R <-- not this
In the same vein, i think the demo/ folder would be easier to navigate if things were named by what they do first that they sort together alphabetically. Any support?
Hi
I was planning on coding up matrix style common and independent pathway scripts but I wanted to check if you've already done this
Also how can I access the demo folder or it currently restricted?
thanks
Isn't this wrong?: The third value will cause the labels to be recycled and create a second x<->x variance path, and leaving the variance on y incorrectly set to .1?
trivial suggestion: if the
BivariateSaturated_All.R <--- this
BivariateSaturated_PathCov.R
BivariateSaturated_PathRaw.R
BivariateSaturated_MatrixCov.R
BivariateSaturated_MatrixRaw.R
BivariateSaturated_MatrixCovCholesky.R
BivariateSaturated_MatrixRawCholesky.R
BivariateSaturated.R <-- not this
Log in or register to post comments
In reply to trivial suggestion: if the by tbates
In the same vein, i think the
FactorModel_TwoFactor_Matrix_Cov.R
FactorModel_FourFactor_Matrix_Cov.R
instead of
TwoFactorModel_MatrixCov.R
...
FourFactorModel_MatrixCov.R
Log in or register to post comments
In reply to trivial suggestion: if the by tbates
Hi I was planning on coding
I was planning on coding up matrix style common and independent pathway scripts but I wanted to check if you've already done this
Also how can I access the demo folder or it currently restricted?
thanks
Log in or register to post comments
In reply to Hi I was planning on coding by smedland
Hi Sarah, No common pathway
No common pathway model yet - would be good.
There's an independent pathway model at
OpenMx/trunk/demo/TwinAnalysis_Multivariate_Matrix_Raw.R
Should be readable as with all the other examples?
Any new scripts you might post here or just email requesting someone to upload into svn for you? Seems the easiest way.
Log in or register to post comments
Bug in
Isn't this wrong?: The third value will cause the labels to be recycled and create a second x<->x variance path, and leaving the variance on y incorrectly set to .1?
mxPath(from=c("x","y"),
arrows=2,
free=TRUE,
values=c(1,.1,1),
labels=c("Varx","Vary")
)
Log in or register to post comments
In reply to Bug in by tbates
this is still broken.
Log in or register to post comments
In reply to this is still broken. by tbates
Please commit the fix into
Log in or register to post comments
is there an oldMx file for a
#mymatrices1 <- omxOriginalMx("mx-scripts/univACE.mx", "temp-files")
to a multivariate twin demo model for correctness checking?
Log in or register to post comments