Answer :
Final answer:
A study was conducted to compare the appraisals of residential properties by both the borrower and the lender. The analysis involved obtaining a 95% confidence interval for the difference of the lender's assessment from the borrower's assessment, testing whether the lender's assessment is higher than the borrower's assessment using a t-test, and performing a Wilcoxon signed-rank test. The results of these analyses can provide insights into the appraisal process.
Explanation:
a) Confidence Interval:
To obtain a 95% confidence interval for the difference of the lender's assessment from the borrower's assessment, we can use the formula:
Confidence Interval = (mean difference) ± (t-value) * (standard error)
First, we calculate the mean difference between the lender's assessment and the borrower's assessment. Then, we calculate the standard error using the formula:
Standard Error = (standard deviation) / sqrt(n)
Next, we find the t-value for a 95% confidence level with (n-1) degrees of freedom. Finally, we substitute the values into the confidence interval formula to obtain the interval.
b) Hypotheses:
The null hypothesis (H0) states that there is no difference between the lender's assessment and the borrower's assessment. The alternative hypothesis (Ha) states that the lender's assessment is higher than the borrower's assessment.
c) T-Test Justification:
To determine if the use of a t-test is justified, we need to check if the data meets the assumptions of a t-test. These assumptions include: normality of the differences, independence of observations, and homogeneity of variances. We can plot the data and visually inspect it to assess these assumptions.
d) Test Statistic and P-Value:
To calculate the test statistic and p-value, we can use the R function t.test. This will give us the t-value and the corresponding p-value. We can then compare the p-value to the significance level (5%) to make a conclusion about the null hypothesis.
e) Wilcoxon Signed-Rank Test:
To perform a Wilcoxon signed-rank test, we state the null hypothesis (H0) that there is no difference between the lender's assessment and the borrower's assessment, and the alternative hypothesis (Ha) that the lender's assessment is higher than the borrower's assessment. We can use the R function wilcox.test to calculate the test statistic and the p-value.
Learn more about appraisal of residential properties here:
https://brainly.com/question/34811726
#SPJ11