mylm {mycor} | R Documentation |
Correlation and Fitting linear model function for function "mycor"
Description
Correlation and Fitting linear model function for function "mycor"
Usage
mylm(y, x, ..., digits = 3)
Arguments
y |
numeric vectors of data values |
x |
numeric vectors of data values |
... |
further arguments to be passed to or from methods. |
digits |
integer indicating the number of decimal places (round) or significant digits (signif) to be used. |
Value
mylm returns a list of following components
- out
a list of class "htest" from
cor.test
between the last paired samples in a data.frame.- result
a numeric vector of length 4, consist of r and p values from
cor.test
,slope and intercept values fromlm
between numeric vector y and x
[Package mycor version 0.1.1 Index]