pii_batch: Compute PII for Multiple Scores

View source: R/pii_batch.R

pii_batchR Documentation

Compute PII for Multiple Scores

Description

Evaluates PII and RMSE for multiple predictors

Usage

pii_batch(formula, data, bins = 10)

Arguments

formula

A formula with multiple predictors (e.g., outcome ~ x1 + x2 + x3)

data

A data.frame

bins

Number of bins for discretization

Value

A data.frame of PII and RMSE for each predictor


piiR documentation built on April 11, 2025, 5:50 p.m.