{"id":15165912,"url":"https://github.com/meikesteinhilber/sprtt","last_synced_at":"2025-10-25T10:30:47.869Z","repository":{"id":38312589,"uuid":"335611517","full_name":"MeikeSteinhilber/sprtt","owner":"MeikeSteinhilber","description":"Sequential Probability Ratio Test Toolbox (SPRT)","archived":false,"fork":false,"pushed_at":"2024-01-08T20:07:47.000Z","size":47896,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T06:51:18.932Z","etag":null,"topics":["r","sequential","sprt","test-statistic"],"latest_commit_sha":null,"homepage":"https://meikesteinhilber.github.io/sprtt/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MeikeSteinhilber.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-02-03T12:05:57.000Z","updated_at":"2024-12-14T15:45:23.000Z","dependencies_parsed_at":"2024-01-08T20:57:29.339Z","dependency_job_id":null,"html_url":"https://github.com/MeikeSteinhilber/sprtt","commit_stats":{"total_commits":412,"total_committers":4,"mean_commits":103.0,"dds":"0.16504854368932043","last_synced_commit":"61c63b80d24cce0f3d1f507203ac085a152eac04"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeikeSteinhilber%2Fsprtt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeikeSteinhilber%2Fsprtt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeikeSteinhilber%2Fsprtt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeikeSteinhilber%2Fsprtt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MeikeSteinhilber","download_url":"https://codeload.github.com/MeikeSteinhilber/sprtt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238120374,"owners_count":19419761,"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":["r","sequential","sprt","test-statistic"],"created_at":"2024-09-27T04:06:15.334Z","updated_at":"2025-10-25T10:30:45.521Z","avatar_url":"https://github.com/MeikeSteinhilber.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\neditor_options:\n  markdown:\n    mode: gfm\n---\n\n\u003c!-- ATTENTION! see below --\u003e\n\n```{r setup, include=FALSE}\nknitr::opts_chunk$set(\n  echo = TRUE,\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  # fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\noptions(tibble.print_min = 5, tibble.print_max = 5)\n```\n\n# sprtt\n\n\u003c!-- badges: start --\u003e\n\n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/sprtt?color=green)](https://cran.r-project.org/package=sprtt)\n[![total](https://cranlogs.r-pkg.org/badges/grand-total/sprtt)](https://cran.r-project.org/package=sprtt)\n[![monthly](https://cranlogs.r-pkg.org/badges/sprtt)](https://cran.r-project.org/package=sprtt)\n[![codecov](https://codecov.io/gh/MeikeSteinhilber/sprtt/branch/main/graph/badge.svg?token=IQHTDTRBAW)](https://app.codecov.io/gh/MeikeSteinhilber/sprtt) [![pkgdown](https://github.com/MeikeSteinhilber/sprtt/actions/workflows/pkgdown-pak.yaml/badge.svg)](https://github.com/MeikeSteinhilber/sprtt/actions/workflows/pkgdown-pak.yaml) [![R-CMD-check](https://github.com/MeikeSteinhilber/sprtt/actions/workflows/R-CMD-check-windows-macOs.yaml/badge.svg)](https://github.com/MeikeSteinhilber/sprtt/actions/workflows/R-CMD-check-windows-macOs.yaml)\n\n\n\u003c!-- badges: end --\u003e\n\n## Overview\n\nThe `sprtt` package is a **s**equential **p**robability **r**atio **t**ests **t**oolbox (**sprtt**).\n\nThe package contains:\n\n-   `seq_ttest()`, `seq_anova()` calculates sequential t-test and sequential one-way ANOVAs\n\n-   three data sets (`df_income`, `df_stress`, `df_cancer`) to run the examples in the t-test documentation\n\n-   `plot_anova()` plots results of sequential ANOVAs\n\n-   `draw_sample_normal()`, `draw_sample_mixture()` simulation of data sets\n\n\n## Installation\n\n### Release version from CRAN\n\nThis is the recommended version for a normal user.\n\n```{r, eval = FALSE}\n# installs the package\ninstall.packages(\"sprtt\")\n```\n\n### Development version from GitHub\n\nTo get a bug fix or to use a feature from the development version, you can install the development version from GitHub.\n\n```{r, eval=FALSE}\n# the installation requires the \"devtools\" package\n# install.packages(\"devtools\")\ndevtools::install_github(\"MeikeSteinhilber/sprtt\")\n```\n\n## Documentation\n\nDetailed documentation can be found on the [home page](https://meikesteinhilber.github.io/sprtt/index.html). There are several articles covering the [usage](https://meikesteinhilber.github.io/sprtt/articles/usage-sprtt.html) of the package, the [theoretical background](https://meikesteinhilber.github.io/sprtt/articles/sequential_testing.html) of the test, and also an extended [use case](https://meikesteinhilber.github.io/sprtt/articles/use-case.html).\n\nShort examples can be found in the following paragraph.\n\n### Quick Examples\n\n\u003e **Note**\n\u003e\n\u003e In the R code sections:\n\u003e\n\u003e `# comment`: is a comment\n\u003e\n\u003e `function()`: is R code\n\u003e\n\u003e `#\u003e results of function()`: is console output\n\n\u003c!--\n\nATTENTION!\n\nin the .md file must be changed by hand. Otherwise the picture is not found on the website and CRAN.\n\u003cimg src=\"man/figures/figure-gfm/unnamed-chunk-3-1.png\" width=\"100%\" /\u003e\n--\u003e\n```{r, code=xfun::read_utf8('inst/examples/sprtt_examples.R')}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeikesteinhilber%2Fsprtt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeikesteinhilber%2Fsprtt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeikesteinhilber%2Fsprtt/lists"}