save_infection_history_to_disk: Write given infection history to disk

View source: R/mcmc_help.R

save_infection_history_to_diskR Documentation

Write given infection history to disk

Description

Write given infection history to disk

Usage

save_infection_history_to_disk(
  infection_history,
  file,
  sampno,
  append = TRUE,
  col_names = FALSE
)

Arguments

infection_history

the infection history matrix

file

the file location to save to

sampno

which sample number is this matrix?

append

if TRUE, just adds to the bottom of the file

col_names

if TRUE, saves column names first (only set to true if append = FALSE)

Value

nothing

See Also

Other mcmc: generate_start_tab(), rm_scale(), run_MCMC(), scaletuning()


seroanalytics/serosolver documentation built on April 24, 2023, 9:52 a.m.