get_moment_matrix: Gets or calculates the moment matrix, given a candidate set,...

View source: R/get_moment_matrix.R

get_moment_matrixR Documentation

Gets or calculates the moment matrix, given a candidate set, a design, and a model

Description

Returns number of levels prior to each parameter

Usage

get_moment_matrix(
  design = NA,
  factors = NA,
  classvector = NA,
  candidate_set_normalized = NA,
  model = ~.,
  moment_sample_density = 20,
  high_resolution_candidate_set = NA
)

Value

Returns a vector consisting of the number of levels preceeding each parameter (including the intercept)


tylermorganwall/skpr documentation built on April 13, 2025, 5:35 p.m.