cor_lm_d: semipartial, partial und Korrelationen nullter Ordnung eines...

Description Usage Arguments Value See Also Examples

View source: R/semi_partial_corr_lm_d.R

Description

berechnet semipartial, partial und Korrelationen nullter Ordnung der Prädiktoren einer linearen Regression mit dem Kriterium

Usage

1
cor_lm_d(fit, digits = 2)

Arguments

fit

ein Objekt einer lm Berechnung

Value

Datensatz (dataframe) von r, r.,r..

See Also

lm,cor

Examples

1
2
3
library(car)
fit <- lm(mpg ~ disp + hp + wt + drat, data=mtcars) 
cor_lm_d(fit)

lillion/emittr documentation built on May 10, 2020, 7:23 a.m.