File: wild.codes.Rd

package info (click to toggle)
r-cran-memisc 0.99.31.8.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,136 kB
  • sloc: ansic: 5,117; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 496 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\name{wild.codes}
\alias{wild.codes}
\alias{wild.codes,item-method}
\title{
 Table of frequencies for unlabelled codes
}
\description{
  The function \code{wild.codes} creates a table of frequencies of those codes
  of an item that do not have labelled attached to them. This way, it helps to identify
  coding errors.
}
\usage{
wild.codes(x)
\S4method{wild.codes}{item}(x)
}
\arguments{
  \item{x}{an object of class "item"}
}
\value{
  A table of frequencies (i.e. an array of class "table")
}