Skip to content
Prev 9544 / 15075 Next

Why do i get: Error: unexpected input in "A<-lm(GandW ~ Authocracy,Data)" ?

On 25-11-2012, at 21:01, Faradj Koliev wrote:

            
This a typical R-help question.

Have you noticed the ; (semicolon) in the formula argument?
Replace it with , (comma). Your friend must have been using a ,

You should be using A<-lm(GandW ~ Authocracy,Data)

Berend