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,
  samp_no,
  append = TRUE,
  col_names = FALSE
)

Arguments

infection_history

the infection history matrix

file

the file location to save to

samp_no

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(), scaletuning(), serosolver()


adamkucharski/serosolver documentation built on April 13, 2024, 10:24 a.m.