mefaNestedless: Make Non-Nested 'mefa' Object

Description Usage Arguments Value Author(s) References See Also Examples

Description

The functions makes a non-nested 'mefa' object.

Usage

1

Arguments

x

an objects of class 'mefa' with nested segments.

Value

Returns an object of class 'mefa', with non-nested segments. This function is internally used by the melt.mefa function.

Author(s)

P\'eter S\'olymos, solymos@ualberta.ca

References

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. http://www.jstatsoft.org/v29/i08/

http://mefa.r-forge.r-project.org/

See Also

mefa, is.mefa, melt.mefa

Examples

1
2
3
4
5
data(dol.count)
x <- mefa(stcs(dol.count), nested = TRUE)
x
y <- mefaNestedless(x)
y

mefa documentation built on May 2, 2019, 5 p.m.