Re: [R] Standard errors of the predicted values from a lme (or lmer)-object

2007-06-03 Thread Michael Kubovy
On Jun 1, 2007, at 6:08 AM, Dieter Menne wrote:

 Fränzi Korner fraenzi.korner at oikostat.ch writes:

 how do I obtain standard errors of the predicted values from a lme  
 (or
 lmer)-object?

 Not totally clear what you mean. intervals(lmeresult) gives the  
 confidence
 intervals for the coefficients. Otherwise, you can do some  
 calculations with
 residuals(lmeresult). Most useful for diagnostic purposes is plot 
 (lmeresult).

Perhaps
?estimable
in the gmodels package
_
Professor Michael Kubovy
University of Virginia
Department of Psychology
USPS: P.O.Box 400400Charlottesville, VA 22904-4400
Parcels:Room 102Gilmer Hall
 McCormick RoadCharlottesville, VA 22903
Office:B011+1-434-982-4729
Lab:B019+1-434-982-4751
Fax:+1-434-982-4766
WWW:http://www.people.virginia.edu/~mk9y/

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Standard errors of the predicted values from a lme (or lmer)-object

2007-06-01 Thread Dieter Menne
Fränzi Korner fraenzi.korner at oikostat.ch writes:

 
 how do I obtain standard errors of the predicted values from a lme (or
 lmer)-object?

Not totally clear what you mean. intervals(lmeresult) gives the confidence
intervals for the coefficients. Otherwise, you can do some calculations with
residuals(lmeresult). Most useful for diagnostic purposes is plot(lmeresult).

Dieter

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Standard errors of the predicted values from a lme (or lmer)-object

2007-05-31 Thread Fränzi Korner
Hi

how do I obtain standard errors of the predicted values from a lme (or
lmer)-object?

 

Thanks

 

 

##

Dr. Fränzi Korner-Nievergelt

oikostat - Statistische Analysen und Beratung

Ausserdorf 43

6218 Ettiswil

 

Tel: +41 (0) 41 980 49 22

[EMAIL PROTECTED]

 

www.oikostat.ch

#

 

 

 


[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.