https://github.com/cran/unmarked
Raw File
Tip revision: 9be1f086f0b3285f0749b83937cc7542ea55321e authored by Ian Fiske on 17 March 2010, 00:00:00 UTC
version 0.8-5
Tip revision: 9be1f08
NAMESPACE
# 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, powerAnalysis, residuals, 
              sampleSize, SE, show, simulate, siteCovs, "siteCovs<-", summary, update, 
              vcov, yearlySiteCovs, "yearlySiteCovs<-", "[", smoothed, projected,
              plotArea, "plotArea<-", 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, grhn, grexp, grhaz, calcAreas,
	sight2perpdist, lambda2psi)
useDynLib(unmarked)
back to top