ptbis {pairwise} | R Documentation |
Point Biserial Correlations
Description
Calculation of the point biserial correlations for dicho- or polytomous item categories with total scale (person parameter).
Usage
ptbis(y, daten = NULL)
Arguments
y |
either an object of class |
daten |
if argument y is not an object of class |
Details
no details in the moment.
Value
An object of class c("data.frame", "ptbis")
containing item statistics.
Examples
######################
########
data(sim200x3) # loading reponse data
y <- rowSums(sim200x3)
ptbis(y=y, daten=sim200x3)
####
result <- pers(pair(sim200x3))
ptbis(y= result)
[Package pairwise version 0.6.1-0 Index]