mefaNestedless | R Documentation |
The functions makes a non-nested 'mefa' object.
mefaNestedless(x)
x |
an objects of class 'mefa' with nested segments. |
Returns an object of class 'mefa', with non-nested segments. This function is internally used by the melt.mefa
function.
P\'eter S\'olymos, solymos@ualberta.ca
S\'olymos P. (2008) mefa: an R package for handling and reporting count data. Community Ecology 9, 125–127.
S\'olymos P. (2009) Processing ecological data in R with the mefa package. Journal of Statistical Software 29(8), 1–28. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.18637/jss.v029.i08")}
http://mefa.r-forge.r-project.org/
mefa
, is.mefa
, melt.mefa
data(dol.count)
x <- mefa(stcs(dol.count), nested = TRUE)
x
y <- mefaNestedless(x)
y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.