{"id":13858356,"url":"https://github.com/hrbrmstr/scimple","last_synced_at":"2025-10-29T01:30:48.467Z","repository":{"id":141238798,"uuid":"83834637","full_name":"hrbrmstr/scimple","owner":"hrbrmstr","description":":heavy_minus_sign::heavy_minus_sign::heavy_minus_sign::large_orange_diamond::heavy_minus_sign::heavy_minus_sign: Tidy Simultaneous Confidence Intervals for Multinomial Proportions","archived":false,"fork":false,"pushed_at":"2020-04-09T09:09:10.000Z","size":403,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-06T03:05:15.455Z","etag":null,"topics":["confidence-intervals","r","rstats","statistics"],"latest_commit_sha":null,"homepage":"http://rpubs.com/hrbrmstr/mms","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hrbrmstr.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-03-03T19:39:58.000Z","updated_at":"2022-09-02T13:07:56.000Z","dependencies_parsed_at":"2024-02-09T02:10:10.506Z","dependency_job_id":null,"html_url":"https://github.com/hrbrmstr/scimple","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Fscimple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Fscimple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Fscimple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Fscimple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hrbrmstr","download_url":"https://codeload.github.com/hrbrmstr/scimple/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219858513,"owners_count":16556043,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["confidence-intervals","r","rstats","statistics"],"created_at":"2024-08-05T03:02:05.611Z","updated_at":"2025-10-29T01:30:43.170Z","avatar_url":"https://github.com/hrbrmstr.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"---\noutput: rmarkdown::github_document\neditor_options:\n  chunk_output_type: console\n---\n```{r pkg-knitr-opts, include=FALSE}\nhrbrpkghelpr::global_opts()\n```\n\n```{r badges, results='asis', echo=FALSE, cache=FALSE}\nhrbrpkghelpr::stinking_badges()\n```\n\n```{r description, results='asis', echo=FALSE, cache=FALSE}\nhrbrpkghelpr::yank_title_and_description()\n```\n\n## What's Inside The Tin\n\nThe following functions are implemented:\n\n```{r ingredients, results='asis', echo=FALSE, cache=FALSE}\nhrbrpkghelpr::describe_ingredients()\n```\n\nThere's also a handy named vector `scimple_short_to_long` which you can use to expand\nshorthand method names (e.g. \"sg\") to long (e.g. \"Sison \u0026 Glaz\").\n\n### Installation\n\nPackage installation:\n\n```{r install-ex, results='asis', echo=FALSE, cache=FALSE}\nhrbrpkghelpr::install_block()\n```\n\n### Usage\n\n```{r u01, fig.width=10, fig.height=5.5}\nlibrary(scimple)\nlibrary(hrbrthemes)\nlibrary(tidyverse)\n\ny \u003c- c(44, 55, 43, 32, 67, 78)\nz \u003c- 0.05\n\nscimple_ci(y, z) %\u003e% \n  mutate(method=scimple_short_to_long[method]) -\u003e cis\n\nprint(cis)\n\nggplot(cis) +\n  geom_segment(aes(x=lower_limit, xend=upper_limit, y=method, yend=method, color=method)) +\n  scale_color_ipsum(name=NULL) +\n  facet_wrap(~inpmat, scales=\"free_x\") +\n  labs(x=NULL, y=NULL, \n       title=\"Multipe simultaneous confidence intervals\",\n       subtitle=\"Note free X scale\") +\n  theme_ipsum_rc(grid=\"X\", base_size=11) +\n  theme(legend.position=\"bottom\")\n```\n\n## scimple Metrics\n\n```{r cloc, echo=FALSE}\ncloc::cloc_pkg_md()\n```\n\n## Code of Conduct\n\nPlease note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrbrmstr%2Fscimple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhrbrmstr%2Fscimple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrbrmstr%2Fscimple/lists"}