added bayesian ci
The confidence intervals are mostly described in Alan Agresti’s CDA book.How to calculate the intervals in other software is described at the webpage for CDA and in Alan Agresti’s ICDA book, which 3rd edition will be published in 2018.
To post feature requests or ask for help, try the PropCIs Issue Tracker.
To install the development version of the PropCIs package, it is easiest to use the devtools package:
install.packages("devtools") # if needed.. devtools::install_github("shearer/PropCIs") library(PropCIs)
基于性质约束的分子设计工具,用于先导化合物优化与理化性质评估。
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
PropCIs
Resources
The confidence intervals are mostly described in Alan Agresti’s CDA book.
How to calculate the intervals in other software is described at the webpage for CDA and in Alan Agresti’s ICDA book, which 3rd edition will be published in 2018.
To post feature requests or ask for help, try the PropCIs Issue Tracker.
Development
To install the development version of the PropCIs package, it is easiest to use the devtools package: