Skip to contents

This is an internal function that checks that the arguments to the fitting

Usage

validate_weighted_observations(value, weight)

Arguments

value

A numeric vector of observed values

weight

A numeric vector of weights

Value

TRUE if the arguments are valid. Raises and error otherwise.

See also

Other validation functions: validate_fit(), validate_ppmr_data()