rp.save2csv | R Documentation |
This functions exports the ResponsePatterns object indices and, optionally, coefficients and data.
rp.save2csv(
rp.object,
file = "rp_results.csv",
csv = c("csv", "csv2"),
include.coefs = TRUE,
include.data = TRUE
)
rp.object |
A ResponsePatterns object. |
file |
A string. A filename or a path. |
csv |
A string. Specify the CSV file format. |
include.coefs |
A logical scalar. Should the exported file include the coefficients? |
include.data |
A logical scalar. Should the exported file include the data? |
Exports a CSV file.
rp.acors
, rp.patterns
, rp.indices
rp <- rp.acors(rp.simdata, id.var="optional_ID")
## Not run: rp.save2csv(rp)
## Not run: rp.save2csv(rp, include.coefs=FALSE, include.data=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.