Displaying 1 result from an estimated 1 matches for "myobjct".
Did you mean:
myobject
2003 Jul 14
1
methods help and glmmPQL
Dear All,
I would like to ask you to help me with my memeory. I remember using some
function that would list all the possible methods I could apply to an
object. Say, if I had an object of
class=lme,
it would tell me that that I could do stuff like
qqnorm(myobjct), or VarCorr(myobject). In general, a very complete list.
I though this list of all possible methods would pop out by typing
methods(class = lme) or, methods(class = whatever class my object is),
but, if I type: methods(class = lme), I get:
"anova.lme" "plot.lme" &qu...