Package: psica 1.0.2
psica: Decision Tree Analysis for Probabilistic Subgroup Identification with Multiple Treatments
In the situation when multiple alternative treatments or interventions available, different population groups may respond differently to different treatments. This package implements a method that discovers the population subgroups in which a certain treatment has a better effect than the other alternative treatments. This is done by first estimating the treatment effect for a given treatment and its uncertainty by computing random forests, and the resulting model is summarized by a decision tree in which the probabilities that the given treatment is best for a given subgroup is shown in the corresponding terminal node of the tree.
Authors:
psica_1.0.2.tar.gz
psica_1.0.2.zip(r-4.5)psica_1.0.2.zip(r-4.4)psica_1.0.2.zip(r-4.3)
psica_1.0.2.tgz(r-4.4-any)psica_1.0.2.tgz(r-4.3-any)
psica_1.0.2.tar.gz(r-4.5-noble)psica_1.0.2.tar.gz(r-4.4-noble)
psica_1.0.2.tgz(r-4.4-emscripten)psica_1.0.2.tgz(r-4.3-emscripten)
psica.pdf |psica.html✨
psica/json (API)
# Install 'psica' in R: |
install.packages('psica', repos = c('https://osysoev.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 5 years agofrom:ffbc3edfb1. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 14 2024 |
R-4.5-win | OK | Nov 14 2024 |
R-4.5-linux | OK | Nov 14 2024 |
R-4.4-win | OK | Nov 14 2024 |
R-4.4-mac | OK | Nov 14 2024 |
R-4.3-win | OK | Nov 14 2024 |
R-4.3-mac | OK | Nov 14 2024 |
Exports:psica
Dependencies:BayesTreecodetoolscoinFormulagridBaseinumlatticelibcoinMASSMatrixmatrixStatsmodeltoolsmultcompmvtnormnnetpartypartykitrandomForestrbibutilsRdpackrpartsandwichstrucchangesurvivalTH.datazoo
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Plots a PSICA tree. | plot.psicaTree |
Makes predictions for PSICA tree. | predict.psicaTree |
Prints a PSICA tree. | print.psicaTree |
Prunes a PSICA tree. | prune.psicaTree |
Create a tree that discovers groups having similar treatment (intervention) effects. | psica |
Prunes desired nodes in a PSICA tree. | snip.psicaTree |