IAR Lecture 3
IAR Lecture 3
Introduction:
This study investigates if auditors who feel accountable to management (as opposed to the
audit committee) are susceptible (vatbaar) to pro-client bias after using a disclosure
checklist.
Assuming that all required disclosures are indeed made, as is the case in our setting, we
argue that disclosure checklist-use increases the likelihood that auditors’ independence is
impaired when they are appointed by the client firm’s management.
We manipulate two factors: (1) whether the auditor was appointed by the firm’s management
or an independent audit committee, and (2) disclosure checklist use.
We find that the use of a disclosure checklist indeed increases acceptance of aggressive
accounting methods by the auditors who are accountable to management. When auditors
are appointed by the audit committee, we find no such effect of disclosure checklist use.
Our results imply that in a situation in which all required disclosures are made, checking off a
disclosure checklist results in a less critical state of mind, leading auditors to judge the
accounting method per se as more acceptable when management is the appointing party.
Lecture notes
Introduction & Recap:
1. Recap
2. ANOVA (analysis of variance)
3. Van Rinsum, Maas, Stolker 2018 article
4. Ordinary least squares regression (OLS)
Recap:
- How to know whether the research is strong enough to reject H0?
- So how do you know whether your pick of a sample can be generalised to the
population of the research?
- Testing strategy for this problem above:
1. Pick sample n
2. Calculate the sample mean (average)
- Empirical estimate of the sample data.
3. Calculate the standard error of the sample mean (SEx)
- SEx = s/√n
- with s being the sample standard deviation
4. Calculate the test statistic, which measures the distance between x and mu0 in terms
of standard errors:
- ( x - mu0 ) / SEx
5. Compare the obtained t-statistic with critical values from its distribution (here a t-
distribution with n-1 degrees of freedom)
- The critical values at which H0 would be rejected depends on alpha. which
indicates the max allowed probability of making a type 1 error (reject H0 when
it’s actually true). Most common: 0,1, 0,05, 0,01.
- Reject H0 when p-value < alpha
- Reject H0 when test statistic is larger/smaller than critical values
associated with certain p-value
ANOVA Procedure:
1. Compare the mean squares for between and within variation
2. Mean squares: sum of squares of deviation of observed values from predicted values
divided by respective degrees of freedom.
3. Total sum of squares:
- SST=SSA+SSE
- SST= total variation
- SST= ⅀i ⅀k (Xik - X)^2
- SSA= variation between groups:
- SSA= ⅀i ni (Xi-X)^2
- SSE= variation within groups:
- SSE= ⅀i ⅀k (Xik - Xi)^2
4. Next you divide both terms by their respective degrees of freedom to get the mean
squares:
- (I - 1): number of groups minus one for between groups
- (n - I): number of total observations (n) minus number of groups for within
groups
5. The ratio of the mean squares gives you the test statistics, which conveniently
follows an F-distribution with XX degrees of freedom (critical values have to be
looked up in a table (z-table, t-table, etc))
Interaction effect:
- TSS = SSA + SSB + SSAB + SSE
- SSA: variation explained by A
- SSB: variation explained by B
- SSAB: this is calculated from the difference between each cell mean and what you
would predict as the cell mean given the combination of the other factors (this is the
interaction effect)
Interaction effect: the effect that one factor is not dependent on another factor.
TSS = the total sum of squares.
The degrees of freedom for the calculation of the mean squares are:
- (I-1) for SSA
- (J-1) for SSB
- (I-1)(J-1) for SSAB
- (n-I*J) for SSE
The F- statistic for the significance tests of the individuals factors and their interaction is
again calculated as the ratio of the respective means squares and the mean squares of the
error.
ANOVA - R example
The effect of college education and the gender the effect on future income.
H0: obtaining a bachelor degree does not affect a person’s future income
H1: obtaining a bachelor degree does affect a person’s future income
The method is odd due to normal auditing papers that are based on archival research.
OLS Regressions
Regressions are the workhorse of econometrics.
Today the basics of regressions.
ANOVA is useful when we are interested in differences between groups.
- Explanatory (independent) variables are categorical.
Conditional expectation function: you can break down into a part explained by one variable
to explain another one.
Scatterplot shows all the observed data in a dataset. The regression line shows a trend
through these observations.
OLS: minimize unexplained part of Y (residual e)
EDUCBA: variable that classifies to what group one belongs (bsc degree / no bsc degree)
With the significance level of the F-table, if it is at the given level or larger, it is significantly
proven.