check_changepoints: Check that a set of change point locations is proper

View source: R/multinom_TS.R

check_changepointsR Documentation

Check that a set of change point locations is proper

Description

Check that the change point locations are numeric and conformable to interger values.

Usage

check_changepoints(changepoints = NULL)

Arguments

changepoints

Change point locations to evaluate.

Value

An error message is thrown if changepoints are not proper, else NULL.

Examples

  check_changepoints(100)


LDATS documentation built on Sept. 19, 2023, 5:08 p.m.