r - Summary function error not from the body of that generic function -


i trying call summary function of model created lme function in nlme package. code , data below.

it comes follwing error "call standardgeneric("summary") apparently not body of generic function"

diss <- read.csv("c:/users/bikash.deb/desktop/will's diss.csv") library(nlme) time <- factor(diss$protocol) lmeforce <- lme(force ~ diss$time, data=diss, random = ~ 1|repeatedmeasure) summary(lmeforce)  repeatedmeasure    protocol    force freddie1           1           1500 freddie2           1           1600 ben1               1           1100 ben2               1           1200 

appreciate help

cheers,

bikash


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -