{"id":23509364,"url":"https://github.com/paulnorthrop/smovie","last_synced_at":"2025-04-16T20:52:20.143Z","repository":{"id":56934467,"uuid":"112748986","full_name":"paulnorthrop/smovie","owner":"paulnorthrop","description":"Some movies to teach statistical concepts","archived":false,"fork":false,"pushed_at":"2023-12-03T10:45:20.000Z","size":3202,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T09:49:42.814Z","etag":null,"topics":["central-limit-theorem","correlation-coefficient","extremal-types-theorem","extremes","hypothesis-testing","likelihood-ratio-test","linear-regression","log-likelihood","movie","probability-distributions","regression","score-test","statistical-concepts","statistics","statistics-learning","teaching","teaching-materials","test-statistic","wald-test"],"latest_commit_sha":null,"homepage":"https://paulnorthrop.github.io/smovie/","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/paulnorthrop.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","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,"publiccode":null,"codemeta":null}},"created_at":"2017-12-01T14:28:25.000Z","updated_at":"2024-05-11T02:57:11.000Z","dependencies_parsed_at":"2023-12-02T21:26:23.390Z","dependency_job_id":"d0ef85e8-89f6-4abd-8641-5174c4e1c287","html_url":"https://github.com/paulnorthrop/smovie","commit_stats":{"total_commits":513,"total_committers":1,"mean_commits":513.0,"dds":0.0,"last_synced_commit":"41f50f1d1babecfc2a23f5fe660a0d7cc6f82e1b"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulnorthrop%2Fsmovie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulnorthrop%2Fsmovie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulnorthrop%2Fsmovie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulnorthrop%2Fsmovie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paulnorthrop","download_url":"https://codeload.github.com/paulnorthrop/smovie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249275740,"owners_count":21242284,"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":["central-limit-theorem","correlation-coefficient","extremal-types-theorem","extremes","hypothesis-testing","likelihood-ratio-test","linear-regression","log-likelihood","movie","probability-distributions","regression","score-test","statistical-concepts","statistics","statistics-learning","teaching","teaching-materials","test-statistic","wald-test"],"created_at":"2024-12-25T11:40:31.741Z","updated_at":"2025-04-16T20:52:20.114Z","avatar_url":"https://github.com/paulnorthrop.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, echo = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"README-\"\n)\n```\n\n# smovie  \n\n[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/paulnorthrop/smovie?branch=master\u0026svg=true)](https://ci.appveyor.com/project/paulnorthrop/smovie)\n[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/smovie)](https://cran.r-project.org/package=smovie)\n[![Downloads (monthly)](https://cranlogs.r-pkg.org/badges/smovie?color=brightgreen)](https://cran.r-project.org/package=smovie)\n[![Downloads (total)](https://cranlogs.r-pkg.org/badges/grand-total/smovie?color=brightgreen)](https://cran.r-project.org/package=smovie)\n\n### Some Movies to Illustrate Concepts in Statistics\n\n### What does smovie do?\n\nThe `smovie` package provides movies to help students to understand statistical \nconcepts.  The [`rpanel` package](https://cran.r-project.org/package=rpanel) is \nused to create interactive plots that move to illustrate key statistical ideas \nand methods.  The movies cover the topics of probability distributions; sampling distributions of the mean (central limit theorem), the median, the maximum (extremal types theorem) and the (Fisher transformation of the) correlation coefficient; simple linear regression; hypothesis testing.\n\n### An example\n\nThe function `wws` produces a movie to visualise the Wald, Wilks and score likelihood-based test statistics, for a model with a scalar unknown parameter.  The user can change the value of the parameter under a simple null hypothesis and observe the effect on the test statistics.  The following code uses the log-likelihood from a binomial experiment and considers the null hypothesis that the success probability $\\theta$ is equal to $\\theta_0$.  The user may specify their own log-likelihood.\n\n```{r, eval = FALSE}\nwws(theta0 = 0.5)\n```\n\n### Installation\n\nTo get the current released version from CRAN:\n\n```{r installation, eval = FALSE}\ninstall.packages(\"smovie\")\n```\n\n### Vignettes\n\nSee `vignette(\"smovie-vignette\", package = \"smovie\")` for an overview of the \npackage. \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulnorthrop%2Fsmovie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulnorthrop%2Fsmovie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulnorthrop%2Fsmovie/lists"}