COVID-19 patients data and the R script for the analysis (Chen X. et al, Research on Influencing Factors and Classification of patients with mild and severe COVID-19 Symptoms)
complete data from the original 90 patients after interpolation
Descriptive statistical tables of original data (90_neut_all.csv)
data generated by SMOTE class balance
Descriptive statistical tables of SMOTE class balance data (smotedata_nlr_finally.csv)
The SMOTE class balance data set was divided into two sets, train set and test set. The ratio of people in the two sets was 7:3. These data are used for random forest analysis.
Results of Random forest variable.
R script used for descriptive analysis and SMOTE class balance data generation.
R script used for descriptive analysis of SMOTE class balance.
R script used for Lasso logistic regression analysis and random forest analysis.
Plotting of analysis results