Description Usage Arguments Details Value Note Author(s) Examples
Due to 'Rstudio's' status as open source software, we believe it will be utilized frequently for future data analysis by users whom lack formal training or experience with 'R'. The factorial design is a streamlined function that allows novice Rstudio users to perform factorial design of the analysis of variance without downloading multiple libraries or packages. Users can easily manipulate the data block, n-value, two k-values, and the two factors to optimize analysis for any data set.
1 | FactD(r,k1,k2,f1,f2,n)
|
r |
The dataset or source you want to examine |
k1,k2 |
The non-categorical variables that are used as one of the treatment variables. |
f1, f2 |
The factor,subject, and/or category that is being examined. |
n |
The sample size number |
This function has a built in model were we create two treatment repsonsesthat built off each other(reponse~treatment1*treatment2). Also gives you an One-Way Factorial ANOVA table.
Anova analysis of the model with a TukeyHSD with diagnostic plots
More Packages to come to accommadate all models and designs in library called Novice ANOVA.
Joseph V. Lipoff, Will Pauls, Kaylin C. Dobbs, Jordan L. Jensen, Kevin Woods, Evan T. Johnson, Wyatt Fowler, Scott D. Zimmerman,and Paul Plummer
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.