由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - [合集] Macro Question
相关主题
SAS macro question急问:SAS batch submission with macro variable
Help for sas to delete observation一个有意思的问题,关于SAS的运算时间。
问个multinomial logistic regression问题SAS help : The scope of macro variables
update (some interview experiences)--急,面试求助:用ACCESS用尽心思做好了一个macro
Do you share your sas Macros or R code with co-workers?Re: SAS help : How to use Macro to select procedurs
没完没了的LAYOFF!sas 中如何给一个variable 加密?
Stupid SAS programming style is driving me crazy....贡献一个contract hourly rate
SAS MACRO和Proceduremacro里面能还用macro吗?
相关话题的讨论汇总
话题: tvalue话题: stars话题: isint话题: macro话题: abs
进入Statistics版参与讨论
1 (共1页)
o******6
发帖数: 538
1
☆─────────────────────────────────────☆
zhongyimin (Miumiu) 于 (Mon Mar 2 18:49:24 2009) 提到:
%macro glimmixtoexcel;
data xyzzy;
set parms_out;
keep est Effect isint;
if substr(Effect, 1, 9)='Intercept' then isint=1;
else isint=0;
stars=' ';
/* two tailed tests */
if 1.645<=abs(tValue)<1.960 then stars='+';
if 1.960<=abs(tValue)<2.576 then stars='*';
if 2.576<=abs(tValue)<3.291 then stars='**';
if abs(tValue)>=3.291 then stars='***';

estima
1 (共1页)
进入Statistics版参与讨论
相关主题
macro里面能还用macro吗?Do you share your sas Macros or R code with co-workers?
Need advice on SAS macro debugging没完没了的LAYOFF!
R 语言有像SAS 一样的macro吗?Stupid SAS programming style is driving me crazy....
just passed SAS advSAS MACRO和Procedure
SAS macro question急问:SAS batch submission with macro variable
Help for sas to delete observation一个有意思的问题,关于SAS的运算时间。
问个multinomial logistic regression问题SAS help : The scope of macro variables
update (some interview experiences)--急,面试求助:用ACCESS用尽心思做好了一个macro
相关话题的讨论汇总
话题: tvalue话题: stars话题: isint话题: macro话题: abs