check_cor: quickly check correlation matrix, or the correlation between...

Description Usage Arguments Examples

View source: R/fast.check.R

Description

quickly check correlation matrix, or the correlation between a particular X and all other vars could be useful for looking for relevant instrument

Usage

1
check_cor(data, var_name_select = NULL, d = 3)

Arguments

data

a data.frame used in regression model

var_name_select

to specify the variable names to be included in the table, default is NULL–all variables are included

d

number of digits retained after the decimal point

Examples

1
2

regrrr documentation built on Aug. 13, 2021, 5:07 p.m.