anovaben {MethodOpt} | R Documentation |
Computes ANOVA test
Description
Runs an ANOVA test for any variables that were selected by the user.
Usage
anovaben(objectives, data, ffd, obj_results, alpha)
Arguments
objectives |
User selected objectives. |
data |
Peak information (all times, heights, etc.). |
ffd |
Fractional factorial design |
obj_results |
Calculated objectives. |
alpha |
Alpha value. |
Value
list containing the results of ANOVA on the data from the FFD (including p-values and which parameters are significant), the suggested changes to add a level for a BBD, suggested values for the BBD, row indices for the results, and the data frame of the FFD with objective results included
[Package MethodOpt version 1.0.0 Index]