table2kunrep | R Documentation |
This function is aimed to provide a summary suitable for unreplicated/fractional designs.
table2kunrep(object)
object |
fitted model of class aov or lm. |
a data.frame containing the estimated effects, the sum of squares (SS), the sum o squares percentual contribution (SSPC), the effects' relative difference with respect to the overal mean (PRD).
library(planex)
data(semicondutores1rep)
semicondutores1rep <- treatcomb2factors(semicondutores1rep)
fit <- lm(rendimento ~ A*B*C*D*E, data = semicondutores1rep)
table2kunrep(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.