-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cff0aa8
commit 5ac2328
Showing
2 changed files
with
4 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,12 +15,7 @@ | |
} | ||
|
||
\arguments{ | ||
\item{.data}{ matrix of numeric values containing the data to be scaled. Respondents are | ||
assumed to be on rows, and items assumed to be on columns, so the matrix is assumed to be | ||
of dimension (N x J). For each item, only 3 ordered category responses are accepted, and the | ||
only allowable responses are `1', `2', and `3', with `0' as a missing data record. If data | ||
of more than 3 categories are to be rescaled, they should be collapsed into 3 categories and | ||
recoded accordingly before proceeding. | ||
\item{.data}{ a list with the following items. | ||
\itemize{ | ||
\item{\code{rc}}{ A (N x J) matrix of observed votes. `1' and `-1' are the yea and nay codes, while `0' is | ||
a missing data code.} | ||
|
@@ -116,7 +111,7 @@ | |
\author{ | ||
Kosuke Imai \email{[email protected]} | ||
James Lo \email{jameslo@princeton.edu} | ||
James Lo \email{lojames@usc.edu} | ||
Jonathan Olmsted \email{[email protected]} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters