true_beta_2node {pompom} | R Documentation |
The true beta matrix (4 by 4) used in simulation.
Description
The true beta matrix (4 by 4) used in simulation.
Usage
true_beta_2node
Format
An object of class matrix
(inherits from array
) with 4 rows and 4 columns.
Details
true_beta_2node <- matrix(c(0,0,0,0, 0,0,0,0, 0.2,-.4,0,-0.25, 0,0.3,-0.2,0), nrow = 4, ncol = 4, byrow = TRUE)
Examples
true_beta_2node
[Package pompom version 0.2.1 Index]