plot_var_app {VWPre} | R Documentation |
plot_var_app
calculates and plots within-subject/item standard deviation,
along with standardized by-subject/item means for a given interest area, within
a given time window.
plot_var_app(data)
data |
A data table object output by either |
## Not run:
library(VWPre)
# For plotting variability in the data
plot_var_app(data = dat)
## End(Not run)