Displaying 1 result from an estimated 1 matches for "probabilitty".
Did you mean:
probability
2013 Mar 11
2
vertical lines in R plot
...beta1*d)/((1+exp(alpha1+beta1*d))*(1+exp(alpha2+beta2*d)))
}
alpha1<--3.5
beta1<-1
alpha2<--6
beta2<-0.72
d<-seq(0.5,10,0.01)
plot(d,psi1(alpha1,beta1,alpha2,beta2,d),type="l",pch=18, ylim=c(0,1),
xlab="Dose", ylab="Probabilitty")
##########################################################
Many thanks for the help!
Regards,
Jamil.
[[alternative HTML version deleted]]