mixture: Rasch Mixture Model

Description Usage Arguments Value

View source: R/mixture.h.R

Description

Rasch Mixture Model

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
mixture(
  data,
  vars,
  nc = 1,
  step = 1,
  type = "rating",
  aic = TRUE,
  bic = TRUE,
  caic = FALSE,
  imean = TRUE,
  imeasure = FALSE,
  ise = FALSE,
  infit = FALSE,
  outfit = FALSE,
  pbis = FALSE,
  bfit = FALSE,
  average = FALSE,
  pclass = FALSE,
  iplot = FALSE
)

Arguments

data

The data as a data frame.

vars

.

nc

.

step

.

type

.

aic

.

bic

.

caic

.

imean

.

imeasure

.

ise

.

infit

.

outfit

.

pbis

.

bfit

.

average

.

pclass

.

iplot

.

Value

A results object containing:

results$instructions a html
results$item$model a table
results$item$items a table
results$item$bfit a table
results$person$average a table
results$person$pclass a table
results$iplot an image

hyunsooseol/RMM documentation built on Aug. 8, 2020, 12:36 p.m.