Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

residuals.model_estimation #107

Open
DavidBarke opened this issue Nov 20, 2020 · 1 comment
Open

residuals.model_estimation #107

DavidBarke opened this issue Nov 20, 2020 · 1 comment
Assignees
Milestone

Comments

@DavidBarke
Copy link
Collaborator

No description provided.

@Tim-TU
Copy link
Owner

Tim-TU commented Nov 20, 2020

Since we are calculating the coefficient of determination (in case of rank_regression) one could also provide the residuals. For teaching purposes it might be useful to show that linear model assumptions aren't held.

We have to check how the R squared is calculated (i.e with respect to X or Y). We are doing a rank regression on X, so the residuals should consider this, too.

For consistency between rank_regression and ml_estimation we could provide the s3 residuals.* method for both.

@DavidBarke DavidBarke assigned DavidBarke and unassigned Tim-TU Nov 23, 2020
@DavidBarke DavidBarke added this to the Release 2.1.0 milestone Nov 23, 2020
@DavidBarke DavidBarke changed the title residuals.rank_regression? residuals.rank_regression Nov 23, 2020
@DavidBarke DavidBarke changed the title residuals.rank_regression residuals.model_estimation Nov 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants