Displaying 1 result from an estimated 1 matches for "overto".
Did you mean:
overo
2008 Sep 26
2
axis in a normal plot
Hi
I have a small problem, I'm new in using R, so I hope you can help me...
I'm running a logistic regression model and want to do a nice plot.
The plot I have made is done a plot with the command jitter:
plot(jitter(overto$age[overto$sex=="F"]),jitter(overto$neg.pos[overto$sex=="F"]),xlab="age",ylab="neg and pos")
my responsvariable is positive and negative (1 and 0) and my explanatory variable are age, year and sex.
When I run my command plot the yaxis "decide" to...