Description Usage Arguments Examples
Calculate degree of freedom for the outcome of lm.fit(). This function is built for reg.linreg for higher efficiency only. It can't be used for calculating degree of freedom in general operation.
1 | reg.dof(fit)
|
fit |
:outcome of lm.f |
1 2 3 4 | X <- as.matrix(cbind(1,EuStockMarkets[,1:2])) # create the design matrix
Y <- as.data.frame(EuStockMarkets)$FTSE
fit <- lm.fit(x = X, y = Y)
reg.dof(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.