Description Usage Arguments Examples
View source: R/unique_variance.R
Proportion of Variance in a variable not explained by a linear regression of a set of predictors (i.e., one minus r-squared).
1 | unique_variance(y, x, data)
|
y |
character string of dependent variable of interest in |
x |
character string of predictor variables in |
data |
data.frame |
1 2 | data(facets_data); data(facets_meta)
unique_variance(y='swl', x=facets_meta$ipip_factors, data=facets_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.