Firm | R Documentation |
A dataset on risk management practices of 73 firms.
data(Firm)
A data frame with 73 rows and 7 variables:
total property and casualty premiums and uninsured losses as a percentage of total assets.
per occurrence retention amount as a percentage of total assets.
indicates that the firm owns a captive insurance company; 1 if the firm uses a captive, 0 otherwise.
logarithm of total assets.
a measure of the firm's industry risk.
a measure of the importance of the local managers in choosing the amount of risk to be retained.
a measure of the degree of importance in using analytical tools.
The dataset was introduced and analyzed by Schmit and Roth (1990) and
is available in the personal web page of Professor E. Frees (Wisconsin School
of Business Research). The response variable is FIRMCOST
, smaller
values of firm cost are attributed to firms that have a good risk management
performance.
Schmit, J.T. and Roth, K. (1990). Cost effectiveness of risk management practices. Journal of Risk and Insurance. 57:455-470.
data("Firm") fitPL <- PLreg(firmcost ~ sizelog + indcost | sizelog + indcost, data = Firm, family = "SLASH", zeta = 2.13) summary(fitPL) plot(fitPL, type = "standardized")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.