I am running a random intercept random slope regression:
 
fitRIRT <- lme(echogen~time,random=~  
1+time|subject,data=repeatdata,na.action=na.omit)
summary(fitRIRT)
 
I would like to get the subject-specific slopes, i.e. the slope that the model 
computes for each subject. If I have 10-subjects I should have 10-slopes. I 
don't see the slope when I look at the items listed in 
names(summary(fitRIRT)
nor when I look at the items listed in 
names(fitRIRT)
 
Thanks 
John
 
 

 
 
 
John David Sorkin M.D., Ph.D.
Chief, Biostatistics and Informatics
University of Maryland School of Medicine Division of Gerontology
Baltimore VA Medical Center
10 North Greene Street
GRECC (BT/18/GR)
Baltimore, MD 21201-1524
(Phone) 410-605-7119
(Fax) 410-605-7913 (Please call phone number above prior to faxing)
Confidentiality Statement:
This email message, including any attachments, is for the sole use of the 
intended recipient(s) and may contain confidential and privileged information.  
Any unauthorized use, disclosure or distribution is prohibited.  If you are not 
the intended recipient, please contact the sender by reply email and destroy 
all copies of the original message. 
______________________________________________
R-help@r-project.org 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.

Reply via email to