jacob-long / jtools

Tools for summarizing/visualizing regressions and other helpful stuff
https://jtools.jacob-long.com
GNU General Public License v3.0
164 stars 22 forks source link

Using RMarkdown and no p-value after knitting for glm model when using summ() #138

Closed ian-c-young closed 2 months ago

ian-c-young commented 1 year ago

I am in Rmarkdown and have a logistic regression model. When I run the summ() function with the model I see all the output in the console including χ²(1) = 4.532, p = 0.033. But when I knit and open the pdf, p = 0.033 is not included. Is there anyway to include that after knitting?

jacob-long commented 2 months ago

Thanks for the report!