moderator2df | R Documentation |
Make data.frame from a list of moderator
moderator2df(moderator, mpos = c(0.5, 0.9), vars = NULL, df = NULL)
moderator |
A list |
mpos |
A numeric vector of length 2 |
vars |
A list |
df |
A data.frame |
moderator=list(name=c("milk","hair"),matrix=list(c(1,1,0,1,0,0,0,0,0,0) ,c(0,0,0,0,0,0,0,1,0,0))) moderator2df(moderator)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.