Learn R Programming

MethodOpt (version 1.0.0)

anovaben: 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)

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

Arguments

objectives

User selected objectives.

data

Peak information (all times, heights, etc.).

ffd

Fractional factorial design

obj_results

Calculated objectives.

alpha

Alpha value.