scan_r: R coefficient of linear models between numerical and...

Description Usage Arguments Value Examples

View source: R/scan_r.R

Description

R coefficient of linear models between numerical and catagorical columns in a dataframe

Usage

1
scan_r(.data)

Arguments

.data

a data frame

Value

a data frame with paired names of categorical variables (Cat and mnumeric ones Num and r value)

Examples

1
2
library(dplyr)
scan_r(starwars)

BenjaminLouis/datascan documentation built on May 26, 2019, 1:35 p.m.