Description Usage Arguments Value Examples
View source: R/ordinate_probit.R
Fits latent factor model to binary data with probit link
1 | ordinate_probit(num.mcmc, Y, burn.in = 100)
|
num.mcmc |
- number of mcmc iterations |
Y |
- an n X p matrix of presence data |
burn.in |
- number of burn in samples, default is 100 |
alpha.samples
beta.samples
theta.samples
z.samples
1 2 3 4 | set.seed(08052019)
Y <- rbinom(100,1,.5)
Y.matrix <- matrix(Y, 10, 10)
ordinate_probit(1000, Y.matrix)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.