Q1. State whether the following statements are True or False. Give reason in support of your answer:
- (a)) If there are 170 true positive cases out of 200 diseased cases, the sensitivity of the test will be 0.85. (100 words)
- (b)) A multiple regression model with three regressor variables was fitted on 15 observations, and the following values were obtained: SSRes = 15 and SST = 500. Then, the adjusted R² will be 0.9618. (100 words)
- (c)) The method of least squares is used for fitting the logistic model. (100 words)
- (d)) The survival function is the probability of an individual surviving less than a specified time t. (100 words)
- (e)) If the relative risk for a clinical trial is 35%, the relative risk reduction will be 65%. (100 words)
- Sensitivity = True Positives / Total Diseased, measuring correct positive identification.
- Adjusted R² accounts for number of predictors, penalizing overly complex models.
- Logistic regression uses Maximum Likelihood Estimation (MLE), not Least Squares.
- Survival function S(t) is the probability of surviving *beyond* time t, S(t) = P(T > t).
Answer: The following statements are evaluated for their truthfulness based on biostatistical principles commonly covered in courses like MSTE-004. Each statement is accompanied by a detailed reason, including calculations where necessary, to support the True or False assertion. The explanations aim for clarity and adherence to standard definitions. Understanding these concepts is crucial for biostatistical analysis, from diagnostic test evaluation and regression modeling to survival analysis and clini...