mylm: Correlation and Fitting linear model function for function...

Description Usage Arguments Value

Description

Correlation and Fitting linear model function for function "mycor"

Usage

1
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 from lm between numeric vector y and x


cardiomoon/mycor documentation built on May 13, 2019, 12:41 p.m.