View source: R/plot.projoint_tau.R
| plot.projoint_tau | R Documentation |
projoint_tauVisualizes the estimated intra-respondent reliability (\tau) produced
by the extrapolation method and stored in a projoint_tau object.
## S3 method for class 'projoint_tau'
plot(x, ...)
x |
A |
... |
Optional arguments (currently unused). |
A ggplot2 object representing the IRR (\tau) visualization.
The plot is drawn for its side effect and also returned (invisibly).
# Estimate tau, then plot:
# dat <- reshape_projoint(exampleData1, .outcomes = c("choice1","choice2"))
# tau_fit <- projoint_tau(dat) # or predict_tau(dat)
# p <- plot(tau_fit) # also returns the ggplot object (invisibly)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.