SLM1 | R Documentation |
First data used in example 4 of Salmerón, García and García (2024) (subsection 4.4) on the special case of the simple linear model.
data("SLM1")
A data frame with 50 observations on the following 3 variables:
y1
Dependent variable simulated as y = 3 + 4*V + u where u is normally distributed with a mean of 0 and a variance of 2.
cte
Intercept.
V
Simulated from a normal distribution with a mean of 10 and a variance of 100.
Salmerón, R., García, C.B. and García, J. (2025). A redefined Variance Inflation Factor: overcoming the limitations of the Variance Inflation Factor. Computational Economics, 65, 337-363, doi: https://doi.org/10.1007/s10614-024-10575-8.
head(SLM1, n=5)
y = SLM1[,1]
x = SLM1[,2:3]
multicollinearity(y, x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.