WHEN I AM RUNNING THIS COMMAND I AM GETTING THAT E...

Big Data Hadoop

When i am running this command i am getting that error. Can anyone help me on that?
data4<-glm(Bounces~Timeinpage+Continent+Exits+Sourcegroup+Uniquepageviews+Visits, data=data,family="binomial")


Error in eval(family$initialize) : y values must be 0 <= y <= 1

1
Answers

Replies

The "Bounces" that you specified in your command is not a binary value. Since you indicated the family as binomial, you are getting this error. So remove the family="binomial" part from your command and run it again.

 
 

If you want to unleash your potential in this competitive field, please visit the Big Data Hadoop course page for more information, where you can find the Big Data Hadoop tutorials and Big Data Hadoop frequently asked interview questions and answers as well.

 

This topic has been locked/unapproved. No replies allowed

Login to participate in this discussion.

Leave a reply

Before proceeding, please check your email for a verification link. If you did not receive the email, click here to request another.