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

View source: R/internal.R

mylmR 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

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/processR documentation built on April 20, 2023, 3:38 a.m.