calc_NB_moments {predtools} | R Documentation |
Calculates the first two moments of the bivariate distribution of NB_model and NB_all
Description
Calculates the first two moments of the bivariate distribution of NB_model and NB_all
Usage
calc_NB_moments(Y, pi, z, weights = NULL)
Arguments
Y |
Vector of the binary response variable |
pi |
Vector of predicted risks |
z |
Decision threshold at which the NBs are calculated |
weights |
Optinal - observation weights |
Value
Two means, two SDs, and one correlation coefficient. First element is for the model and second is for treating all
[Package predtools version 0.0.3 Index]