由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 菜鸟问SAS model selection
相关主题
关于lasso的variable selection问题R glmnet 大数据
one question about variable selection in SAS请教SAS SQL
[合集] Variable selection with 2000 + variables.急问,在线等:SAS adv certification Question about SELECT v.s IF/THEN ELSE
请教如何用SAS处理这个RANDOM SAMPLING的问题model和variables都sig.但每个category都不sig
问个问题stepwise regression in SASSAS code help!! thanks
包子问题:default risk with censored data,信用卡公司应该常用的吧一道SAS面试题,关于dummy variable
Re: SAS help : How to use Macro to select procedursGene expression =?= Variable selection
包子问一个SAS regression蠢问题questions about modeling ?
相关话题的讨论汇总
话题: variable话题: model话题: selection话题: sas话题: glmselect
进入Statistics版参与讨论
1 (共1页)
a****y
发帖数: 1035
1
有没有什么办法可以在做model selection的时候, 始终keep 一个control variable
在model里, 即使这个variable不是significant的?
我在用 proc glmselect, 有什么option可以做到吗?或者有其他procedure?
包子答谢!
h***x
发帖数: 586
2
I have not tried glmselect yet, but for proc logistic, you can do it like
this.
in Model clause, put the variable as the first variable, and use include
option, for example,
model y=variable_wanted other_variable_list /include=1 other_options;

variable

【在 a****y 的大作中提到】
: 有没有什么办法可以在做model selection的时候, 始终keep 一个control variable
: 在model里, 即使这个variable不是significant的?
: 我在用 proc glmselect, 有什么option可以做到吗?或者有其他procedure?
: 包子答谢!

a****y
发帖数: 1035
3
Thanks, I will try that!

【在 h***x 的大作中提到】
: I have not tried glmselect yet, but for proc logistic, you can do it like
: this.
: in Model clause, put the variable as the first variable, and use include
: option, for example,
: model y=variable_wanted other_variable_list /include=1 other_options;
:
: variable

1 (共1页)
进入Statistics版参与讨论
相关主题
questions about modeling ?问个问题stepwise regression in SAS
SAS Macro 问题请教 。。。包子问题:default risk with censored data,信用卡公司应该常用的吧
请教一个SAS recode variable的问题吧Re: SAS help : How to use Macro to select procedurs
sas question包子问一个SAS regression蠢问题
关于lasso的variable selection问题R glmnet 大数据
one question about variable selection in SAS请教SAS SQL
[合集] Variable selection with 2000 + variables.急问,在线等:SAS adv certification Question about SELECT v.s IF/THEN ELSE
请教如何用SAS处理这个RANDOM SAMPLING的问题model和variables都sig.但每个category都不sig
相关话题的讨论汇总
话题: variable话题: model话题: selection话题: sas话题: glmselect