OpenMx 0.3.0 (READ ME)
- Read more about OpenMx 0.3.0 (READ ME)
- Log in or register to post comments
mxConstraint("A", "=", "B")
You should write:
mxConstraint(A == B)
New Workshops page
- Read more about New Workshops page
- 1 comment
- Log in or register to post comments
If you are putting on an OpenMx workshop or know of a workshop that is not yet listed, we would be happy to list it on our workshops page. Just post a message on one of the forums and the OpenMx team will add your workshop to the list.
genepi library: move into OpenMx, or keep on googlecode?
As these are things that were very popular with users, can we figure out which (all?) of these to move into OpenMx and document (happy to help)? And how they will be named if they are part of the OpenMx distro itself: Perhaps mxl for library (misreadable as upper case i) or mxh for "Helper" or just genEpi_ for the sake of the guinea pigs :-)
1. mxhLabeler()
2. mxh_Labeler()
3. genEpi_Labeler()
citation("OpenMx")
citation("OpenMx")
To cite package ‘OpenMx’ in publications use:
Steven Boker, Michael Neale, Hermine Maes, Paras Metah, Sarah Kenny, Timothy Bates, Ryne Estabrook, Jeffrey Spies, Timothy Brick
and Michael Spiegel (). OpenMx: The OpenMx Statistical Modeling Package. R package version 0.2.10-1172.
http://openmx.psyc.virginia.edu
A BibTeX entry for LaTeX users is
@Manual{,
title = {OpenMx: The OpenMx Statistical Modeling Package},
- Read more about citation("OpenMx")
- 4 comments
- Log in or register to post comments
Weirdness with and without []: assignment of an object of class "numeric" is not valid for slot "values" in an object of class
> DirectionofCausationBcausesA$ACE.B@values
[,1] [,2]
[1,] 0 0
[2,] 0 0
> DirectionofCausationBcausesA$ACE.B@values[]
[,1] [,2]
[1,] 0 0
[2,] 0 0
>
> DirectionofCausationBcausesA$ACE.B@values<-0
Error in checkSlotAssignment(object, name, value) :
throw error when assigning bounds to non-existent parameters
Version 0.2.10 (documentation)
- Read more about Version 0.2.10 (documentation)
- Log in or register to post comments
This binary release includes a variety of goodies. A few small bugs have been squashed. The functions rvectorize and cvectorize have been implemented. Both of these functions generate a column vector: rvectorize traverses matrices by row, and cvectorize traverses matrices by column.
GeneticEpi_Matrix.rst refers to undefined matrices
OpenMx 0.2.9 includes standard errors!
- Read more about OpenMx 0.2.9 includes standard errors!
- Log in or register to post comments