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

Exports from StatsBase #210

Open
miromarszal opened this issue Feb 27, 2022 · 0 comments
Open

Exports from StatsBase #210

miromarszal opened this issue Feb 27, 2022 · 0 comments

Comments

@miromarszal
Copy link

I know it's easy to figure out from the source, but still, it would be nice to mention on the doc page that this is included:

 # StatsBase reexports
 dof, coef, nobs, mse, rss,
 stderror, weights, residuals

Especially because it's not a complete export of methods for regression models. It got me puzzled a bit at first, why things like coef(::LsqFitResult) would work and coeftable(::LsqFitResult) wouldn't. On on a related note, confidence_interval and estimate_covar could be linked with confint and vcov from StatsBase, like the other exports.

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

1 participant