addDunn: Merges summarySYM with Dunn's Results

Description Usage Arguments Value Author(s) Examples

View source: R/addDunn.R

Description

Merges summarySYM with Dunn's Results

Usage

1
addDunn(data, summaryData, dunnComp, padj = NULL, tukey = NULL)

Arguments

data

the raw data to be tested statistically

summaryData

A data frame output by the summarySYM function

dunnComp

the variable name in column 1 to

padj

how to adjust the P value, if desired

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.