View source: R/3.3_Factorial_designs_Functions.R
as.data.frame_facDesign | R Documentation |
Converts an object of class facDesign.c
into a data frame.
as.data.frame_facDesign(dfac)
dfac |
An object of class |
The function as.data.frame_facDesign
returns a data frame.
fdo <- fracDesign(k = 2, replicates = 3, centerCube = 4)
as.data.frame_facDesign(fdo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.