Learn R Programming

BBEST (version 0.1-8)

write.fit.results: Save results of the fit

Description

write.fit.results writes the returned value of do.fit to a specified text file.

Usage

write.fit.results(fit.results, file = stop("'file' must be specified"))

Arguments

fit.results

list, the return value of do.fit.

file

character, the filename for saving the data.

See Also

do.fit, BBEST-package