Displaying 3 results from an estimated 3 matches for "nxf".
Did you mean:
0xf
2010 Jul 16
0
Effects library LSM decimal place errors
...??? LSM???????????? SE
?-4.080362 0.06692946
?-4.221714 0.10233130
The same problem gives the following values in SAS:
var1 ln_y Error
-4.10699540 0.06879095
-4.21943501 0.10096482
The following is my SAS code:
PROC IMPORT OUT= WORK.dat
DATAFILE= "C:\Documents and Settings\nxf\Desktop\mydat.xls"
DBMS=EXCEL REPLACE; GETNAMES=YES;
MIXED=NO; SCANTEXT=YES; USEDATE=YES; SCANTIME=YES;
RUN;
proc contents data=dat;
run;
data dum;
set dat;
ln_y = log(y+0.01);
run;
proc glm data=dum;
title2 'test';
weight w;
class var1 var2 var3;
model ln_y = cova...
2007 Apr 18
0
turnaround
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 8092 bytes
Desc: not available
Url : http://lists.linux-foundation.org/pipermail/virtualization/attachments/20070319/dce86a16/attachment.gif
2007 Apr 18
0
turnaround
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 8092 bytes
Desc: not available
Url : http://lists.linux-foundation.org/pipermail/virtualization/attachments/20070319/dce86a16/attachment.gif