You want to analyze whether emotional intelligence scores di…

You want to analyze whether emotional intelligence scores differ between two groups defined by a categorical variable (such as a demographic characteristic). Based on the screenshot provided, which option under the [Means] menu should be selected to conduct this analysis. Means.png

Mina and Diego’s lender requires that total loan payments no…

Mina and Diego’s lender requires that total loan payments not exceed 35% of monthly gross income. Their monthly gross income is $4,000; they have a car payment of $350 and a student loan payment of $200. What is the maximum monthly mortgage payment they can qualify for?

The following R code fits a logistic regression model to pre…

The following R code fits a logistic regression model to predict the probability of credit default using credit balance, income, and student status. model |z|) (Intercept) -10.8690    0.4923  -22.0801   0.0000studentYes   -0.6468    0.2363   -2.7376   0.0062balance       0.0057    0.0002   24.7376   0.0000income        0.0000    0.0000    0.3698   0.7115 (a) Based on the output, is student status a statistically significant predictor of default? (3 points)   (b) Interpret the effect of being a student (studentYes) on the probability of default, relative to non-students. (5 points)