# NOT RUN {
logit(data=mtcars,
y='am',
x='disp',
cut.numb=1,
n.per=0.25,
y.per=0.25)
logit(data=mtcars,
y='am',
x='disp',
cut.numb=1,
n.per=0.25,
y.per=0.20,
p.cut=0.05,
strict=TRUE,
include='low',
round=2)
# }
Run the code above in your browser using DataLab