factor_analysis()univariate() is deprecated as of version 0.8.0. Use
factor_analysis() instead.
univariate(
df,
x,
severity = NULL,
nclaims = NULL,
exposure = NULL,
premium = NULL,
by = NULL
)See factor_analysis().
A data.frame with the insurance portfolio.
Column name or expression with the risk factor.
Column name or expression with claim amounts.
Column name or expression with claim counts.
Column name or expression with exposures.
Column name or expression with premiums.
Optional grouping column name or expression.