powered by
The Credibility Premium Estimates
estimate_credibility( raw_data, categorical_columns, weights_column, debt_column )
a data set of credibility.
categorical column of data set.
weights column of data set.
credit dept column of data set.
returns premium estimation of credibility.
# NOT RUN { raw_data <- debt categorical_columns <- c(1,2) weights_column <- 3 debt_column <- 4 estimate_credibility(raw_data, categorical_columns, weights_column, debt_column) # }
Run the code above in your browser using DataLab