Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

One way to run such a regression in R Studio is as follows: ff

One way to run such a regression in R Studio is as follows:

ff <- fin$FEES

af <- fin$ASSETS

LFF <- log(ff)

LFA <- log(af)

B4F <-factor(fin$BIG4)

resultsf <-lm(LFF~LFA+B4F) summary(resultsf)

Assignment:

What is the predicted audit fees for a bank with $500 million in assets?

How does this number compare with the predicted fee if we used the full dataset (i.e., the entire sample of 4426 observations without deleting the non-financial companies)? (Recall that we did this earlier, and you have the regression results from the full sample.)

Bonus question: How does the predicted audit fee for a bank with $500 million in assets compare with the predicted audit fees for a non-financial firm with $500 million in assets? What are the lessons to learn from such a comparison?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial Accounting

Authors: J. David Spiceland, Wayne Thomas, Don Herrmann

2nd Edition

0078110823, 9780078110825

More Books

Students also viewed these Accounting questions