powered by
Custom print method for the Q Matrix Object.
# S3 method for q_matrix print(x, ...)
An q_matrix object
q_matrix
Additional methods passed onto the print.matrix method.
print.matrix
An invisible matrix without the q_matrix class displayed as a part of the output displayed.
matrix
q_matrix(), as_q_matrix()
q_matrix()
as_q_matrix()
# NOT RUN { # Q matrix values x = matrix(c(1, 0, 0, 1), nrow = 2) # Show Q matrix structure q_matrix(x) # }
Run the code above in your browser using DataLab