Displaying 3 results from an estimated 3 matches for "symput".
Did you mean:
sympat
2000 Jun 21
3
SAS dataset
Hello,
Is there any way we convert SAS dataset into R dataset?
Kindest Regards,
Peppy Adi-Purnomo
------
Peppy Adi-Purnomo
Energy Market Analyst
Energy Link Ltd
Dunedin - New Zealand
Ph.: +64 3 479 2475
Fax: +64 3 477 8424
Email: s.adi.purnomo at energylink.co.nz
www.EnergyLink.co.nz
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2004 Jul 04
2
smooth non cumulative baseline hazard in Cox model
...ssc.upenn.edu
*************************************************************************/
data _inset_;
set &data end=final;
retain _grp_ _censor_ 0;
t=&time;
survival=&survival;
if t=0 and survival=1 then _grp_=_grp_+1;
keep _grp_ t survival;
if final and _grp_ > 1 then call symput('nset','yes');
else if final then call symput('nset','no');
if _censor_ = 1 then delete;
if survival in (0,1) then delete;
run;
proc iml;
use _inset_;
read all var {t _grp_};
%if &width ne %then %let w2=&width;
%else %let w2=(max(t)-min(t))/5;
w=&am...
2008 Jan 04
5
I need arguments pro-S-PLUS and against SAS...
I need arguments pro-S-PLUS and against SAS for a meeting I will
have next week. S-Plus is (90 - 99)% compatible with R, so using
S-Plus will make things much easier for everyone. But I can't use
this argument. What other arguments could I use?
Alberto Monteiro