Skip to content

Commit

Permalink
Order note.
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Feb 23, 2022
1 parent ef2e5b1 commit 3c8b91c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions R/RcppExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ random_Q <- function(J, K) {
#' @param nClass Number of Latent Classes
#' @param CLASS A vector of \eqn{N} observations containing the class ID of the
#' subject.
#' @param Atable A matrix of dimensions \eqn{M^K \times M^order} containing
#' the attribute classes in bijection-form.
#' @param Atable A matrix of dimensions \eqn{M^K \times M^O} containing
#' the attribute classes in bijection-form. Note, \eqn{O} refers
#' to the model's highest interaction order.
#' @param BETA A matrix of dimensions \eqn{J \times M^K} containing the
#' coefficients of the reparameterized \eqn{\beta} matrix.
#' @param KAPPA A matrix of dimensions \eqn{J \times M} containing the
Expand Down
5 changes: 3 additions & 2 deletions man/sim_slcm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions src/ohoegdm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,9 @@ arma::mat random_Q(unsigned int J, unsigned int K)
//' @param nClass Number of Latent Classes
//' @param CLASS A vector of \eqn{N} observations containing the class ID of the
//' subject.
//' @param Atable A matrix of dimensions \eqn{M^K \times M^order} containing
//' the attribute classes in bijection-form.
//' @param Atable A matrix of dimensions \eqn{M^K \times M^O} containing
//' the attribute classes in bijection-form. Note, \eqn{O} refers
//' to the model's highest interaction order.
//' @param BETA A matrix of dimensions \eqn{J \times M^K} containing the
//' coefficients of the reparameterized \eqn{\beta} matrix.
//' @param KAPPA A matrix of dimensions \eqn{J \times M} containing the
Expand Down

0 comments on commit 3c8b91c

Please sign in to comment.