Celebrate with us and share with your friends ➡️ greens.eu/mydata-mycho...
Celebrate with us and share with your friends ➡️ greens.eu/mydata-mycho...
psycModel::descriptive_table(mydata,
cols = c(var1, var2, var3))
Can even save as a .csv file to directly copy-paste into a paper!
psycModel::descriptive_table(mydata,
cols = c(var1, var2, var3))
Can even save as a .csv file to directly copy-paste into a paper!
res <- mydata |>
select_if(is.numeric) |>
map(~ broom::tidy(wilcox.test(. ~ mydata$grp)), .id = 'var') |>
bind_rows(.id = "Variable")
print(res, n = 100)
res <- mydata |>
select_if(is.numeric) |>
map(~ broom::tidy(wilcox.test(. ~ mydata$grp)), .id = 'var') |>
bind_rows(.id = "Variable")
print(res, n = 100)
Have a read and see how you can get involved & support this really important cause go.mydata.org/mydata-broch...
Have a read and see how you can get involved & support this really important cause go.mydata.org/mydata-broch...
"plot(y ~ x, mydata)"
What tinyplot _does_ do, however, is make complex plots easy (which is where ggplot2 obviously excels too and where Stata genuinely sucks).
"plot(y ~ x, mydata)"
What tinyplot _does_ do, however, is make complex plots easy (which is where ggplot2 obviously excels too and where Stata genuinely sucks).
Fears entirely justified.