scale_est: Return an estimator on a different scale

View source: R/utils.R

scale_estR Documentation

Return an estimator on a different scale

Description

Return an estimator on a different scale

Usage

scale_est(obs_est = NULL, grad = NULL, scale = "identity")

Arguments

obs_est

the observed VIM estimate

grad

the estimated efficient influence function

scale

the scale to compute on

Details

It may be of interest to return an estimate (or confidence interval) on a different scale than originally measured. For example, computing a confidence interval (CI) for a VIM value that lies in (0,1) on the logit scale ensures that the CI also lies in (0, 1).

Value

the scaled estimate


bdwilliamson/npvi documentation built on Feb. 1, 2024, 10:46 p.m.