Description Usage Arguments Value See Also Examples
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.
1 | summaryrshp(rshp, test = "hsd", p.adj = "none", alpha = 0.05)
|
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 |
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)
reshapimg
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.