mcmc_exposures_as_matrix: MCMC Exposures to Matrix

Description Usage Arguments Details Value

View source: R/mcmc_exposures_as_matrix.R

Description

Convert MCMC sampled exposure values to matrix format

Usage

1
mcmc_exposures_as_matrix(exposures_mcmc_output)

Arguments

exposures_mcmc_output

Output from get_exposures()

Details

MCMC samples of exposure solutions are initially in long format, with one row per signature per iteration. This method converts this data frame to wide format, with one row per iteration and one column per signature. It them converts this to a matrix and returns it.

Value

Matrix of MCMC iterations. One row per iteration, one column per signature.


eyzhao/SignIT documentation built on Dec. 6, 2019, 11:45 a.m.