Science Score: 36.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
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
3 of 5 committers (60.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.8%) to scientific vocabulary
Keywords
r
statistics
Keywords from Contributors
generalized-pairwise-comparisons
non-parametric
inference
latent-variable-models
Last synced: 10 months ago
·
JSON representation
Repository
Miscellaneous functions
Basic Info
- Host: GitHub
- Owner: bozenne
- Language: R
- Default Branch: master
- Size: 764 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
r
statistics
Created almost 10 years ago
· Last pushed about 2 years ago
Metadata Files
Readme
Changelog
README.org
#+BEGIN_HTML![]()
#+END_HTML * butils *butils* is an R package containing functions used during my consulting activity (it is not a very well organized nor tidy package). * Installation To install the package, you will need: - 1. :: A fairly recent R version (>=4.0.0). You can check that using: #+BEGIN_SRC R :exports both :results output :session *R* :cache no paste0(R.Version()[c("major","minor")], collapse = ".") #+END_SRC #+RESULTS: : [1] "4.1.1" - 2. :: The library =remotes= that you can install running: #+BEGIN_SRC R :exports both :results output :session *R* :cache no install.packages("remotes") #+END_SRC #+RESULTS: #+begin_example Installing package into 'C:/Users/hpl802/Documents/R/win-library/4.1' (as 'lib' is unspecified) trying URL 'https://cloud.r-project.org/bin/windows/contrib/4.1/remotes_2.4.0.zip' Content type 'application/zip' length 395672 bytes (386 KB) downloaded 386 KB package 'remotes' successfully unpacked and MD5 sums checked The downloaded binary packages are in C:\Users\hpl802\AppData\Local\Temp\Rtmp44ARJ0\downloaded_packages #+end_example - 3. :: To run the following line of code which download and install the package: #+BEGIN_SRC R :exports both :eval never remotes::install_github("bozenne/butils") #+END_SRC Note: you can check that the package has been correctly installed by running the following lines of code: #+BEGIN_SRC R :exports both :results output :session *R* :cache no library(butils) args(partialResiduals) #+END_SRC #+RESULTS: : function (model, var, keep.intercept = FALSE, conditional = FALSE, : interval = "confidence", level = 0.95, npoints = 100, quantile.range = c(0, : 1), FUN.df, ...) : NULL
Owner
- Name: Ozenne
- Login: bozenne
- Kind: user
- Location: Copenhagen
- Website: https://bozenne.github.io/
- Repositories: 5
- Profile: https://github.com/bozenne
I'm a bio-statistician; you will find on my Github R packages implementing statistical developments, code related to articles, and setting for emacs.
GitHub Events
Total
Last Year
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| bozenne | b****z@s****k | 115 |
| Brice Maxime Hugues Ozenne | h****2@s****k | 114 |
| Brice Ozenne | b****e@o****r | 31 |
| Brice Maxime Hugues Ozenne | h****2@k****k | 19 |
| Brice Ozenne | b****e@b****e | 7 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
DESCRIPTION
cran
- R >= 2.10 depends
- data.table * depends
- ggplot2 * depends
- lava * depends
- BuyseTest * imports
- MASS * imports
- MESS * imports
- Matrix * imports
- boot * imports
- doRNG * imports
- doSNOW * imports
- foreach * imports
- grDevices * imports
- lavaSearch2 * imports
- methods * imports
- mice * imports
- mvtnorm * imports
- nlme * imports
- parallel * imports
- pbapply * imports
- pwr * imports
- rootSolve * imports
- snow * imports
- stats * imports
- tools * imports
- utils * imports
- AICcmodavg * suggests
- Publish * suggests
- blandr * suggests
- corrplot * suggests
- gridExtra * suggests
- gstat * suggests
- heplots * suggests
- lme4 * suggests
- merTools * suggests
- mgcv * suggests
- multcomp * suggests
- numDeriv * suggests
- optimx * suggests
- pbapply * suggests
- qqtest * suggests
- riskRegression * suggests
- segmented * suggests
- sp * suggests
- survival * suggests
- testthat * suggests
- tmvtnorm * suggests