mylm | R Documentation |
Correlation and Fitting linear model function for function "mycor"
mylm(y, x, digits = 3)
y |
numeric vectors of data values |
x |
numeric vectors of data values |
digits |
integer indicating the number of decimal places (round) or significant digits (signif) to be used. |
mylm returns a list of following components
a list of class "htest" from cor.test
between the last paired samples in a data.frame.
a numeric vector of length 4, consist of r and p values
from cor.test
,slope and intercept values from
lm
between numeric vector y and x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.