Description Usage Arguments Examples
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,...
1 |
D |
a dataframe or matrix with three columns, X, Y, K |
1 | biqq_cases(D = data.frame(X = c(0,1,1), Y = c(1,1,0), K = c(NA, NA, 1)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.