View source: R/get_design_long.R
get_design_long | R Documentation |
Makes a best guess at the design of a long-format data frame.
get_design_long(
data,
dv = c(y = "score"),
id = c(id = "id"),
plot = faux_options("plot")
)
data |
the data frame (in long format) |
dv |
the column name that identifies the DV |
id |
the column name(s) that identify a unit of analysis |
plot |
whether to show a plot of the design |
Finds all columns that contain a single value per unit of analysis (between factors), all columns that contain the same values per unit of analysis (within factors), and all columns that differ over units of analysis (dv, continuous factors)
a design list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.