Description Usage Arguments Value See Also
This the generic create_fgrid function.
A vectorized vesion of the create_fgrid
function
Create a factor grid object from a named list of factors
Create a factor.grid
df from a dataframe
1 2 3 4 5 6 7 8 9 10 | create_fgrid(.data, ...)
## Default S3 method:
create_fgrid(.data, ...)
## S3 method for class 'list'
create_fgrid(.data, ...)
## S3 method for class 'data.frame'
create_fgrid(.data, ..., .ind_vars)
|
.data |
data that will be converted to a factorgrid dataframe |
... |
additional arguments |
.ind_vars |
a character vector naming the columns to extract factor levels from |
a dataframe of class "factor.grid" for passing to additional factorial-design functions
Other factorial-design functions: aov_fgrid
,
aov_formulate_bw
,
combine_factor_levels
,
expand_fgrid
, factor_summary
,
summary_form_grid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.