https://github.com/cran/unmarked
Raw File
Tip revision: 0be1e45d20451fc1bfa4af3dbb1f5a1329689e21 authored by Richard Chandler on 25 June 2012, 00:00:00 UTC
version 0.9-8
Tip revision: 0be1e45
nll_pcount.h
#ifndef _unmarked_NLL_PCOUNT_H
#define _unmarked_NLL_PCOUNT_H

#include <RcppArmadillo.h>

RcppExport SEXP nll_pcount( SEXP yR, SEXP Xr, SEXP Vr, SEXP beta_lamR, SEXP beta_pR, SEXP alphaR, SEXP X_offsetR, SEXP V_offsetR, SEXP naMatR, SEXP lkR, SEXP mixtureR ) ;



#endif
back to top