Displaying 1 result from an estimated 1 matches for "abbotsford".
2010 Mar 26
0
row names in regression results and saving the identification results from added variable plots
Hello all,
Is there a way to take the row names from my data.frame and have them
imported to the regression results?
At the moment, I my original data frame looks like this:
/ Riding name / Turnout / Margin / Expenditures
1 / Abbotsford
2 / .
3 / .
4 / .Willow
I know how to set the row names for the original data frame to be the
Riding name, but when I run the regression, the residuals, dfbetas,
cook's d all lose those and are listed with the original row number.
This does not pose a significant problem for when I'...