allvars | R Documentation |
Returns a character vector containing all the variables present in a
mvp
object.
allvars(x)
x |
object of class |
The character vector returned is not in any particular order. It might
have been better for allvars()
to return a disord
object.
Robin K. S. Hankin
p <- rmvp(5)
p
allvars(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.