plot_var_app {VWPre}R Documentation

Plots diagnostic plots of subject/item variance.

Description

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.

Usage

plot_var_app(data)

Arguments

data

A data table object output by either bin_prop. transform_to_elogit, or create_binomial.

Examples

## Not run: 
library(VWPre)
# For plotting variability in the data
plot_var_app(data = dat) 

## End(Not run)

[Package VWPre version 1.2.4 Index]