Description Usage Arguments Value Methods (by class) Examples
Perform correlation and linear regression for a data.frame automatically
1 2 3 4 5 6 7 |
x |
A data.frame. |
... |
further arguments to be passed to |
digits |
integer indicating the number of decimal places (round) or significant digits (signif) to be used. |
formula |
a formula of the form ~ u + v, where each of u and v are numeric variables giving the data values for one sample. The samples must be of the same length. |
data |
A data.frame |
mycor |
Object to mycor |
mycor returns as object of class "mycor"
The function summary is used to print a summary of the result. The function
plot is used to plot the results using pairs
and parallelplot
.
An object of class "mycor:" is a list containing at least following components:
a data.frame
logical vectors returns if columns of df is.numeric
a list of class "htest" from cor.test
between the last paired samples in a data.frame.
a matrix consist of r values from cor.test
between all pairs of numeric data from a data.frame
a matrix consist of p values from cor.test
between all pairs of numeric data from a data.frame
a matrix consist of slope values from lm
between all pairs of numeric data from a data.frame
a matrix consist of intercept values from lm
between all pairs of numeric data from a data.frame
default
: for class data.frame
formula
: for class "formula"
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.