diff --git a/404.html b/404.html index ed22a88..9b8a9cd 100644 --- a/404.html +++ b/404.html @@ -12,7 +12,7 @@ - + @@ -114,7 +114,7 @@
Site built with pkgdown 2.0.7.
+Site built with pkgdown 2.0.9.
vignettes/ivreg.Rmd
ivreg.Rmd
msummary()
function from the modelsummary
+package or the msummary()
function from the modelsummary
package:
-library("modelsummary")
+library("modelsummary")
m_list <- list(OLS = m_ols, IV = m_iv)
-msummary(m_list)