search for: datpat

Displaying 2 results from an estimated 2 matches for "datpat".

Did you mean: datat
2012 Apr 09
1
Summary Statistics Help
Hi, I would really appreciate all the help I can get. Unfortunately, I am really new to statistics! I hope you guys don't mind this. I am trying to find significance levels, beta, R, R squared, adjusted R squared, standard error and t test. FILE http://r.789695.n4.nabble.com/file/n4541923/datpat.csv datpat.csv Variables (written exactly as in the Excel file) I am trying to examine are : a) Patents and FHouse b) Patents and FHouse controlled for extra, interstate, internationalized c)Patents and FHouse controlled for internal threat (internal, DISAP, KILL, TORT, POLPRIS, frac_eth, frac_...
2012 Apr 09
2
Creating Better Table in R
...value, significance, beta, standard errors, adjusted r squared, and residual standard error (3 decimal points if possible, but I can do it by hand). Also I'd love to include the source of my information on the bottom of the table if possible. file : http://r.789695.n4.nabble.com/file/n4542349/datpat.csv datpat.csv this is the code I am using mod.1<-lm(Patents~FHouse, data=datpat) summary(mod.1) xtable(summary(mod.1)) *table I'm creating* http://r.789695.n4.nabble.com/file/n4542349/chart.jpg *Detailed code* *Summary Stats:* Residuals: Min 1Q Median 3Q Max -...