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

Understanding p value calculation for coefficients of Logit() #8709

Open
loveis98 opened this issue Mar 1, 2023 · 2 comments
Open

Understanding p value calculation for coefficients of Logit() #8709

loveis98 opened this issue Mar 1, 2023 · 2 comments

Comments

@loveis98
Copy link

loveis98 commented Mar 1, 2023

Could you please help me: I have fitted Logistic Regression model, so I have my data with probabilities and fixed predictors coefficients. How can I use functionality Lodit().summary() for calculation pvalues for my case? May be there is another possibility to calculate pvalues, more appropriate?

Thank you very much

@loveis98 loveis98 changed the title Understanding pvalue calsulation for coeeficients of Logit() Understanding p value calculation for coefficients of Logit() Mar 1, 2023
@josef-pkt
Copy link
Member

Can you explain a bit more?

my data with probabilities

does this mean your endog is probabilities/fractions instead of binary?

fixed predictors coefficients

Does this mean that you have your own params instead of estimating them with fit?

@loveis98
Copy link
Author

loveis98 commented Mar 4, 2023

Yes and yes:)
I have already fitted logistic regression model, so want to check p_values on another data segment using it's inference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants