Dear List, I am using your package binom in R version 3.4.4 but i have to display lower and upper confidence limts in binom.confint and binom.length function but unable to dispaly them. Could you suggest any improvement? for example, Binom<-binom.length(p=0.01, n=40, conf.level = 0.95, method = "all") Output: print(Binom) method n p length 1 agresti-coull 40 0.01 0.13136905 2 asymptotic 40 0.01 0.03458699 3 bayes 40 0.01 0.06453984 4 cloglog 40 0.01 0.09751737 5 exact 40 0.01 0.10443801 6 logit 40 0.01 0.11075339 7 probit 40 0.01 0.10233802 8 profile 40 0.01 0.08961691 9 lrt 40 0.01 0.06806841 10 prop.test 40 0.01 0.12318140 11 wilson 40 0.01 0.10159667 Regards, Adeela Munawar Lecturer Statistics
[[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.