Package: R6Nomogram 1.0
R6Nomogram: Create, Edit, and Plot Nomograms using R6 Objects
Nomograms are a type of plot for displaying linear models. A scale is plotted for each predictor in the model that translates values of the variable into "points", the sum of the "points" is then looked up on another scale to find the final prediction from the model. This package provides an R6 object constructor that does the computations for you to create an object representing the nomogram for the model. Methods and fields in the object allow you to customize the nomogram. You can then plot the nomogram, further customize, replot, etc. These types of nomograms are described in Harrell (2015) <doi:10.1007/978-3-319-19425-7>.
Authors:
R6Nomogram_1.0.tar.gz
R6Nomogram_1.0.zip(r-4.7)R6Nomogram_1.0.zip(r-4.6)R6Nomogram_1.0.zip(r-4.5)
R6Nomogram_1.0.tgz(r-4.6-any)R6Nomogram_1.0.tgz(r-4.5-any)
R6Nomogram_1.0.tar.gz(r-4.7-any)R6Nomogram_1.0.tar.gz(r-4.6-any)
R6Nomogram_1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
R6Nomogram/json (API)
| # Install 'R6Nomogram' in R: |
| install.packages('R6Nomogram', repos = c('https://glsnow.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/glsnow/r6nomogram/issues
Last updated from:6eacaa5779. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 107 | ||
| source / vignettes | OK | 214 | ||
| linux-release-x86_64 | OK | 113 | ||
| macos-release-arm64 | OK | 106 | ||
| macos-oldrel-arm64 | OK | 106 | ||
| windows-devel | OK | 114 | ||
| windows-release | OK | 101 | ||
| windows-oldrel | OK | 99 | ||
| wasm-release | OK | 131 |
Exports:R6Nomogram
Dependencies:R6
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Nomogram R6 Object | R6Nomogram |
