Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (18.6%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
:package: The Title of the Project
Basic Info
- Host: GitHub
- Owner: chaoqiw0324
- License: gpl-2.0
- Language: R
- Default Branch: master
- Homepage: https://chaoqiw0324.github.io/ortest
- Size: 1.09 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 2 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
Contributing
License
Code of conduct
Citation
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(collapse = TRUE,
comment = "#>",
fig.path = "man/figures/",
out.width = "100%")
```
ortest
=========================================================
[](https://CRAN.R-project.org/package=ortest)
[](https://github.com/chaoqiw0324/ortest/actions/workflows/R-CMD-check.yaml)
[](https://github.com/chaoqiw0324/ortest/actions/workflows/pkgdown.yaml)
[](https://github.com/chaoqiw0324/ortest/actions/workflows/test-coverage.yaml)
[](https://codecov.io/gh/chaoqiw0324/ortest)
[](https://choosealicense.com/licenses/gpl-2.0/)
• Overview
• Features
• Installation
• Get started
• Citation
• Contributing
## Overview
The R package `ortest` provides an odds ratio based conditional independence test for mixed data types, using nonparametric methods for nuisance estimation, including random forests, XGboost, and SuperLearner
## Features
The main purpose of `ortest` is to test conditional independence test for mixed data types including numeric, binary and multi-level factor, and to implemented in pc algorithm.
## Installation
You can install the development version from [GitHub](https://github.com/) with:
```{r eval=FALSE}
## Install < remotes > package (if not already installed) ----
if (!requireNamespace("remotes", quietly = TRUE)) {
install.packages("remotes")
}
## Install < ortest > from GitHub ----
remotes::install_github("chaoqiw0324/ortest")
```
Then you can attach the package `ortest`:
```{r eval=FALSE}
library("ortest")
```
## Get started
For an overview of the main features of `ortest`, please read the [Using the Ortest package
](https://chaoqiw0324.github.io/ortest/articles/ortest.html)
vignette.
## Citation
Please cite `ortest` as:
> Wu Chaoqi (2024) ortest: An R package to ortest. R package
> version 0.0.0.9000.
## Contributing
All types of contributions are encouraged and valued. For more
information, check out our [Contributor
Guidelines](https://github.com/chaoqiw0324/ortest/blob/main/CONTRIBUTING.md).
Please note that the `ortest` project is released with a [Contributor
Code of
Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html).
By contributing to this project, you agree to abide by its terms.
Owner
- Name: Chaoqi Wu
- Login: chaoqiw0324
- Kind: user
- Repositories: 1
- Profile: https://github.com/chaoqiw0324
Citation (CITATION.cff)
# --------------------------------------------
# CITATION file created with {cffr} R package
# See also: https://docs.ropensci.org/cffr/
# --------------------------------------------
cff-version: 1.2.0
message: 'To cite package "ortest" in publications use:'
type: software
license: GPL-2.0-or-later
title: 'ortest: The Title of the Project'
version: 0.0.0.9000
abstract: A paragraph providing a full description of the project (on several lines...)
authors:
- family-names: Wu
given-names: Chaoqi
email: cw3370@cumc.columbia.edu
orcid: https://orcid.org/orcid
preferred-citation:
type: manual
title: 'ortest: An R package to ...'
authors:
- name: Wu Chaoqi
year: '2024'
notes: R package version 0.0.0.9000
url: https://github.com/chaoqiw0324/ortest
repository-code: https://github.com/chaoqiw0324/ortest
url: https://github.com/chaoqiw0324/ortest
contact:
- family-names: Wu
given-names: Chaoqi
email: cw3370@cumc.columbia.edu
orcid: https://orcid.org/orcid
references:
- type: software
title: knitr
abstract: 'knitr: A General-Purpose Package for Dynamic Report Generation in R'
notes: Suggests
url: https://yihui.org/knitr/
repository: https://CRAN.R-project.org/package=knitr
authors:
- family-names: Xie
given-names: Yihui
email: xie@yihui.name
orcid: https://orcid.org/0000-0003-0645-5666
year: '2024'
doi: 10.32614/CRAN.package.knitr
- type: software
title: rmarkdown
abstract: 'rmarkdown: Dynamic Documents for R'
notes: Suggests
url: https://pkgs.rstudio.com/rmarkdown/
repository: https://CRAN.R-project.org/package=rmarkdown
authors:
- family-names: Allaire
given-names: JJ
email: jj@posit.co
- family-names: Xie
given-names: Yihui
email: xie@yihui.name
orcid: https://orcid.org/0000-0003-0645-5666
- family-names: Dervieux
given-names: Christophe
email: cderv@posit.co
orcid: https://orcid.org/0000-0003-4474-2498
- family-names: McPherson
given-names: Jonathan
email: jonathan@posit.co
- family-names: Luraschi
given-names: Javier
- family-names: Ushey
given-names: Kevin
email: kevin@posit.co
- family-names: Atkins
given-names: Aron
email: aron@posit.co
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
- family-names: Cheng
given-names: Joe
email: joe@posit.co
- family-names: Chang
given-names: Winston
email: winston@posit.co
- family-names: Iannone
given-names: Richard
email: rich@posit.co
orcid: https://orcid.org/0000-0003-3925-190X
year: '2024'
doi: 10.32614/CRAN.package.rmarkdown
GitHub Events
Total
- Push event: 17
Last Year
- Push event: 17
Dependencies
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v3 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action v4.4.1 composite
- actions/checkout v3 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/render-README.yaml
actions
- actions/checkout v3 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
.github/workflows/test-coverage.yaml
actions
- actions/checkout v3 composite
- actions/upload-artifact v3 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/update-citation-cff.yaml
actions
- actions/checkout v3 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION
cran
- knitr * suggests
- rmarkdown * suggests