SEM Software
Problems with model specification
2: In eval(expr, envir, enclos) :
Could not compute QR decomposition of Hessian.
Optimization probably did not converge.
> model.dhp <- specifyModel ()
1: EA_response -> EA_survival,NA,1
2: EA_response -> EA_progeny,gam12
3: EA_response -> EA_progeny_wet_mass,gam13
4: EA_response -> EA_progeny_dry_mass,gam14
5: FC_response -> FC_survival,NA,1
6: FC_response -> FC_progeny,gam22
7: BA_response -> Ba_emergence,NA,1
8: BA_response -> Ba_shoot_length,gam32
9: BA_response -> Ba_root_length,gam33
- Read more about Problems with model specification
- Log in or register to post comments
openmx
Unfortunately, using OpenMx is somewhat limited due to the NPSOL library, which only supports Linux versions that use the Gnu C Compiler (GCC) up to version 4.6. But that is not helpful on standard Linux systems, such as Fedora 20, which uses gcc 4.8.
- Read more about openmx
- 3 comments
- Log in or register to post comments
Help for Use image analysis software for SEM picures
select sample
- Read more about select sample
- 3 comments
- Log in or register to post comments
Depends and Imports with OpenMx
I am currently in the process of getting a new package on CRAN. My package uses openMx to estimate SE Models. Normally, to upload a package on CRAN, one would specify what packages are required. For example, I would put the following in my Description file:
Depends: OpenMx, MASS
Imports: OpenMx, MASS
if I had functions that use openmx and the MASS package. And in my Namespace file:
import("OpenMx", "MASS")
- Read more about Depends and Imports with OpenMx
- 7 comments
- Log in or register to post comments
Hessian
- Read more about Hessian
- 10 comments
- Log in or register to post comments
Mx 1.x
Running the script "models/passing/univACE.mx"
I get the following error suggesting that "select if" is referring to a variable name not in the labels list... which is odd, as it clearly is. Any clues?
t
The following MX script lines were read for group 2
TITLE G2: MZ DATA
Note: Opening #include file 1 ozbmi.dat
DATA NINPUT=12
RECTANGULAR FILE=OZBMI.REC
Rectangular continuous data read initiated
NOTE: Rectangular file contained 3808 records with data
- Read more about Mx 1.x
- 8 comments
- Log in or register to post comments