search for: mdubins

Displaying 1 result from an estimated 1 matches for "mdubins".

Did you mean: dubins
2008 Mar 21
0
How to Package Extra Results to summary.lm
...2:length(names(mod$model))]) sd.Y = sd(mod$model[,1]) coefs.in.sds = coefs[2:length(coefs)]/sd.Y std.betas = coefs.in.sds / (1/sds) std.betas } tolerance = function(model) # Dependent on car package { 1/vif(model) } http://www.utsc.utoronto.ca/~mdubins/summary2.R http://www.utsc.utoronto.ca/~mdubins/Tab15-1.dat > summary2(b) Call: lm(formula = Overall ~ Teach + Exam + Knowledge + Grade + Enroll) Residuals: Min 1Q Median 3Q Max -0.69991 -0.16245 0.01669 0.20511 0.82464 Coefficients: Std.Estimate Est...