View source: R/pairwise.SepRel.R
| pairwise.SepRel | R Documentation | 
This function calculates an Index of Person Separation, that is the proportion of person variance that is not due to error.
pairwise.SepRel(pers_obj, na.rm = TRUE)
pers_obj | 
 an object of class   | 
na.rm | 
 a logical evaluating to TRUE or FALSE indicating whether NA values should be stripped before the computation proceeds.  | 
none
An object of class c("pairwiseSepRel","list").
Andrich, D. (1982). An index of person separation in latent trait theory, the traditional KR.20 index, and the Guttman scale response pattern. Education Research and Perspectives, 9(1), 95–104.
######################
########
data(bfiN) # loading reponse data
pers_obj <- pers(pair(bfiN))
result <- pairwise.SepRel(pers_obj)
result
str(result) # to see whats in ;-)
#### 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.