true_beta_3node {pompom} | R Documentation |
The true beta matrix (6 by 6) used in simulation.
true_beta_3node
An object of class matrix
(inherits from array
) with 6 rows and 6 columns.
true_beta_3node <- matrix(c(0,0,0,0,0,0, 0,0,0,0,0,0, 0,0,0,0,0,0, 0.2,0,0.25,0,0,0.6, 0,0.3,0,-0.2,0,-0.6, 0,-0.2,0.3,0,0,0), nrow = 6, ncol = 6, byrow = TRUE)
true_beta_3node