march.write: Save a march.Model

Description Usage Arguments

View source: R/march.tools.R

Description

Save a march.Model into a file pointed by filename. The save will fails if the file already exists unless force has been set to TRUE.

Usage

1
march.write(filename, object, force = FALSE)

Arguments

filename

a path to the file where to write the model (absolute or relative to the current directory).

object

the model to write.

force

if TRUE and if the file pointed by the filename path already exists, overwrite it.

@return invisible TRUE if the model has been written into the file pointed by filename, invisible FALSE otherwise.


march documentation built on Nov. 26, 2020, 3:01 p.m.

Related to march.write in march...