-
Notifications
You must be signed in to change notification settings - Fork 33
/
NAMESPACE
37 lines (31 loc) · 1.43 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Methods needed from other packages
importFrom(stats, confint, fitted, coef, vcov, predict, update, profile,
simulate, residuals)
importFrom(graphics, plot, hist)
importFrom(utils, head)
importFrom(reshape, melt, cast, recast)
# Fitting functions
export(occu, occuRN, pcount, multinomPois, distsamp, colext)
export(removalPiFun, doublePiFun)
# S4 classes
exportClasses(unmarkedFit, unmarkedFitOccu, unmarkedFitDS, unmarkedFitPCount,
unmarkedFitMPois, unmarkedFrame, unmarkedFrameOccu, unmarkedFramePCount,
unmarkedFrameMPois, unmarkedFrameDS, unmarkedMultFrame,
unmarkedEstimate, unmarkedFitList, unmarkedModSel)
# Methods
exportMethods(backTransform, coef, confint, coordinates, fitted, getData, getP,
getY, head, hessian, linearComb, mle, modSel, nllFun, numSites, numY,
obsCovs, obsNum, "obsCovs<-", obsToY, "obsToY<-", parboot, plot, hist,
predict, profile, projection, residuals, sampleSize, SE,
show, simulate, siteCovs, "siteCovs<-", summary, update, vcov,
yearlySiteCovs, "yearlySiteCovs<-", "[", smoothed, projected,
nonparboot)
# Constructors
export(unmarkedEstimate, fitList, mapInfo, unmarkedFrame, unmarkedFrameOccu,
unmarkedFramePCount, unmarkedFrameMPois, unmarkedFrameDS, unmarkedMultFrame)
# Formatting
export(csvToUMF, formatLong, formatWide, formatMult, formatDistData)
# Misc
export(imputeMissing, gxhn, gxexp, gxhaz, dxhn, dxexp, dxhaz, drhn, drexp,
drhaz, sight2perpdist, lambda2psi, SSE)
useDynLib(unmarked)