create_fgrid: Create a data frame of variable combinations for a...

Description Usage Arguments Value See Also

Description

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

Usage

 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)

Arguments

.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

Value

a dataframe of class "factor.grid" for passing to additional factorial-design functions

See Also

Other factorial-design functions: aov_fgrid, aov_formulate_bw, combine_factor_levels, expand_fgrid, factor_summary, summary_form_grid


darrellpenta/dissertate documentation built on May 14, 2019, 6:10 p.m.