fitted.invp1 | R Documentation |
Calculates mean over perpendicular distance (x) of inverse of fitted values, 1/p(x) for given observations, from model.
## S3 method for class 'invp1'
fitted(hmmlt, obs = 1:dim(hmmlt$xy)[1], nx = 100, W = NULL)
hmmlt |
output from |
obs |
observations (row numbers of |
nx |
number of x-values (perpendicular distance values) to use in calculation. |
W |
actual half-width over which to integrate (overrides W in |
Identical to fitted.invp but returns data frame instead of numerical scalar or vector. This is to allow it to be used in NDest for estimating density and abundance. (Also has extra parameter: W)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.