describedata

Miscellaneous R helper functions and approximate duplicate functions from other statistical software

https://github.com/craigjmcgowan/describedata

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Miscellaneous R helper functions and approximate duplicate functions from other statistical software

Basic Info
  • Host: GitHub
  • Owner: craigjmcgowan
  • License: other
  • Language: R
  • Default Branch: master
  • Size: 81.1 KB
Statistics
  • Stars: 2
  • Watchers: 0
  • Forks: 0
  • Open Issues: 7
  • Releases: 1
Created almost 8 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```
# describedata


[![R-CMD-check](https://github.com/craigjmcgowan/describedata/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/craigjmcgowan/describedata/actions/workflows/R-CMD-check.yaml)


This package contains functions written to replicate certain data analysis actions that I've found helpful in biostatistical and epidemiological research. It also contains R replicas of some functions from SAS and Stata to conduct similar analyses and display the results in a similar manner to the functions of those programs. Note that there has not been a concerted effort to fully replicate those all aspects of these functions - more functionality may be added on in the future but the current focus has been on aspects of the functions that have seemed most useful. If there is additional functionality you'd like to see included, please submit an issue on [GitHub](https://github.com/craigjmcgowan/describedata).

## Installation

You can install the released version of describedata from [CRAN](https://CRAN.R-project.org) with:

``` r
install.packages("describedata")
```

And the development version from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("craigjmcgowan/describedata")
```

Owner

  • Name: Craig McGowan
  • Login: craigjmcgowan
  • Kind: user
  • Location: Washington, DC

Data scientist and biostatistician. On an ongoing quest to successfully write code that I can read years later. ORCID: https://orcid.org/0000-0002-6298-01

GitHub Events

Total
  • Create event: 1
  • Release event: 1
  • Issues event: 3
  • Watch event: 1
  • Issue comment event: 2
  • Push event: 8
  • Pull request event: 1
Last Year
  • Create event: 1
  • Release event: 1
  • Issues event: 3
  • Watch event: 1
  • Issue comment event: 2
  • Push event: 8
  • Pull request event: 1

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 18
  • Total pull requests: 1
  • Average time to close issues: 11 days
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.06
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 0
  • Average time to close issues: 4 days
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.5
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • craigjmcgowan (18)
Pull Request Authors
  • olivroy (2)
Top Labels
Issue Labels
enhancement (2) bug (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 382 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
cran.r-project.org: describedata

Miscellaneous Descriptive Functions

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 382 Last month
Rankings
Downloads: 21.2%
Average: 28.8%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Maintainers (1)
Last synced: 10 months ago