View source: R/create_select_mat.R
create_select_mat | R Documentation |
Convenience Function for Creating Selection Matrix Depending on the Term
create_select_mat(term, eq)
term, |
string indicating whether you are selection for actor, behavior, or object |
eq |
the equation dataframe being used for analysis |
selection matrix to easily grab desired estimates from entire event ABO-EPA matrix see Heise, Expressive Order p. 86
eq <- get_equation(name = "us2010", type = "impressionabo", g = "average") select_mat_a <- create_select_mat(term = "actor", eq = eq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.