Can anyone suggest a way in SAS to fit a probit dose-response
regression model with a second main effect, e.g.,
probit(response) = f(dose, lab, error)
where lab is a random effect?
Proc probit will allow the second main effect, but not, as far as I
can see, as a random effect.
There are so many procs (MIXED, NLMIXED, GLM...) I'm not sure where to
look.
Thanks in advance for any suggestions.
John Uebersax
|
|
0
|
|
|
|
Reply
|
jsuebersax (61)
|
3/9/2010 12:12:57 AM |
|
On 9 Mrz., 01:12, John Uebersax <jsueber...@gmail.com> wrote:
> Can anyone suggest a way in SAS to fit a probit dose-response
> regression model with a second main effect, e.g.,
>
> probit(response) = f(dose, lab, error)
>
> where lab is a random effect?
>
> Proc probit will allow the second main effect, but not, as far as I
> can see, as a random effect.
>
> There are so many procs (MIXED, NLMIXED, GLM...) I'm not sure where to
> look.
>
> Thanks in advance for any suggestions.
>
> John Uebersax
Dear John,
as your response is binary, you should use PROC GLIMMIX. It allows a
probit link for the linear predictor and random lab effects.
PROC NLMIXED would also be an option, however, you would have to code
the probit likelihood yourself. PROC MIXED is only suited for
continuous responses.
Hope that helps,
Oliver
|
|
0
|
|
|
|
Reply
|
Oliver
|
3/9/2010 7:59:52 AM
|
|
|
1 Replies
295 Views
(page loaded in 0.04 seconds)
Similiar Articles: Probit dose-response model with second, random main effect - comp ...Probit dose-response model with second, random main effect - comp ... Probit dose-response model with second, random main effect - comp ... Probit dose-response model ... a series of ANCOVA vs. MANOVA - comp.soft-sys.sasProbit dose-response model with second, random main effect - comp ... A series of ANCOVA vs. MANCOVA - comp.soft-sys.sas Probit dose-response model with second, random ... A series of ANCOVA vs. MANCOVA - comp.soft-sys.sasProbit dose-response model with second, random main effect - comp ... A series of ANCOVA vs. MANCOVA - comp.soft-sys.sas Probit dose-response model with second, random ... Re: fixed effect in Poisson regression of panel data - comp.soft ...Probit dose-response model with second, random main effect - comp ... fixed effect in Poisson regression of panel data - comp.soft-sys ... Probit dose-response model with ... fixed effects ordered logistic regression - comp.soft-sys.sas ...Probit dose-response model with second, random main effect - comp ... fixed effect in Poisson regression of panel data - comp.soft-sys ... Probit dose ... PROC MIXED, panel data and fixed effects - comp.soft-sys.sas ...Probit dose-response model with second, random main effect - comp ... PROC MIXED, panel data and fixed effects - comp.soft-sys.sas ... Probit dose-response model with ... Fitting an overdispersed Poisson model with GLIMMIX - comp.soft ...Probit dose-response model with second, random main effect - comp ... Can anyone suggest a way in SAS to fit a probit dose-response regression model ... is binary, you ... panel data regression analysis - comp.soft-sys.matlabProbit dose-response model with second, random main effect - comp ... mixed models with repeated measurements - comp.soft-sys.stat.spss ... panel data regression analysis ... ANFIS #3 - comp.soft-sys.matlabfuzzy neural application in matlab - comp.soft-sys.matlab ... extracting anfis model ... ANFIS and random time series - comp.soft-sys.matlab Converting weekly time series data ... GLIMMIX with binary data - comp.soft-sys.sasProbit dose-response model with second, random main effect - comp ..... Dear John, as your response is binary, you should use PROC GLIMMIX. ... effect in Poisson ... Probit dose-response model with second, random main effect - sassas, Probit dose-response model with second, random main effect . comp.soft-sys.sas - The SAS statistics package. Probit dose-response model with second, random main effect - comp ...Probit dose-response model with second, random main effect - comp ... Probit dose-response model with second, random main effect - comp ... Probit dose-response model ... 7/27/2012 11:06:46 AM
|