print.bhrcr: Print Function for the Bayesian Clearance Estimator

Description Usage Arguments Details Value Author(s) Examples

Description

print.bhrcr prints the estimated effect of covariates on both log clearance rates and log half-lives.

Usage

1
2
## S3 method for class 'bhrcr'
print(x, ...)

Arguments

x

an object of class bhrcr, given by clearanceEstimatorBayes.

...

additional parameters.

Details

This function prints the posterior mean value of gamma, which represents the effect of covariates on log clearance rates. It also prints the estimated impact 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")
print(posterior)


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

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