--
You received this message because you are subscribed to the Google Groups "unmarked" group.
To unsubscribe from this group and stop receiving emails from it, send an email to unmarked+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "unmarked" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/unmarked/M0EW6V2xZEU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to unmarked+unsubscribe@googlegroups.com.
Hi Sean. Your model contains two variables
Logit (p) =Β(intercept) +B(turb)* turb +B(cond)*cond
Site x (p)= exp(Β(intercept) +B(turb)* turb +B(cond)*cond)/(1+exp(Β(intercept) +B(turb)* turb +B(cond)*cond)
For example, I believe the predict function is looking for values of both turbidity and conductivity based on the above equation, and setting one to the mean is skewing the predicted values.
If you only set the dataframe to include one of the covariates, it throws an error code that it can't find the other:
> newdata.1<-data.frame(cond=seq(-1,4, by=0.01))
> fm2.p<-predict(fm2,type="det",newdata=newdata.1,appendData=TRUE)
Error in eval(predvars, data, env) : object 'turb' not found
Matt,
Logit (p) =Β(intercept) +B(turb)* turb +B(cond)*condSite x (p)= exp(Β(intercept) +B(turb)* turb +B(cond)*cond)/(1+exp(Β(intercept) +B(turb)* turb +B(cond)*cond)
To unsubscribe from this group and stop receiving emails from it, send an email to unmarked+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "unmarked" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/unmarked/M0EW6V2xZEU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to unmarked+u...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "unmarked" group.
To unsubscribe from this group and stop receiving emails from it, send an email to unmarked+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "unmarked" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/unmarked/M0EW6V2xZEU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to unmarked+u...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "unmarked" group.
To unsubscribe from this group and stop receiving emails from it, send an email to unmarked+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "unmarked" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/unmarked/M0EW6V2xZEU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to unmarked+u...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "unmarked" group.
To unsubscribe from this group and stop receiving emails from it, send an email to unmarked+u...@googlegroups.com.