Other packages > Find by keyword >

AutoScore  

An Interpretable Machine Learning-Based Automatic Clinical Score Generator
View on CRAN: Click here


Download and install AutoScore package within the R console
Install from CRAN:
install.packages("AutoScore")

Install from Github:
library("remotes")
install_github("cran/AutoScore")

Install by package version:
library("remotes")
install_version("AutoScore", "1.0.0")



Attach the package and use:
library("AutoScore")
Maintained by
Feng Xie
[Scholar Profile | Author Map]
First Published: 2021-06-16
Latest Update: 2022-10-15
Description:
A novel interpretable machine learning-based framework to automate the development of a clinical scoring model for predefined outcomes. Our novel framework consists of six modules: variable ranking with machine learning, variable transformation, score derivation, model selection, domain knowledge-based score fine-tuning, and performance evaluation.The The original AutoScore structure is described in the research paper. A full tutorial can be found here. Users or clinicians could seamlessly generate parsimonious sparse-score risk models (i.e., risk scores), which can be easily implemented and validated in clinical practice. We hope to see its application in various medical case studies.
How to cite:
Feng Xie (2021). AutoScore: An Interpretable Machine Learning-Based Automatic Clinical Score Generator. R package version 1.0.0, https://cran.r-project.org/web/packages/AutoScore. Accessed 23 Feb. 2025.
Previous versions and publish date:
0.2.0 (2021-06-16 11:50), 0.3.0 (2022-04-08 08:42)
Other packages that cited AutoScore R package
View AutoScore citation profile
Other R packages that AutoScore depends, imports, suggests or enhances
Complete documentation for AutoScore
Functions, R codes and Examples using the AutoScore R package
Some associated functions: AutoScore_fine_tuning . AutoScore_fine_tuning_Ordinal . AutoScore_fine_tuning_Survival . AutoScore_parsimony . AutoScore_parsimony_Ordinal . AutoScore_parsimony_Survival . AutoScore_rank . AutoScore_rank_Ordinal . AutoScore_rank_Survival . AutoScore_testing . AutoScore_testing_Ordinal . AutoScore_testing_Survival . AutoScore_weighting . AutoScore_weighting_Ordinal . AutoScore_weighting_Survival . add_baseline . assign_score . change_reference . check_data . check_data_ordinal . check_data_survival . check_link . check_predictor . compute_auc_val . compute_auc_val_ord . compute_auc_val_survival . compute_descriptive_table . compute_final_score_ord . compute_mauc_ord . compute_multi_variable_table . compute_multi_variable_table_ordinal . compute_multi_variable_table_survival . compute_prob_observed . compute_prob_predicted . compute_score_table . compute_score_table_ord . compute_score_table_survival . compute_uni_variable_table . compute_uni_variable_table_ordinal . compute_uni_variable_table_survival . conversion_table . conversion_table_ordinal . conversion_table_survival . estimate_p_mat . eva_performance_iauc . evaluate_model_ord . extract_or_ci_ord . find_one_inds . find_possible_scores . get_cut_vec . group_score . induce_informative_missing . induce_median_missing . inv_cloglog . inv_logit . inv_probit . make_design_mat . plot_auc . plot_importance . plot_predicted_risk . plot_roc_curve . plot_survival_km . print_performance_ci_survival . print_performance_ordinal . print_performance_survival . print_roc_performance . print_scoring_table . sample_data . sample_data_ordinal . sample_data_ordinal_small . sample_data_small . sample_data_survival . sample_data_survival_small . sample_data_with_missing . split_data . transform_df_fixed . 
Some associated R codes: AutoScore.R . AutoScore_Ordinal.R . AutoScore_Survival.R . common.R .  Full AutoScore package functions and examples
Downloads during the last 30 days
01/2401/2501/2601/2701/2801/2901/3001/3102/0102/0202/0302/0402/0502/0602/0702/0802/0902/1002/1102/1202/1302/1402/1502/1602/1702/1802/1902/2002/21Downloads for AutoScore681012141618202224TrendBars

Today's Hot Picks in Authors and Packages

SSNbayes  
Bayesian Spatio-Temporal Analysis in Stream Networks
Fits Bayesian spatio-temporal models and makes predictions on stream networks using the approach by ...
Download / Learn more Package Citations See dependency  
seqest  
Sequential Method for Classification and Generalized Estimating Equations Problem
Sequential method to solve the the binary classification problem by Wang (2019) ...
Download / Learn more Package Citations See dependency  
imdbapi  
Get Movie, Television Data from the 'imdb' Database
Provides API access to the which maintains metadata about movies, games and te ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
mlma  
Multilevel Mediation Analysis
Do multilevel mediation analysis with generalized additive multilevel models. The analysis method is ...
Download / Learn more Package Citations See dependency  

23,712

R Packages

205,795

Dependencies

64,332

Author Associations

23,713

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA