rmc | R Documentation |
Repeated & Cross Correlation
rmc(
data,
id,
dep,
covs,
rc = FALSE,
plot = FALSE,
width = 500,
height = 500,
cc = FALSE,
plot1 = FALSE,
width1 = 500,
height1 = 500
)
data |
. |
id |
. |
dep |
. |
covs |
. |
rc |
. |
plot |
. |
width |
. |
height |
. |
cc |
. |
plot1 |
. |
width1 |
. |
height1 |
. |
A results object containing:
results$instructions | a html | ||||
results$rc | a table | ||||
results$plot | an image | ||||
results$cc | a table | ||||
results$plot1 | an image | ||||
Tables can be converted to data frames with asDF
or as.data.frame
. For example:
results$rc$asDF
as.data.frame(results$rc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.