Learn R Programming

bayesianOU (version 0.1.3)

export_summary_txt: Export model summary to text file

Description

Creates a plain text summary of model results.

Usage

export_summary_txt(fit_res, path, verbose = FALSE)

Value

Path to the created file, invisibly.

Arguments

fit_res

List returned by fit_ou_nonlinear_tmg

path

Character. Output file path.

verbose

Logical. Print progress messages. Default FALSE.