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 April 11, 2025, 10:58 p.m.