I am trying to calculate geomeric mean ratios of antibody concentrations by HIV status for a vaccine vs placebo trial where the vaccine has 4 components and the placebo 2.
My syntax is fitint glm outcome [in my case HIV status] variable [log10 antibody concentration for each vaccine component], f(bin) l(logit) eform
Is there an easier way to do this than putting in each vaccine component separately?
I then want to compare the geometric mean concentration of each of the vaccine components (continuous variable) in vaccine vs placebo by HIV status (binary)
I am not sure how to do this
thanks all
My syntax is fitint glm outcome [in my case HIV status] variable [log10 antibody concentration for each vaccine component], f(bin) l(logit) eform
Is there an easier way to do this than putting in each vaccine component separately?
I then want to compare the geometric mean concentration of each of the vaccine components (continuous variable) in vaccine vs placebo by HIV status (binary)
I am not sure how to do this
thanks all
Comment