qqplotWGEN | R Documentation |
val
Makes a qqplot and Wilcoxon test between the two columns of val
qqplotWGEN(
val,
xlab = "simulated",
ylab = "measured",
main = "title",
ylim = c(min(val), max(val)),
xlim = c(min(val), max(val)),
diff = FALSE,
quantile = 0
)
val |
a matrix with two columns containing the two samples to be compared |
xlab , ylab , main |
see |
xlim , ylim |
see |
diff |
logical variable, if |
quantile |
quantile value on which data samples in |
Wilcoxon test between the two columns of 'val'
Emanuele Cordano, Emanuele Eccel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.