Partial replicate for USA [RSABE / ABEL]

posted by balakotu – India, 2013-01-10 09:37 (4500 d 12:53 ago) – Posting: # 9810
Views: 5,536

Dear All,

Recently I have done one partial replicate study for USFDA(N=15).

In our study the Swr < 0.294 for AUCt and AUCi then I use the unscaled average bioequivalence approach as given below

Calculation of unscaled 90% bioequivalence confidence intervals:
PROC MIXED
data=pk;
CLASSES SEQ SUBJ PER TRT;
MODEL LAUCT = SEQ PER TRT/ DDFM=SATTERTH;
RANDOM TRT/TYPE=FA0(2) SUB=SUBJ G;
REPEATED/GRP=TRT SUB=SUJ;
B ESTIMATE 'T vs. R' TRT 1 -1/CL ALPHA=0.1;
ODS OUTPUT LSMEANS=LSM
ods output Estimates=unsc1;
run;

Based on the above program I got below WARNING for ESTIMATES and LSMEANS.
WARNING: Stopped because of infinite likelihood.
NOTE: The data set WORK.COVEST1 has 5 observations and 4 variables.
WARNING: Output 'ESTIMATES' was not created.  Make sure that the output object name, label, or path is spelled correctly. Also, verify that the appropriate procedure options are  used to produce the requested output object. For example, verify that the NOPRINT option is not used.
WARNING: Output 'LSMEANS' was not created. Make sure that the output object name, label, or path is spelled correctly. Also, verify that the appropriate procedure options are used to produce the requested output object.  For example, verify that the NOPRINT option is not used.
WARNING: Output 'G' was not created. Make sure that the output object name, label, or path is spelled correctly. Also, verify that the appropriate procedure options are used to produce the requested output object. For example, verify that the NOPRINT option is not used.


Please clarify the above program. If I am removing “RANDOM TRT/TYPE=FA0(2) SUB=SUBJ G”; in the above program I am getting the results.
Please clarify whether I have to remove above statement in the program.

Regards
Kotu.

Complete thread:

UA Flag
Activity
 Admin contact
23,424 posts in 4,927 threads, 1,671 registered users;
204 visitors (0 registered, 204 guests [including 8 identified bots]).
Forum time: 23:31 CEST (Europe/Vienna)

[Those] who have an excessive faith in their theories or in their
ideas are not only poorly disposed to make discoveries, but they
also make very poor observations.    Claude Bernard

The Bioequivalence and Bioavailability Forum is hosted by
BEBAC Ing. Helmut Schütz
HTML5