aboutsummaryrefslogtreecommitdiff
path: root/R/ubms-package.R
blob: 25852286fb33e9fbf3a027d35aafce52f3bad74d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#' ubms
#'
#' Unmarked Bayesian Models using Stan
#'
#' @docType package
#'
#' @author Ken Kellner
#'
#' @import Rcpp
#' @importFrom rstan sampling
#' @importFrom methods new
#' @importFrom unmarked getY siteCovs obsCovs
#' @importFrom stats as.formula model.frame rbinom dbinom
#' @useDynLib "ubms", .registration = TRUE
#' @name ubms
NULL