Description Usage Arguments Value
View source: R/Helper_Functions.R
Creates a data frame from a list of lsmobj results generated from a looped call involving lsmeans or lstrends.
1 2 3 | lsmeansTable(lsList, idName = "ID", table = "contrasts")
lstrendsTable(lsList, idName = "ID")
|
lsList |
A list of objects of class lsmobj |
idName |
The name for the grouping factor created from the names of the list supplied as a string. Defaults to "ID" |
table |
a string specifying "contrasts" or "lsmeans" which specifies whether the estimates of the means or the contrasts will be returned by lsmeansTable() |
A dataframe with the first column containing a factor comprised of the names of the list object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.