powered by
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 )
Exports a CSV file.
A ResponsePatterns object.
A string. A filename or a path.
A string. Specify the CSV file format.
A logical scalar. Should the exported file include the coefficients?
A logical scalar. Should the exported file include the data?
rp.acors, rp.patterns, rp.indices
rp.acors
rp.patterns
rp.indices
rp <- rp.acors(rp.simdata, id.var="optional_ID") if (FALSE) rp.save2csv(rp) if (FALSE) rp.save2csv(rp, include.coefs=FALSE, include.data=FALSE)
Run the code above in your browser using DataLab