Last chance! 50% off unlimited learning
Sale ends in
quickly check correlation matrix, or the correlation between a particular X and all other vars could be useful for looking for relevant instrument
check_cor(data, var_name_select = NULL, d = 3)
a data.frame used in regression model
to specify the variable names to be included in the table, default is NULL--all variables are included
number of digits retained after the decimal point
# NOT RUN {
data(mtcars)
check_cor(mtcars)
# }
Run the code above in your browser using DataLab