Am I asking for too much:
for any object that a stat proc returns  ( y <- lm( y~x) , etc ) ) , is there
a super convenient function like give_all_extractors( y ) that lists all
extractor functions , the datatype returned , and a text descriptor
field ("pairwisepval" "lsmean" etc)

That would just be so convenient.

What are my options for querying an object so that I can quickly learn
the extractor functions to pull out the data and manipulate it?
Will the datatypes returned usually be named vectors and named
matrices, indiced by categorical values in the data
( "Male" "Female"  "Placebo" "DrugB" etc )? If they are indexed by 1 ,
2 , 3 , 4 , it's easier to lose track.

thanks a bunch in advance

______________________________________________
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