jasongraf1 / VADIS

Package for the Variation-Based Distance & Similarity Modeling (VADIS) method
GNU General Public License v3.0
1 stars 0 forks source link

Cannot find the function "hosmerlem_test" #2

Closed Tina-SONG closed 2 years ago

Tina-SONG commented 2 years ago

Hi, I am trying to get the H-L test result of my logistic model (glmer). While I have installed the package but I don't know what library I should load. May I know how to install and run this function in R?

remotes::install_github("jasongraf1/VADIS")
jasongraf1 commented 2 years ago

The package includes a custom function hosmerlem_test(), but that function is not exported. You can find the code for the function in the R folder of the repo. You can just copy the code from there!