Displaying 1 result from an estimated 1 matches for "tncsg".
2009 Aug 11
0
SEM decomposition of Hessian
...es = vars, :
Could not compute QR decomposition of Hessian.
Optimization probably did not converge.
I have 4 latent variables (plant, AMF, abiotic, and soilAgg) with 2 or 4 indicator variables for each latent variable.My model is specified as:
> mod.AL.5 <-
specify.model()
1: plant ->
tnCSG, plantCSG, .6
2: plant ->
tnDIV, plantDIV, NA
3: plant ->
tnFRL, plantFRL, NA
4: plant ->
tnCRL, plantCRL, NA
5: AMF -> tnHL,
AMFHL, .6
6: AMF -> tnHRL,
AMFHRL, NA
7: abiotic ->
tnHYDRO, abioticHYDRO, .6
8: abiotic ->
tnPS, abioticPS, NA
9: abiotic ->
tnNaPi, abioticNaPi, NA...