The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
easytable is built around one promise:
library(easytable)
m1 <- lm(mpg ~ wt, data = mtcars)
m2 <- lm(mpg ~ wt + hp, data = mtcars)
easytable(m1, m2)Coefficient | Model 1 | Model 2 |
|---|---|---|
(Intercept) | 37.29 *** | 37.23 *** |
wt | -5.34 *** | -3.88 *** |
hp | -0.03 *** | |
N | 32 | 32 |
R sq. | 0.75 | 0.83 |
Adj. R sq. | 0.74 | 0.81 |
Significance: ***p < .01; **p < .05; *p < .1 | ||
Coefficient | Model 1 | Model 2 |
|---|---|---|
(Intercept) | 37.29 *** | 37.23 *** |
wt | -5.34 *** | -3.88 *** |
hp | -0.03 *** | |
N | 32 | 32 |
R sq. | 0.75 | 0.83 |
Adj. R sq. | 0.74 | 0.81 |
Significance: ***p < .01; **p < .05; *p < .1 | ||
Coefficient | Baseline | With Controls |
|---|---|---|
(Intercept) | 37.29 *** | 37.23 *** |
wt | -5.34 *** | -3.88 *** |
hp | -0.03 *** | |
N | 32 | 32 |
R sq. | 0.75 | 0.83 |
Adj. R sq. | 0.74 | 0.81 |
Significance: ***p < .01; **p < .05; *p < .1 | ||
Coefficient | Model 1 | Model 2 |
|---|---|---|
(Intercept) | 37.29 *** | 37.23 *** |
wt | -5.34 *** | -3.88 *** |
hp | -0.03 *** | |
N | 32 | 32 |
R sq. | 0.75 | 0.83 |
Adj. R sq. | 0.74 | 0.81 |
Significance: ***p < .01; **p < .05; *p < .1 | ||
Note: Robust Standard Errors | ||
vignette("penguins-tutorial", package = "easytable")vignette("developer-roadmap", package = "easytable")These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.