fp_info {adas.utils}R Documentation

Factorial plan info

Description

Print information about the factorial plan.

Usage

fp_info(x, file = "", comment = "")

Arguments

x

the factorial plan.

file

the file to write the information to. Use console if empty.

comment

a comment mark to add before each line of the information.

Value

No return value, just prints the fp information.

Examples

fp_design_matrix(3, rep=2) %>%
  fp_info()

[Package adas.utils version 1.2.0 Index]