Good day,
I am new to Stata and figuring out how to do perform AUC analysis.
My dataset has 4 variables, I already destringed them:
Observations: 530
Variables: 4 15 Aug 2022 18:00
--------------------------------------------------------------------------------------------------------------------------------------------------
Variable Storage Display Value
name type format label Variable label
--------------------------------------------------------------------------------------------------------------------------------------------------
participantid byte %8.0g ParticipantID
group byte %10.0g Group
time int %8.0g Time
parasitaemia float %8.0g Parasitaemia
-
The summary of my data looks like this:
Variable | Obs Mean Std. dev. Min Max
-------------+---------------------------------------------------------
participan~d | 530 53.76226 27.38109 4 97
group | 530 3.89434 1.145455 1 5
time | 530 63.21509 49.63187 0 168
parasitaemia | 530 887.6236 2390.913 0 21506
.
But when I want to perform pksumm or pkexamine commands, the following shows:
.no observations
r(2000);
There are no missing values in my dataset. Some time or parasitaemia values are 0, but there are also observations without a value of 0.
What can I do to advance with my pk analyses?
I am new to Stata and figuring out how to do perform AUC analysis.
My dataset has 4 variables, I already destringed them:
Observations: 530
Variables: 4 15 Aug 2022 18:00
--------------------------------------------------------------------------------------------------------------------------------------------------
Variable Storage Display Value
name type format label Variable label
--------------------------------------------------------------------------------------------------------------------------------------------------
participantid byte %8.0g ParticipantID
group byte %10.0g Group
time int %8.0g Time
parasitaemia float %8.0g Parasitaemia
-
The summary of my data looks like this:
Variable | Obs Mean Std. dev. Min Max
-------------+---------------------------------------------------------
participan~d | 530 53.76226 27.38109 4 97
group | 530 3.89434 1.145455 1 5
time | 530 63.21509 49.63187 0 168
parasitaemia | 530 887.6236 2390.913 0 21506
.
But when I want to perform pksumm or pkexamine commands, the following shows:
.no observations
r(2000);
There are no missing values in my dataset. Some time or parasitaemia values are 0, but there are also observations without a value of 0.
What can I do to advance with my pk analyses?

Comment