stats (version 3.5.0)

na.contiguous: Find Longest Contiguous Stretch of non-NAs

Description

Find the longest consecutive stretch of non-missing values in a time series object. (In the event of a tie, the first such stretch.)

Usage

na.contiguous(object, …)

Arguments

object

a univariate or multivariate time series.

further arguments passed to or from other methods.

Value

A time series without missing values. The class of object will be preserved.

See Also

na.omit and na.omit.ts; na.fail

Examples

Run this code
# NOT RUN {
na.contiguous(presidents)
# }

Run the code above in your browser using DataCamp Workspace