Learn R Programming

uGMAR (version 3.2.6)

checkAndCorrectData: Check that the data is set correctly and correct if not

Description

checkAndCorrectData checks that the data is set correctly and throws an error if there is something wrong with the data.

Usage

checkAndCorrectData(data, p)

Arguments

data

a numeric vector or class 'ts' object containing the data. NA values are not supported.

p

a positive integer specifying the autoregressive order of the model.

Value

Returns the data as a class 'ts' object.