Print HISEA Summary Report to Console and/or File
Usage
print_hisea_summary(
summary_report,
nsamps,
actual_proportions,
means_vars = NULL,
sds_vars = NULL,
standard_sizes = NULL,
stocks_names,
output_file = "hisea_summary_report.txt",
header = NULL,
run_type = "SIMULATION",
nv_used = NULL,
seed_val = NULL,
nmix_simulated = NULL
)
Arguments
- summary_report
Output from codecreate_hisea_summary_report.
- nsamps
Number of simulation/bootstrap replicates.
- actual_proportions
True composition vector.
- means_vars
Matrix of mean variable values.
- sds_vars
Matrix of SD of variable values.
- standard_sizes
Vector of baseline sample sizes.
- stocks_names
Character vector of stock names.
- output_file
Path to the output text file.
- header
Optional custom header line.
- run_type
Character string of run type.
- nv_used
Integer, number of variables.
- seed_val
Integer, seed value.
- nmix_simulated
Integer, size of simulated mixture.