This file contains hidden or 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
# Author: Daniel Oberski | |
# Date: 2017-08-01 | |
# Bivariate residual statistic for latent class analysis | |
# Calculate the BVR for poLCA objects | |
# Argument: a poLCA object | |
# Value: a dist object with BVRs | |
# Example: bvr(fit) |