Perform ANOVA
Performs an ANOVA statistical test
anova_protti(data, grouping, condition, mean_ratio, sd, n)
data |
A data frame containing at least the input variables. |
grouping |
The column in the data frame containing precursor or peptide identifiers. |
condition |
The column in the data frame containing the conditions. |
mean_ratio |
The column in the data frame containing mean intensities or mean intensity ratios. |
sd |
The column in the data frame containing the standard deviation corresponding to the mean. |
n |
The column in the data frame containing the number of replicates for which the corresponding mean was calculated. |
A data frame that contains the within group error (ms_group
) and the between group error (ms_error
), f statistic and p-values.
## Not run: anova_protti( data, grouping = eg_precursor_id, condition = r_condition, mean = mean, sd = sd, n = n ) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.