get_lm: Take two numerical vectors and output a dataframe containing...

View source: R/misc_functions.R

get_lmR Documentation

Take two numerical vectors and output a dataframe containing the OLS slope and intercept

Description

Take two numerical vectors and output a dataframe containing the OLS slope and intercept

Usage

get_lm(x, y)

Arguments

x

Independent variable.

y

Dependent variable.


JackAHutchings/jahrfun documentation built on June 8, 2025, 3:09 a.m.