facet: Many Facet Rasch Model

View source: R/facet.h.R

facetR Documentation

Many Facet Rasch Model

Description

Many Facet Rasch Model

Usage

facet(
  data,
  dep,
  id,
  facet,
  rm = FALSE,
  im = FALSE,
  inter = FALSE,
  raw = FALSE,
  sm = FALSE,
  ifit = FALSE,
  pm = FALSE,
  pfit = FALSE,
  plot1 = FALSE,
  width1 = 500,
  height1 = 500,
  plot2 = FALSE,
  width2 = 500,
  height2 = 500,
  plot3 = FALSE,
  width3 = 500,
  height3 = 500,
  angle = 0,
  plot4 = FALSE,
  width4 = 500,
  height4 = 500,
  plot5 = FALSE,
  num = 1,
  width5 = 500,
  height5 = 500,
  plot6 = FALSE,
  num1 = 1,
  width6 = 500,
  height6 = 500,
  plot7 = FALSE,
  width7 = 500,
  height7 = 500,
  angle1 = 0,
  plot8 = FALSE,
  width8 = 500,
  height8 = 500,
  g = FALSE,
  d = FALSE,
  formula = "value ~ (1 | subject) + (1 | task) + (1 | rater:task) + (1 | subject:task)",
  mea = FALSE,
  error = FALSE
)

Arguments

data

.

dep

.

id

.

facet

.

rm

.

im

.

inter

.

raw

.

sm

.

ifit

.

pm

.

pfit

.

plot1

.

width1

.

height1

.

plot2

.

width2

.

height2

.

plot3

.

width3

.

height3

.

angle

.

plot4

.

width4

.

height4

.

plot5

.

num

.

width5

.

height5

.

plot6

.

num1

.

width6

.

height6

.

plot7

.

width7

.

height7

.

angle1

.

plot8

.

width8

.

height8

.

g

.

d

.

formula

.

mea

.

error

.

Value

A results object containing:

results$instructions a html
results$text1 a preformatted
results$text a preformatted
results$rm a table
results$im a table
results$sm a table
results$raw a table
results$inter a table
results$ifit a table
results$pm a table
results$pfit a table
results$plot1 an image
results$plot2 an image
results$plot3 an image
results$plot7 an image
results$plot8 an image
results$plot4 an image
results$plot5 an image
results$plot6 an image
results$g a table
results$d a table
results$mea a table
results$error a table

Tables can be converted to data frames with asDF or as.data.frame. For example:

results$rm$asDF

as.data.frame(results$rm)


hyunsooseol/snowIRT documentation built on March 20, 2024, 8 p.m.