[R] Constant Error in R

2012-10-09 Thread bobo
Hi good R folks, I am hoping that you could help me resolve this issue. I tried finding answers online but to no avail. I keep getting this Error in x^2 : non-numeric argument to binary operator using multiple different codes, ones which have been verified to work by my professor and other

Re: [R] Summary Statistics Help

2012-04-09 Thread bobo
I've got this solved via Talks Stat mod.1-lm(Patents~FHouse, data=datpat) summary(mod.1) anova(mod.1) xtable(mod.1) -- View this message in context: http://r.789695.n4.nabble.com/Summary-Statistics-Help-tp4541923p4542103.html Sent from the R help mailing list archive at Nabble.com.

[R] Creating Better Table in R

2012-04-09 Thread bobo
Could anyone please direct me on how to make a nicer table in R? THANKS FOR ALL THE HELP! I would like to make a table with the following in it: estimate, t value, significance, beta, standard errors, adjusted r squared, and residual standard error (3 decimal points if possible, but I can do it

[R] Summary Statistics Help

2012-04-08 Thread bobo
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

Re: [R] Loading Dataset into R continual issue

2012-03-21 Thread bobo
Thank you. I was able to get it loaded however when I tried to run mod1-lm(Pat2006~FHouse) I got Error in eval(expr, envir, enclos) : object 'Pat2006' not found What exactly is occurring here? -- View this message in context:

[R] Loading Dataset into R continual issue

2012-03-19 Thread bobo
Hi, this is related to academic research I am trying to conduct. Please pardon my lack of socialization for this forum. For my project, I had to combine two different datasets, Democracy dataset from Pippa Norris and World Bank Patents dataset. My issue arrises from just loading the file into