Displaying 2 results from an estimated 2 matches for "sarpong".
Did you mean:
arping
2017 Jun 26
0
Help please
...ke this:
Final<-read.csv("Final.csv")
Try this:
Final<-read.csv("Final.csv",stringsAsFactors=FALSE)
Final$Cor<-as.numeric(Final$Cor)
If there is at least one NA value in Final$Cor, that is probably what
is causing your problem.
Jim
On Mon, Jun 26, 2017 at 9:38 AM, Sarpong, Rabby <es927716 at ohio.edu> wrote:
> Hello Jim,
>
> Thanks for the response I really appreciate it. I have edited the data over
> and over to correct that. But I am still getting the same results. Is that
> the only way to resolve it please?
>
> -Rabby Sarpong
>
>...
2017 Jun 24
3
Help please
Hello,
I need some help on a regression I am running please. I am running a multiple regression in R and I am getting weird outputs and would like your help in resolving it.
This is the code I run:
Reg = lm (Final$Y.t.-Final$Y.t.1. ~ Final$ Y.t.1. + Final$Cor + Final$Gov+ Final$Inv+ Final$TrOp + Final$Pop+ Final$Sch , data = Final)
summary(Reg)
And the output I get is pasted below. As