For a bioequivalence study, I need to estimate individual AUCs, Cmax, tmax for patients taking different formulation of one drug.
By using pkexamine function, I get 3 different results for AUC. As you can see below. From data obtained by this function, I would like to export Maximum concentration, Time of maximum concentration and AUC linear fit for each an, into columns, into Excel. Could someone help me in that task? Thanks in advance!!
. by an: pkexamine timep pkgraph, fit(7) t
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-> an = 101
Maximum concentration = 8.235
Time of maximum concentration = .6
Time of last observation (Tmax) = 337.1833
Elimination rate = 0.0147
Half life = 47.2744
Area under the curve
-----------------------------------------------------------------------
| AUC [0, inf.) | AUC [0, inf.) | AUC [0, inf.)
AUC [0, Tmax] | Linear of log conc. | Linear fit | Exponential fit
----------------+---------------------+---------------+----------------
428.48 | 431.889 | 426.703 | 431.428
-----------------------------------------------------------------------
Fit based on last 7 points.
By using pkexamine function, I get 3 different results for AUC. As you can see below. From data obtained by this function, I would like to export Maximum concentration, Time of maximum concentration and AUC linear fit for each an, into columns, into Excel. Could someone help me in that task? Thanks in advance!!

. by an: pkexamine timep pkgraph, fit(7) t
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-> an = 101
Maximum concentration = 8.235
Time of maximum concentration = .6
Time of last observation (Tmax) = 337.1833
Elimination rate = 0.0147
Half life = 47.2744
Area under the curve
-----------------------------------------------------------------------
| AUC [0, inf.) | AUC [0, inf.) | AUC [0, inf.)
AUC [0, Tmax] | Linear of log conc. | Linear fit | Exponential fit
----------------+---------------------+---------------+----------------
428.48 | 431.889 | 426.703 | 431.428
-----------------------------------------------------------------------
Fit based on last 7 points.
Comment