summary.bhrcr: Summary Statistics for the Bayesian Clearance Estimator

Description Usage Arguments Details Value Author(s) Examples

Description

summary.bhrcr provides summary statistics for the effect of covariates on both log clearance rates and log half-lives.

Usage

1
2
## S3 method for class 'bhrcr'
summary(object, ...)

Arguments

object

an object of class bhrcr, given by clearanceEstimatorBayes.

...

additional parameters.

Details

This function provides mean, median, and credible intervals for gamma, which represents the effect of covariates on log clearance rates. It also provides those statistics for the effect of covariates on log half-lives.

Value

the input object is returned silently.

Author(s)

Colin B. Fogarty <cfogarty@mit.edu>, Saeed Sharifi-Malvajerdi <saeedsh@wharton.upenn.edu>, Feiyu Zhu <feiyuzhu@sas.upenn.edu>

Examples

1
2
3
4
5
6
7
8
9
data("posterior")
summary(posterior)


data("pursat")
data("pursat_covariates")
out <- clearanceEstimatorBayes(data = pursat, covariates = pursat_covariates, 
                               niteration = 200, burnin = 50, thin = 10)
summary(out)

bhrcr documentation built on May 1, 2019, 8:41 p.m.