addNormSig: Merges summarySYM with Dunn's Results

Description Usage Arguments Value Author(s) Examples

View source: R/addNormSig.R

Description

Merges summarySYM with Dunn's Results

Usage

1
addNormSig(anova, summaryData, groupvar, signif, keepAll = FALSE)

Arguments

anova

the anova of data of which significance is to be calculated

summaryData

A data frame output by the summarySYM function

groupvar

variable to group data by (independent variable)

signif

significance level, default is 0.05 when set to NULL

Value

The merged file of summaryData and FSA's dunnTest results

Author(s)

Alex Soupir

Examples

1
2
mergeSYM(weightdata = plant_weight_data, winrhizo = root_winrhizo_data, cropname = "Plant Name)
merged_df <- mergeSYM(weightdata = plant_weight_data, winrhizo = root_winrhizo_data, cropname = "Plant Name)

ACSoupir/Endophyte documentation built on Oct. 19, 2019, 2:15 a.m.