as.classCoMiRe {CoMiRe} | R Documentation |
classCoMiRe class constructor
Description
A constructor for the classCoMiRe
class. The class classCoMiRe
is a named list containing
the output of the posterior estimation of CoMiRe model implemented in comire.gibbs
Usage
as.classCoMiRe(call = NULL, out = NULL, z = NULL, z.val = NULL, f0 = NULL, f1 = NULL,
nrep, nb, bin = FALSE, univariate = TRUE)
Arguments
call |
a formula for |
out |
an output of |
z |
optional numeric vector or matrix for the confounding covariates. |
z.val |
optional numeric vector containing a fixed value of interest for each of the confounding covariates to be used for the plots. Default value is |
f0 , f1 |
optional matrices containing simulated values of the mixture densities at low and high dose exposure; default values are simulated with |
nrep |
integer giving the total number of iterations used in |
nb |
integer giving the number of burn-in iterations used in |
bin |
logical. It is |
univariate |
logical. It is |
Author(s)
Antonio Canale, Arianna Falcioni