print information about the mcmc variable
print.mcmcVariable.RdSome mcmc variables have many attributes, which clutter the screen when accidentally printed. This function prevents these long printouts.
Usage
# S3 method for mcmcVariable
print(v)Examples
m <- model_from_tsv(uqsa_example("AKAR4"))
o <- as_ode(m)
c_path(o) <- write_c_code(generate_code(o))
#> Writing file: /tmp/RtmpnwSNYZ/adf9204aaf2748b8/AKAR4.c
so_path(o) <- shlib(o)
ex <- experiments(m,o)
dprior <- dNormalPrior(values(m$Parameter),m$Parameter$stdv)
s <- simfi(ex,o)
p <- mcmc_init(1.0,values(m$Parameter),s,dprior=dprior)
print(p)
#> kf_C_AKAR4 kb_C_AKAR4 kcat_AKARp
#> 0.018 0.106 10.200
#> simulations: 3 (length)
#> logLikelihood: -2491.25
#> prior: 10.5823