get_prefit.pk: Get prefit
Description
Extract pre-fitting results from a [pk()] object
Usage
# S3 method for pk
get_prefit(obj, ...)
Value
A list of `data.frame`s in the object's `prefit` element.
Arguments
- obj
A [pk()] object that has had `do_prefit()` run on it
- ...
Additional arguments. Currently not in use.