Displaying 3 results from an estimated 3 matches for "underidentif".
Did you mean:
underidentify
2013 Feb 09
1
Troubleshooting underidentification issues in structural equation modelling (SEM)
...v.mat)
model <- cfa(file = "http://dl.dropbox.com/u/1445171/cfa.model.txt",
reference.indicators = FALSE)
cfa.output <- sem(model, cov.mat, N = 900, maxiter = 80000, optimizer
= optimizerOptim)
Warning message:In eval(expr, envir, enclos) : Negative parameter
variances.Model may be underidentified.
Straight off you might notice a few anomalies, let me explain.
- Why is the optimizer chosen to be optimizerOptim?
ANS: I originally stuck with the default optimizerSem but no matter how
many iterations I run, either I run out of memory first (8GB RAM setup) or
it would report no converge...
2012 Jan 17
2
bayesian mixed logit
Dear all,
I am writing an R code to fit a Bayesian mixed logit (BML) via MCMC / MH algorithms following Train (2009, ch. 12).
Unfortunately, after many draws the covariance matrix of the correlated random parameters tend to become a matrix with almost perfect correlation, so I think there is a bug in the code I wrote but I do not seem to be able to find it.. dull I know.
Has anybody written a
2010 Jun 04
1
sem R: singular and Could not compute QR decomposition of Hessian
Can somebody help me with the following issue (SEM in R), please:
When I run the model (includes second order models) in R, it gives me the following:
1) In sem.default(ram = ram, S = S, N = N, param.names = pars, var.names = vars, :
Could not compute QR decomposition of Hessian.
Optimization probably did not converge.
2) I have aliased parameters and NaNS
or sometimes when