plot_reglin: Plots the relationship between 2 quantitative variables

View source: R/graphs.R

plot_reglinR Documentation

Plots the relationship between 2 quantitative variables

Description

Plots the relationship between 2 quantitative variables

Usage

plot_reglin(tab, x, y, method = "lm")

Arguments

tab

a data frame

x

the independant variable

y

the dependant variable

Value

a ggplot plot


KZARCA/simplestats documentation built on Feb. 19, 2024, 1:11 a.m.