On 26.05.2011 10:45, Jörgen Svan wrote:
Dear all,
I am quite new with R and I have a problem with plotting a binomial
regression line in a plot.
This is what I type in:
model<-glm(Para~Size,binomial)
par(mfrow=c(1,1))
xv<-seq(3.2,4.5,0.01)
yv<-predict(model,list(area=xv),type="response")
plo
On Thu, 26 May 2011, Jörgen Svan wrote:
Dear all,
I am quite new with R and I have a problem with plotting a binomial
regression line in a plot.
This is what I type in:
model<-glm(Para~Size,binomial)
par(mfrow=c(1,1))
xv<-seq(3.2,4.5,0.01)
yv<-predict(model,list(area=xv),type="response")
plot
2 matches
Mail list logo