write.model | R Documentation |
Write model.
write.model(x, file = "data", ncolumns = 1, append = FALSE, sep = " ", ...)
x |
model |
file |
passed to write() |
ncolumns |
passed to write() |
append |
passed to write() |
sep |
passed to write() |
... |
passed arguments |
writes (formatted) model to file.
used for side effects
Other as.model:
[.model()
,
[[.model()
,
as.model()
,
as.model.character()
,
as.model.numeric()
,
read.model()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.