View source: R/DroppingInterval.R
| summary.intRvals | R Documentation |
intRvalssummary method for class intRvals
## S3 method for class 'intRvals' summary(object, ...)
object |
An object of class |
... |
further arguments passed to or from other methods. |
The function summary.intRvals computes and returns a list of summary statistics
datathe interval data
muthe modelled mean interval
mu.sethe modelled mean interval standard error
sigmathe modelled interval standard deviation
pthe modelled probability to not observe an arrival
fppthe modelled fraction of arrivals following a random poisson process, see intervalpdf
Nthe highest number of consecutive missed arrivals taken into account, see intervalpdf
convergenceconvergence field of optim
countscounts field of optim
loglikvector of length 2, with first element the log-likelihood of the fitted model, and second element the log-likelihood of the model without a missed event probability (i.e. p=0)
df.residualdegrees of freedom, a 2-vector (1, number of intervals - n.param)
n.paramnumber of optimized model parameters
distributionassumed interval distribution, one of 'gamma' or 'normal'
truncinterval range over which the interval pdf was truncated and normalized
fpp.methodA string equal to 'fixed' or 'auto'. When 'auto' fpp has been optimized as a free model parameter. When 'fixed' the model is fitted with a fixed value set by parameter fpp
deviancedeviance between the fitted model and a model without a missed event probability (i.e. p=0)
p.valuenumeric vector with two elements. First element contains the p.value for a
likelihood ratio (deviance) test between the fitted model and a model without a missed event probability (i.e. p=0).
Second element contains the p.value for a likelihood ratio (deviance) test between the fitted model and a saturated null model.
data(goosedrop) dr=estinterval(goosedrop$interval) summary(dr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.