slope: Slope of linear regression

View source: R/stat.R

slopeR Documentation

Slope of linear regression

Description

Slope of linear regression

Usage

slope(x, y)

Arguments

x

a numeric vector for x

y

a numeric vector for y

Value

Slope of linear regression

Examples

slope(runif(10), runif(10))

byzheng/myutils documentation built on Oct. 3, 2024, 1:35 a.m.