{"id":16178404,"url":"https://github.com/sfcheung/diybootstat","last_synced_at":"2026-01-20T04:32:05.994Z","repository":{"id":43122112,"uuid":"377699127","full_name":"sfcheung/diybootstat","owner":"sfcheung","description":"Extension commands and examples for DIY bootstrapping in SPSS","archived":false,"fork":false,"pushed_at":"2022-03-17T09:23:27.000Z","size":2083,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-07T11:35:03.589Z","etag":null,"topics":["bootstrapping","confidence-interval","spss"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sfcheung.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-17T03:58:07.000Z","updated_at":"2022-08-28T10:54:40.000Z","dependencies_parsed_at":"2022-09-07T02:23:05.074Z","dependency_job_id":null,"html_url":"https://github.com/sfcheung/diybootstat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sfcheung/diybootstat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfcheung%2Fdiybootstat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfcheung%2Fdiybootstat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfcheung%2Fdiybootstat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfcheung%2Fdiybootstat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sfcheung","download_url":"https://codeload.github.com/sfcheung/diybootstat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfcheung%2Fdiybootstat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28596079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bootstrapping","confidence-interval","spss"],"created_at":"2024-10-10T05:13:40.792Z","updated_at":"2026-01-20T04:32:05.971Z","avatar_url":"https://github.com/sfcheung.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# diybootstat\n\nThis repository stores extension commands and examples for DIY bootstrapping in SPSS presented in the\nfollowing manuscript: \n\nCheung, S. F., Pesigan, I. J. A., \u0026 Vong, W. N. (2022). DIY bootstrapping: Getting the nonparametric bootstrap confidence interval in SPSS for any statistics or function of statistics (when this bootstrapping is appropriate). *Behavior Research Methods*. [https://doi.org/10.3758/s13428-022-01808-5](https://doi.org/10.3758/s13428-022-01808-5)\n\nCurrently, only one command is available, [`GENERATE NONPAR BOOTSAMPLES`](https://github.com/sfcheung/diybootstat/#generate-nonpar-bootsamples), described below, for generating bootstrapping samples.\n\nOur goal is not to develop a general tool for any particular statistics. Instead,\nwe want to demonstrate that, with the help of `OMS` commands, nonparametric bootstrapping\nconfidence intervals can be formed for any statistics we can see in the\noutput, or can be computed from those statistics. The extension command makes\nthe first step, drawing bootstrapping samples, easier to do. After this, bootstrapping\nconfidence intervals can be formed by using `SPLIT FILE`, `OMS` commands, and\n`EXAMINE`. Please refer to the manuscript and online examples by others cited in\nthe manuscript.\n\n## GENERATE NONPAR BOOTSAMPLES\n\nThis command is for generating nonparametric bootstrapping samples, to be used in\nforming nonparametric bootstrapping confidence intervals as outlined in the manuscript.\nA custom dialog is also avaiable for generating the command using the pull down menu.\n\n### Downlaod and Install\n\nThe bundle ready for installation can be found in the folder [`extension_bundles`](https://github.com/sfcheung/diybootstat/tree/main/extension_bundles). The latest version is v1.1.2. Just download and install in SPSS (see the first 15 seconds of [this video](https://osf.io/95rhx/) on how to install it):\n\n[GENERATE_NONPAR_BOOTSAMPLES.spe](https://github.com/sfcheung/diybootstat/blob/ff6672dc10675680f8401fcae9092a84289f28b6/extension_bundles/GENERATE_NONPAR_BOOTSAMPLES.spe)\n\n### Syntax Command Example\n\nAn example on using this command in a syntax file can be found at the OSF page: https://osf.io/8pnjs/. See the manuscript for a detailed description of this example.\n\nA vidoe demonstrating on this example can be found at the OSF page: https://osf.io/95rhx/\n\n### Video Demonstration on Using the Custom Dialog\n\nA vidoe demonstrating how to use the custom dialog for this command and how to generate the `OMS` commands can be found at the OSF page: https://osf.io/3bdmj/.\n\nThis video demonstrates how to generate the commands using nearly only the pull down menu. Users new to these commands or have never used `OMS` commands can learn about them in this video.\n\n### Sample Macro Commands\n\nThe [`macros`](https://github.com/sfcheung/diybootstat/tree/main/macros) folder contains sample macro commands used to illustrate how researchers\ncan write their own macros for statistics for which they want to form the nonparametric\nbootstrap percentile confidence intervals.\n\n### Other Examples Presented in the Manuscript\n\nThe [`examples`](https://github.com/sfcheung/diybootstat/tree/main/examples) folder contains sample syntax files and data files presented in\nthe manuscript.\n\n\n### Source\n\nThe source can be found in the folder [`GENERATE_NONPAR_BOOTSAMPLES`](https://github.com/sfcheung/diybootstat/tree/main/extension_commands/GENERATE_NONPAR_BOOTSAMPLES) in\n[`extension_commands`](https://github.com/sfcheung/diybootstat/tree/main/extension_commands).\n\n### Note\n\nWe can no longer access SPSS 26 and so cannot build and test the bundle for SPSS 26.\nA version that we developed and tested in SPSS 26 can be found in the OSF page. Please\nrefer to https://osf.io/8wevk/.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfcheung%2Fdiybootstat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsfcheung%2Fdiybootstat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfcheung%2Fdiybootstat/lists"}