Science Score: 26.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
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (18.7%) to scientific vocabulary
Keywords
Repository
An R package for semiparametric survival analysis.
Basic Info
- Host: GitHub
- Owner: rvpanaro
- License: gpl-3.0
- Language: C++
- Default Branch: master
- Homepage: https://rvpanaro.github.io/spsurv/
- Size: 642 MB
Statistics
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
- Releases: 1
Topics
Metadata Files
README.md
spsurv 
Overview
Installation
Install the CRAN version:
r install.packages("spsurv")Installation using the devtools package:
r
install.packages("devtools")
devtools::install_github("rvpanaro/spsurv")
Usage
- Fit a BP based survival regression PH model using:
```r library("KMsurv") data("larynx")
library(spsurv)
fit <- bpph(Surv(time, delta) ~ age + factor(stage), model = "ph", data = larynx)
summary(fit)
```
- Alternatively, one can use the
spbpfunction:
r
fit <- spbp(Surv(time, delta) ~ age + factor(stage), model = "ph", data = larynx)
summary(fit)
- Access to Bayesian analysis using approach argument:
```
NUTS sampling (Bayesian)
fit2 <- spbp(Surv(time, delta) ~ age + factor(stage), approach = "bayes", data = larynx, iter = 2000, chains = 1, warmup = 1000) summary(fit2) ```
See the reference manual for more examples.
Upcoming features (To do)
- [ ]
survivorclass. - [ ]
survivorggplot method. - [ ] Deviance, martingale and standard residuals.
- [ ] Frailty models coding coverage.
Troubleshooting
Please report issues at https://github.com/rvpanaro/spsurv/issues or mail it to renatovp@ime.usp.br, we will answer as soon as possible.
Owner
- Name: Renato Valladares Panaro
- Login: rvpanaro
- Kind: user
- Location: Germany
- Company: University Medical Center Göttingen
- Website: rvpanaro.github.io
- Twitter: rvpanaro
- Repositories: 3
- Profile: https://github.com/rvpanaro
Doctoral research assistant in medical statistics
GitHub Events
Total
- Issue comment event: 1
- Push event: 1
- Fork event: 1
Last Year
- Issue comment event: 1
- Push event: 1
- Fork event: 1
Committers
Last synced: about 3 years ago
All Time
- Total Commits: 78
- Total Committers: 4
- Avg Commits per committer: 19.5
- Development Distribution Score (DDS): 0.077
Top Committers
| Name | Commits | |
|---|---|---|
| renatovp | r****p@i****r | 72 |
| Renato | r****p@i****r | 3 |
| RVP07 | 3****o@u****m | 2 |
| rn00bs | c****s@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 1
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: less than a minute
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 1.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- 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
- rvpanaro (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 192 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: spsurv
Bernstein Polynomial Based Semiparametric Survival Analysis
- Documentation: http://cran.r-project.org/web/packages/spsurv/spsurv.pdf
- License: GPL-3
-
Latest release: 1.0.0
published about 6 years ago
Rankings
Maintainers (1)
Dependencies
- MASS >= 7.3 depends
- R >= 3.5.0 depends
- coda >= 0.19 depends
- loo >= 2.1.0 depends
- survival >= 2.44 depends
- Rcpp >= 0.12.0 imports
- methods * imports
- rstan >= 2.18.1 imports
- rstantools >= 1.5.1 imports
- KMsurv * suggests
- covr * suggests
- devtools * suggests
- knitr * suggests
- rmarkdown * suggests
- roxygen2 * suggests
- testthat >= 2.1.0 suggests