create_fng_no_common_items_stan_tdcm: Creating Fungible TDCM with No Common Items Stan Code

View source: R/create-fng-tdcm-no-common-items-stan.R

create_fng_no_common_items_stan_tdcmR Documentation

Creating Fungible TDCM with No Common Items Stan Code

Description

Automating the creation of fungible Stan code for a TDCM when there are no common items.

Usage

create_fng_no_common_items_stan_tdcm(q_matrix)

Arguments

q_matrix

A tibble containing the assessment Q-matrix.

Value

'stan_code' A list containing the text for the Stan code blocks.

Examples

qmatrix = tibble::tibble(att_1 = c(1, 0, 1, 0, 1, 1), att_2 = c(0, 1, 0, 1, 1, 1))
create_fng_no_common_items_stan_tdcm(q_matrix = qmatrix)

tdcmStan documentation built on May 29, 2024, 6:05 a.m.