search for: lmestruct

Displaying 8 results from an estimated 8 matches for "lmestruct".

2004 Aug 03
2
lme fitted correlation of random effects: where is it?
The print method for lme *prints out* the fitted correlation matrix for the random effects. Is there any way to get these values as an object in R? I have examined the components of the lme object (called "junk" in the example below) and the components of summary(junk) without finding these numbers. (How I did this: I dumped the entire lme object to a text file and then used egrep to
2003 May 20
1
Extracting elements from an reStruct
...9;s equation, and residual is the residual variance. The problem is getting access to var1..varn (or, as R generally reports it, sd1..sdn) programmatically. I can get the residual standard deviation with: print(model$sigma) and I can view the standard deviations with: summary(model$modelStruct$lmeStruct) But I can't figure out how to get at the standard deviations without the human-readable print format. Thanks- Andy Perrin ---------------------------------------------------------------------- Andrew J Perrin - http://www.unc.edu/~aperrin Assistant Professor of Sociology, U of North Carolin...
2006 Mar 28
3
fixed effects
...can work as long as the X's are just factors = fitted means.) > help.search("fixed.effects"); fixed.effects(nlme) Extract Fixed Effects fixed.effects.lmList(nlme) Extract lmList Fixed Effects lme(nlme) Linear Mixed-Effects Models lmeStruct(nlme) Linear Mixed-Effects Structure nlme(nlme) Nonlinear Mixed-Effects Models nlmeStruct(nlme) Nonlinear Mixed-Effects Structure Type 'help(FOO, package = PKG)' to inspect entry 'FOO(PKG) TITLE'. ok---I want to read...
2008 Jun 07
2
Predicting a single observatio using LME
When I use a model fit with LME, I get an error if I try to use "predict" with a dataset consisting of a single line. For example, using this data: > simpledata Y t D ID 1 -1.464740870 1 0 1 2 1.222911373 2 0 1 3 -0.605996798 3 0 1 4 0.155692707 4 0 1 5 3.849619772 1 0 2 6 4.289213902 2 0 2 7 2.369407737 3 0 2 8 2.249052533 4 0 2 9 0.920044316 1
2004 Jul 05
1
"make" error for R-1.9.1
...c text html latex varIdent text html latex varPower text html latex varWeights text html latex varWeights.glsStruct text html latex varWeights.lmeStruct text html latex Error in .installPackageIndices(".", "/working/jrd/sat/rksh/R-1.9.1/library/nlme ") : cannot open directory'/working/jrd/sat/rksh/R-1.9.1/library/nlme/Meta' Execution halted ERROR: installing package indices failed ** Removin...
2008 Feb 23
1
Fixed effects
Hello everyone! I would really appreciate it if someone knew where could I find the command in R in order to run a fixed effects regression. What format should my data have? I have looked through the manual and I could not find anything Thank you in advance, Petros [[alternative HTML version deleted]]
2005 Sep 27
0
Help: A application error and failed just-in-debugging.
...Model loglik.mix(mix) Loglikelihood for Incomplete Data under the General Location Model prelim.mix(mix) Preliminary Manipulations on Matrix of I ncomplete Mixed Data lme(nlme) Linear Mixed-Effects Models lmeStruct(nlme) Linear Mixed-Effects Structure nlme(nlme) Nonlinear Mixed-Effects Models nlmeStruct(nlme) Nonlinear Mixed-Effects Structure Type 'help(FOO, package = PKG)' to inspect entry 'FOO(PKG) TITLE'. Thanks, Jia [[alternative HTML version del...
2004 Jul 01
2
Individual log likelihoods of nlsList objects.
Hello all. I was wondering if the logLike.nls() and logLike.nlme() functions are still being used. Neither function seems to be available in the most recent release of R (1.9.1). The following is contained in the help file for logLik(): "classes which already have methods for this function include: 'glm', 'lm', 'nls' and 'gls', 'lme' and others in