由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - pk/pd modelling by proc nlinmixed,help needed
相关主题
求大侠指点,GEE macro in SASsas nlmixed 问题请教兼问好的sasforum
[SAS]programming statement in Proc GLMMIX/NLMIX/MODELproc nlmixed很豪放
PROC REG中可以用IF语句么?请教simultaneous equation system
求教:SAS怎样实现限制必须经过某个点的GLMProc FMM 挺方便的
请教:sas 循环R 求助: 有人熟悉ggplot吗? 求问legend 问题
What's the wrong with this SAS code?a risk modeling opening in my team
统计新人问个自学SAS的问题大伙儿捧个人场吧
odds ratio p-value 和 95% CI 矛盾 in proc nlmixedWhat models bank and credit cards companies use?
相关话题的讨论汇总
话题: pk话题: pd话题: emax话题: model话题: modelling
进入Statistics版参与讨论
1 (共1页)
g********n
发帖数: 251
1
data set have variables:subject,day,pk_concentration,dose,pd_response.
emax model using proc nlmixed;
parms s2p=xx s2e=xx emax=xx;
num=emax*dose;
den=ed50+dose;
model pd_response ~normal ((num/den)+subject,s2e);
random sub ~normal(0,s2p)subject=subject;
run;
现在要做pk/pd modelling,怎么样把day 和pk_concentration 放到model 里呀?沒做
过pk/pd modelling.有没有人知道的,谢谢啦
w*******9
发帖数: 1433
2
day and pk_concentration will enter your model somewhere in the num and den.
Could you please give us the nonlinear function you use? That way I could
help you out. By the way, are you sure the day will be in the PD model?
g********n
发帖数: 251
3
多谢楼上的
i am thinking to replace dose with pk_concentration,实在想不到有什么别的法
了,把day and pk_conc put in the model 是老板的原活,因为each subject has
two visits on the dame day,想看看这两visit perform similarly?至于nonlinear
function 说实话我也不知道,以前沒用过
w*******9
发帖数: 1433
4
I have done a simulation study of the PK model so I know a little bit, but
never did the model fitting.
If you only want the PD parameters, things will be easier. Emax model
assumes
PD = E0 + (Emax-E0)/(1+EC50/Concentration) + error
here (E0, Emax, EC50) is subject specific and follows a joint normal model.
If you want to know more, see
http://www4.stat.ncsu.edu/~davidian/webinar.pdf

nonlinear

【在 g********n 的大作中提到】
: 多谢楼上的
: i am thinking to replace dose with pk_concentration,实在想不到有什么别的法
: 了,把day and pk_conc put in the model 是老板的原活,因为each subject has
: two visits on the dame day,想看看这两visit perform similarly?至于nonlinear
: function 说实话我也不知道,以前沒用过

g********n
发帖数: 251
5
多谢了
1 (共1页)
进入Statistics版参与讨论
相关主题
What models bank and credit cards companies use?请教:sas 循环
抛砖引玉,从statistician的角度来谈谈sas programmerWhat's the wrong with this SAS code?
请指点一下nonlinear的问题统计新人问个自学SAS的问题
请教个问题odds ratio p-value 和 95% CI 矛盾 in proc nlmixed
求大侠指点,GEE macro in SASsas nlmixed 问题请教兼问好的sasforum
[SAS]programming statement in Proc GLMMIX/NLMIX/MODELproc nlmixed很豪放
PROC REG中可以用IF语句么?请教simultaneous equation system
求教:SAS怎样实现限制必须经过某个点的GLMProc FMM 挺方便的
相关话题的讨论汇总
话题: pk话题: pd话题: emax话题: model话题: modelling