export_results.etalonnage: export_results

View source: R/export_results.R

export_results.etalonnageR Documentation

export_results

Description

Export results to a csv file. The files are automatically named according to the name attribute of the object or to its name if the attribute is NULL.

Usage

## S3 method for class 'etalonnage'
export_results(x, coef = TRUE, metrics = TRUE)

Arguments

x

An object of class etalonnage.

coef

A logical indicating whether to export estimated coefficients to a csv file - if missing defaults to TRUE.

metrics

A logical indicating whether to export some performances metrics to a csv file - if missing defaults to TRUE.


aflatoune/approche-directe documentation built on May 30, 2022, 1:56 p.m.