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.
statdecideR
is an R package for
automatic statistical decision-making, compact letter
displays (CLDs), and beautiful plots for parametric and
non-parametric tests — making your analysis both robust and
publication-ready.
# Development version (from local source or GitHub in future)
# install.packages("devtools")
::install_github("yourusername/statdecideR") devtools
⚠ Replace
"yourusername"
with your actual GitHub username once hosted.
library(statdecideR)
# Load your data
<- read.csv("your_data.csv")
data
# Run analysis and plot
plot_with_cld(
data = data,
dep_var = "pollen", # Your dependent variable
group_var = "month", # Your independent variable (factor)
normal = FALSE # Will be auto-detected in future version
)
The package automatically performs: - Statistical test selection - Post-hoc analysis (if significant) - Plot with CLD labels
MIT © Subhradip Bhattacharjee
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.