Standar Errors for variance components of non-linear mixed effect models
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Alexis Villacis
il 15 Dic 2018
Commentato: Jeff Miller
il 16 Dic 2018
Hello!
I am estimating a non-linear mixed effect model using nlmefit, and although Matlab produces standard errors for the estimated betas, it does not produce standard errors for the variance components (the PSI matrix). How can I obtain/estimate the standard errors for the variance components? Would it also be possible to estimate the s.e. for the covariance components of the PSI matrix?
Any help will be really appreciated from the bottom of my heart.
Thank you in advance,
0 Commenti
Risposta accettata
Jeff Miller
il 16 Dic 2018
One way is to use the bootstrp function. For each bootstrap sample, you would write your own function to call nlmefit and save the output PSI matrix values. After you've done that for many bootstrap samples, you can get s.e.'s using the stored PSI matrix values from the individual bootstrap results (e.g., Wikipedia ).
2 Commenti
Jeff Miller
il 16 Dic 2018
Sorry, I have no helpful thoughts. I don't know enough about these models to know how the R routines get confidence intervals. Some procedure based on Fisher information maybe?
Did you look at nlmefitsa? It might use the same algorithm as the R package.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Nonlinear Regression in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!