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 |
file |
character, the filename for saving the data. |
See Also
[Package BBEST version 0.1-8 Index]