Wissel | R Documentation |
Wissel data on outstanding mortgage debt.
data("Wissel")
A data frame with 17 observations on the following 6 variables:
t
Year.
D
Outstanding mortgage debt (dependent variable).
cte
Intercept.
C
Personal consumption (trillions of dollars).
I
Personal income (trillions of dollars).
CP
Outstanding consumer credit (trillions of dollars).
Wissel, J. (2009). A new biased estimator for multivariate regression models with highly collinear variables. Ph.D. thesis, Erlangung des naturwissenschaftlichen Doktorgrades der Bayerischen Julius-Maximilians-Universität Würzburg, url: https://opus.bibliothek.uni-wuerzburg.de/opus4-wuerzburg/frontdoor/deliver/index/docId/2949/file/wissel.pdf.
head(Wissel, n=5)
y = Wissel[,2]
x = Wissel[,3:6]
multicollinearity(y, x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.