construct_h_matrix: Construct H Matrix

View source: R/construct_h_matrix.R

construct_h_matrixR Documentation

Construct H Matrix

Description

This function is for internal use within other functions. A helper function to make the H matrix needed in ACT calculations

Usage

construct_h_matrix(eq)

Arguments

eq

the equation dataframe being used in the analysis

Value

the h matrix, which "symbolize the matrices of constant parameters" (see Heise, Expressive Order, p. 87)

Examples

eq <- get_equation(name = "us2010", type = "impressionabo", g = "average")
h_mat <- construct_h_matrix(eq = eq)

ekmaloney/inteRact documentation built on Feb. 20, 2023, 1:29 p.m.