write.fit.results {BBEST}R Documentation

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


[Package BBEST version 0.1-8 Index]