powered by
Provides a heatmap approach to showing the estimated binary or averaged values of the Q Matrix.
q_graph(x, ...)# S3 method for auto_edina q_graph(x, binary = TRUE, ic = c("ppp", "bic", "dic"), ...)# S3 method for edina q_graph(x, binary = TRUE, ...)# S3 method for matrix q_graph(x, ...)# S3 method for q_matrix q_graph(x, ...)
# S3 method for auto_edina q_graph(x, binary = TRUE, ic = c("ppp", "bic", "dic"), ...)
# S3 method for edina q_graph(x, binary = TRUE, ...)
# S3 method for matrix q_graph(x, ...)
# S3 method for q_matrix q_graph(x, ...)
A ggplot2 object with a heatmap overview of the estimated Q matrix.
ggplot2
Either an edina, auto_edina, or q_matrix object.
edina
auto_edina
q_matrix
Additional parameters not used
Boolean to indicate if a classified Q (dichotomous by decision rule) or an estimate Q (non-dichotomous) or should be shown. Default: TRUE.
TRUE
Information criterion name. Default "ppp".
"ppp"
q = q_matrix(matrix(c(1, 0, 1, 1, 0, 1), ncol = 3)) q_graph(q)
Run the code above in your browser using DataLab