
Validate Nereocystis Weight Model Data
Source:R/kb_check_data_weight_nereo.R
kb_check_data_weight_nereo.RdCheck that data contains the columns required to fit the Nereocystis
luetkeana weight model, with appropriate types and values.
Usage
kb_check_data_weight_nereo(
data,
x_name = chk::deparse_backtick_chk(substitute(data))
)Details
Required columns: numeric diameter (> 0), numeric weight (> 0), and factor
or character site and year, with no missing values.
Diameter and weight may be in any units, provided prediction data use the same units as the fitted data.
See also
Other data:
data_weight_sim_nereo,
fit_weight_sim_nereo