summaryrshp: Summarizing reshaped data

Description Usage Arguments Value See Also Examples

View source: R/summaryrshp.R

Description

Gives natural statistics (number of observations, average, standard deviations) for each variable and each zones. ANOVA of the model "variable~zone" is run, and difference tests are computed to find groups.

Usage

1
summaryrshp(rshp, test = "hsd", p.adj = "none", alpha = 0.05)

Arguments

rshp

data resulting from reshapimg

test

"lsd" (corresponding to Least Significant Difference) or "hsd" (corresponding to the Tukey Test)

p.adj

LSD.test parameter to adjust the p-value for the multiple comparison

alpha

Threshold of significance for determining the gorups

Value

Returns a list containing, for each variable: the results of the ANOVA; the summary of the variable; and the usual statistics by zones (n,average, sd,group)

See Also

reshapimg

Examples

1
2

multifluo documentation built on May 2, 2019, 1:07 p.m.