Hi,
Trying to run the calibrationbelt command I get an error message stating that the function mm_integrate_38() from the package -moremata- is required.
The relevant article states 'The second way to use calibrationbelt is after fitting a logistic regression model (using either the logit or logistic command). In this case, it is possible to simply run calibrationbelt without specifying the argument varlist or any other option. The command automatically considers the dependent variable and the predictions of the logistic regression fit as the arguments to be used', and does not mention the mm_integrate_38() function (https://journals.sagepub.com/doi/pdf...867X1801700414).
I guess I must be missing something, might anyone be able to help?
Thank you
Using Stata 15.1
Code:
// RUN logit
Iteration 0: log likelihood = -448.47411
Iteration 1: log likelihood = -382.91372
Iteration 2: log likelihood = -382.2601
Iteration 3: log likelihood = -382.25663
Iteration 4: log likelihood = -382.25663
Logistic regression Number of obs = 676
LR chi2(23) = 132.43
Prob > chi2 = 0.0000
Log likelihood = -382.25663 Pseudo R2 = 0.1477
// I then ran lroc, estat gof, and pmcalplot without any trouble//
. net install gr0071
checking gr0071 consistency and verifying not already installed...
all files already exist and are up to date.
. calibrationbelt
The function mm_integrate_38() from the package -moremata- is required; type -ssc insta
> ll moremata- to install the package.
. ssc install moremata, replace
checking moremata consistency and verifying not already installed...
all files already exist and are up to date.
Trying to run the calibrationbelt command I get an error message stating that the function mm_integrate_38() from the package -moremata- is required.
The relevant article states 'The second way to use calibrationbelt is after fitting a logistic regression model (using either the logit or logistic command). In this case, it is possible to simply run calibrationbelt without specifying the argument varlist or any other option. The command automatically considers the dependent variable and the predictions of the logistic regression fit as the arguments to be used', and does not mention the mm_integrate_38() function (https://journals.sagepub.com/doi/pdf...867X1801700414).
I guess I must be missing something, might anyone be able to help?
Thank you
Using Stata 15.1
Code:
// RUN logit
Iteration 0: log likelihood = -448.47411
Iteration 1: log likelihood = -382.91372
Iteration 2: log likelihood = -382.2601
Iteration 3: log likelihood = -382.25663
Iteration 4: log likelihood = -382.25663
Logistic regression Number of obs = 676
LR chi2(23) = 132.43
Prob > chi2 = 0.0000
Log likelihood = -382.25663 Pseudo R2 = 0.1477
// I then ran lroc, estat gof, and pmcalplot without any trouble//
. net install gr0071
checking gr0071 consistency and verifying not already installed...
all files already exist and are up to date.
. calibrationbelt
The function mm_integrate_38() from the package -moremata- is required; type -ssc insta
> ll moremata- to install the package.
. ssc install moremata, replace
checking moremata consistency and verifying not already installed...
all files already exist and are up to date.
Comment