Uses the estimated phi and beta1 from a
precision_weights fit to compute \(\sigma = \phi\, s^{\beta_1}\) and
\(w = 1/\sigma^2\) for new observations — typically a precision grid (to
draw a continuous weight profile) or held-out samples — without refitting.
Arguments
- object
A
precision_weightsobject fromfit_precision_weights().- newdata
One of: a
weight_dataframe, a plain data frame with the predictor column, or acalibration_result(_multiplate)(which is run throughas_weight_data(source = "grid")using the fit's design).NULL(default) re-applies to the fit's own data via the stored weights.- ...
Passed to
as_weight_data()whennewdatais an ecosystem object.
