This function runs a nonparametric population model using the provided data and model object.
Arguments
- data
A
PM_data()object, the character name of a data .csv file, or an appropriate data frame that can be coerced into aPM_data()object.- model
A
PM_model()object, or a list that can be coerced into one.- ...
Additional arguments passed to the
$fitmethod inPM_model().
Value
Unlike older versions of Pmetrics, this wrapper function will return
a PM_result() directly.