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

mvsw (multiverse stepwise) is not exported/documented #425

Closed
grantmcdermott opened this issue Jun 26, 2023 · 1 comment
Closed

mvsw (multiverse stepwise) is not exported/documented #425

grantmcdermott opened this issue Jun 26, 2023 · 1 comment

Comments

@grantmcdermott
Copy link
Contributor

Just noticed when I was looking at the stepwise reference page on the website. Typing ?mvsw into the console also draws a blank.

The function itself is working nicely, though ;-)

library(fixest)

etable(feols(mpg ~ wt | mvsw(am, cyl), mtcars))
#>                 feols(mpg ~ wt ..1 feols(mpg ~..2 feols(mpg ~..3 feols(mpg ~..4
#> Dependent Var.:                mpg            mpg            mpg            mpg
#>                                                                                
#> Constant          37.29*** (1.878)                                             
#> wt              -5.344*** (0.5591) -5.353 (2.282) -3.206 (1.209) -3.150 (1.498)
#> Fixed-Effects:  ------------------ -------------- -------------- --------------
#> am                              No            Yes             No            Yes
#> cyl                             No             No            Yes            Yes
#> _______________ __________________ ______________ ______________ ______________
#> S.E. type                      IID         by: am        by: cyl         by: am
#> Observations                    32             32             32             32
#> R2                         0.75283        0.75283        0.83743        0.83751
#> Within R2                       --        0.61393        0.39236        0.30824
#> ---
#> Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1

Related: #226.

@lrberge lrberge closed this as completed in bfc453e Feb 8, 2024
@lrberge
Copy link
Owner

lrberge commented Feb 8, 2024

Thanks Grant, now fixed!

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