biqq_cases: Function to count the set in each permutation of X,Y,K

Description Usage Arguments Examples

Description

Data given in order XYK. Output summary consisent with this naming ordering from Stan Code: XY: order: 00, 01, 10, 11 XYK: order 000, 001, 010,...

Usage

1

Arguments

D

a dataframe or matrix with three columns, X, Y, K

Examples

1
biqq_cases(D = data.frame(X = c(0,1,1), Y = c(1,1,0), K = c(NA, NA, 1)))

macartan/biqq documentation built on May 6, 2019, 6:03 p.m.