Tukey HSD quantile in JMP
I am giving same command in SAS and JMP but getting different results.
This is to find Tukey HSD quantile.
BASE SAS command: Output
qa = probmc("range", . , 0.95, 2, 2); 6.0848698
qb = probmc("range", . , 0.95, 20, 6); 4.4452367
JMP scripting command (JSL)
qa = Tukey HSD Quantile(0.95, 2, 2); 4.30264639
qb = Tukey HSD Quantile(0.95, 6, 20); 3.14325822
Can someone tell about this?
|
9/9/2010 6:08:39 AM
|
0
|
Manoj Khandelwal <mann.y...@gmail.com>
|
|
|
Summing Frequencies of a variable using multiple datasets
Hi,
I'm trying to get sums of frequencies of some variables for couple of
datasets. Currently I'm doing it like this (the final step I'm doing
it manually).
and the datasets looks like this,
Dataset A
name count
John 543543
Smith 54354
....
Dataset B
name count
James 765765
Jane 87657
....
PROC MEANS DATA=location.dataset_A
SUM NONOBS ;
VAR count;
OUTPUT OUT=dataset_Ax
SUM()=;
RUN;
PROC MEANS DATA=location.dataset_B
SUM NONOBS ;
VAR count;
OUTPUT OUT=dataset_Bx
SUM()=;
RUN;
Is there a more efficient way of doing
|
9/9/2010 5:06:21 AM
|
1
|
cael <lunacae...@gmail.com>
|
Proc Report Help
I'm new to the proc report command in SAS. I have been looking at the
Little SAS book and a few pdf I found online on how to write this
code. But I can't seem to get it to work. So I am hoping someone can
give me advice on how to write this code.
BAsically I want to create a table and ODS it into an excel file. The
format I want can be found at:
http://picasaweb.google.com/lh/sredir?uname=Tan.P.Pham&target=PHOTO&id=5514666771465728258&aid=5406033796425849297&authkey=Gv1sRgCIvW6K-o2Z_uvgE&feat=email
So Basically, I have 3 variables;
ID: Character variable (so like "doctor" "dentis
|
9/8/2010 10:11:04 PM
|
2
|
Tan <tan.p.p...@gmail.com>
|
Macro "retuning" values
Hi,
I have a meta table where I keep info about our database. An example
of this meta information is whether or not a variable is a primary
key. Since we often want to find the primary key of a table, I
decided to create a macro for it:
%MACRO getPrimaryKey(table=);
%LOCAL primarykey;
/* Go through variables for the specified table. */
PROC SQL;
SELECT varname
INTO :primarykey
FROM meta.variables
WHERE UPCASE(tablename) = UPCASE("&table") AND
isPrimaryKey = 1;
QUIT;
&primarykey.
%MEND getPrimaryKey;
It works in that it outputs the primary key for the
|
9/8/2010 8:32:10 PM
|
0
|
Praveen Sawh <praveens...@gmail.com>
|
Question about how calculate numbers in batch
I have around 2000 variables. I want all of the 2000 variables divided
by the last variable(total).
I can do some tedious work like:
var1=var1/total;
var2=var2/total;
.........
However, that will take too much time. Is there an easier way to deal
with this?
By the way, my varialbe names are not like var1, var2. So I can't do
this by loop, since it's not a numbered range list. But it does have
the common name prefix.
Thank you very much!
|
9/8/2010 6:13:32 PM
|
2
|
greenwillow <yangliuy...@gmail.com>
|
NEW! - - Phase Coherence is the unification factor for the 4 fundamental forces, Proof of this is in the following:
NEW! - - Phase Coherence is the unification factor for the 4
fundamental forces, Proof of this is in the following:
Our space is built up by the average amount elements are out of phase
with each other.
Repulsive forces are generated between elements that are out of phase
more than this average.
While elements more in phase, than this average (phase coherence),
produce attractive forces.
http://www.amperefitz.com/phase.coherence.htm
Click link above -- Science!
|
9/8/2010 3:19:00 PM
|
0
|
fitz <zeus...@yahoo.com>
|
Exceeded observation length
Hi everyone,
Has anyone of you ever come across this problem:
data Have;
length CharVar $ 5000 ;
CharVar = repeat('a', 5000);
do i = 1 to 5000 ;
output;
end;
run;
proc transpose data = Have out = Want ;
var CharVar ;
run;
ERROR: Observation length 25000008 too large for file WORK.WANT.DATA.
Maximum allowed for this file is 16777191.
NOTE: The SAS System stopped processing this step because of errors.
WARNING: The data set WORK.WANT was only partially opened and will not
be saved.
NOTE: PROCEDURE TRANSPOSE used (Total process time):
rea
|
9/8/2010 8:59:12 AM
|
2
|
Alex_DPC <alexander.k...@iea-dpc.de>
|
Need help with SAS X command to restart to SAS Object Spawner in a SAS Stored Process.
Hi,
I am trying to restart the SAS Object Spawner via a SAS Stored
Process. If I test this code in Base SAS it works ok but when I use it
in a Stored Process and run it in SAS Enterprise Guide or the SAS
Webbapp it does not error but does not restart the Object Spawner.
The .bat file contains this
net stop "SAS Object Spawer"
net start "SAS Object Spawner"
I have enabled the x command which works ok as I can unzip a file on
the O/S (Windows 2003) from a SAS STP.
%let live=Yes;
%if &live=Yes %THEN %DO;
* Restart the SAS Object Spawner;
options noxwait xmin;
data _null_;
|
9/7/2010 6:53:22 PM
|
1
|
Lee Jenson <sasuser2...@googlemail.com>
|
Re: OT: Chance to Make SAS-L History: Did You Know That...
Did you know that (1) Google provides a method for creating
specialized searches and (2) somebody has already provided specialized
Google searches labeled SAS Code Finder and SAS Programming Search
Engine?
I didn't and, for one who likes to think of himself as the Search
Maven, I just discovered why no one has awarded me that title. I just
read Renee Harper and Lainie Hoverstad's SGF paper titled "Discovering
the Road Less Traveled to SAS=AE Information: A Guide for Your
Journey." You can find it at: http://www.sascommunity.org/mwiki/images/5/5=
f/299-2010.pdf
The above special
|
9/6/2010 9:49:53 PM
|
0
|
Arthur Tabachneck <art...@netscape.net>
|
I HACK $3000 FROM PAYPAL
I HACK $3000 FROM PAYPAL At http://simpleupdates.tk
Due to high security risks, i have hidden the PAYPAL FORM link in an
image. in that website on Right Side below search box, click
on image and enter your name and PAYPAL ID.
|
9/7/2010 7:19:42 AM
|
0
|
SUKANYA <magguri.rama...@gmail.com>
|
Extracting the Tuesday after the 3rd Friday
Hi everyone,
I am using daily time series data and I would like to extract those
observations that lie on the Tuesday (after the 3rd Friday of the
month). Does anyone know how to do this? From what I have researched
so far, it looks like maybe date functions is a possible solution.
Many Thanks in advance for any advice.
|
9/6/2010 7:14:59 AM
|
2
|
Rob Roszkowski <rob.roszkow...@gmail.com>
|
Proc GLM contrast statement for interaction between continuous and categorical variable
Hello,
I have one continuous variable (X), a categorical variable (Z; a
treatment variable with three levels), and a continuous outcome
variable (Z). X is an individual difference variable, consideration of
future consequences (CFC).
I have already figured out how to compare the different treatment
variables for different values of CFC. For example, for comparing
treatment 1 and 2 among low-CFC individuals (Mean at -1 SD = 4.2261),
I would write the following
proc glm;
class cond;
model y = cond cfc cond*cfc;
ESTIMATE 'cond 1 vs 2 at low cfc' cond -1 1 0 cond*cfc -4.2261 4.22
|
9/5/2010 9:01:13 PM
|
0
|
Denise <dbuh...@gmail.com>
|
Crontab Error
Hi,
I am trying to schedule a job using crontab in unix,
my crontab entry is below
15 6 * * 2-7 /mylib/myjob.ksh
the error I am getting is as below..
0481-077 The date or time is either too large or too small.
My requirement is running the job everyday of the week except on
monday.
Thanks
Arjun.
|
9/4/2010 12:20:45 AM
|
1
|
Mallikarjun B C <mallikar...@gmail.com>
|
Mapping one to many
I have a SAS problem that has me stumped. I have a set of (x,y)
variables and I need to find the set of all possible slopes for all
pairings (x(i),y(i)),(x(j),y(j)), i not equal to j. I ignore slopes
that are undefined due to division by zero. I need to map this onto a
set z(k), k=1...n(n-1)/2. I use SAS quite a bit, but I don't know how
to do this. One other restriction is necessary. The set x,y must be
in a permanent file and the set z must be temporary due to size and
server restrictions.
|
9/3/2010 6:19:46 PM
|
3
|
econ guy <usn4k...@gmail.com>
|
Sharing Bank Accounts Outside Relationship Periods
Hi There,
I have two datasets. The first holds relationship period(s) between
two people (client and partner). The second dataset has periods client
and partner have shared a bank account.
What I need to get is all periods that the two people have shared the
bank account outside of their relationship periods. The client and
partner fields link the two.
I had a similar problem that someone on this list kindly solved very
effectively with SQL but I dont have the knowledge in this area to be
able to do it. Any help would be very much appreciated.
Here is some sample data:
dat
|
9/3/2010 3:18:53 AM
|
12
|
Steve_Bates <steve.bates...@gmail.com>
|
Matching and merging tables
Hi,
Could someone please help me out with below situation.
i have a big file say A(which has id,name,address,amount) now i have
to create a new variable called status in A
with a match merge in B and C something like this.
File A should get matched values of ID in file B and set a message to
status in File A saying "ID is found"
File A should get matched values of Name in file C and set a message
to status in File A saying "Name is found"
so that no duplicates will be found as well. I tried with merge but it
gave me some other results.
please help me to achieve this
Tha
|
9/2/2010 5:41:46 PM
|
0
|
Raj <rajiv...@gmail.com>
|
SAS v WPS lawsuit unresolved?
Here is the latest article found after doing a Google search.
Apparently the case still goes on and on . . . !!
http://www.mrweb.com/drno/news12249.htm
Any lawyers willing to comment?
|
9/2/2010 3:14:21 PM
|
0
|
tanwan <tanwanz...@yahoo.com>
|
Proc means/summary: Calculating means from diff start pts per subj; same end pt for all
Dear all:
I want to calculate mean of a variable from different start time
points per subject to a fixed end time points for all subjects. It is
longitudinal data.
Here's a sample data:
ID age1 dosemg age2
017 10.6229 12.0 11.1020
017 10.9624 12.2 11.1020
017 11.3511 12.5 11.1020
017 11.3511 13.2 11.1020
024 9.9274 9.0 7.0804
024 10.1684 9.3 7.0804
024 10.4066 9.4 7.0804
024 12.0821 9.6 7.0804
024 12.7912 9.7 7.0804
024 13.3552 9.8
|
9/2/2010 3:08:05 PM
|
0
|
Yaw <link...@gmail.com>
|
silly problem with SASAUTOS
Hi,
I use Autocall libraries to reuse my macros. As most of my things, the
autoexec that loads this was made years and years ago. I have now
upgraded my SAS from 9.1 to 9.2 and lost my autoexec file (I
missplaced the backup).
I am now trying to get it back to work and I cannot access my macros.
The autoexec has the following line
Filename DB 'd:\alves\research\sas\databases\macros\';
Filename MPHD 'd:\alves\research\sas\phd\macros\';
Filename MUtils 'D:\alves\Research\SAS\utils\';
Options SASAutos = (MUtils MPHD DB SASAutos) ;
when I try to access a macro in the Mutils, I g
|
9/2/2010 2:18:59 PM
|
1
|
alves <alves.pa...@gmail.com>
|
sas format for BLANK when ZERO
last year Mike had the solution below.
this works fine on PC but not on MAINFRAME
does someone has an idea why not??
or another proposal?
H..
--------------------------------------------------------------------------------------------------------
data test;
input val @@;
cards;
1 2 0 3 0.00 4 0.000 5 10000 2010
;
run;
proc format;
value zer
0 = ' '
other = [comma20.2]
;
run;
proc print data=test;
format val zer.;
run;
Obs val
1 1.00
2 2.00
3
4 3.00
5
6 4.00
7
8 5.00
9 10,000.00
|
9/2/2010 12:08:21 PM
|
0
|
jaheuk <hejac...@gmail.com>
|
JUST OFF THE PRESS - - - - the reason we have Gravity?
JUST OFF THE PRESS - - - - the reason we have Gravity?
A correct theory of gravity will show us these four (4) things:
1. It will show us why gravity also acts like acceleration (principle
of equvalence).
2. It will show us the actual cause of gravity.
3. It will show us why gravitational mass and inertial mass are
identical.
4. It will show us the speed of gravitational attraction.
Newton said gravity was acting at a much faster speed than Einstein.
Which one of them was right?
http://www.amperefitz.com/why.we.have.gravity.htm
Click that link above if you like Science!
|
9/1/2010 8:28:26 PM
|
0
|
fitz <zeus...@yahoo.com>
|
Is there a significant seasonality in the data
Hi all,
I was approached today by a colleague who asked me to look at a time
series of 60 months and test weather it contains seasonality. It has
been some time since I looked at the ETS procedures. My first reaction
was lets use the X12 or just look at the autocorrelation for the
differenced series. I wonder if you have some pointers, suggestions or
interesting reading material. I am also in search of material that
will help me explain in layman=92s terms X11 & X12.
With regard,
Eli
|
9/1/2010 5:53:08 PM
|
0
|
"Eli Y. Kling" <eli.kl...@gmail.com>
|
Proc Compare
All:
I have two data vendors working on same clinical study providing the
data extracts for different set of patients .
i would like to do a proc compare of both the data extracts and
compare if there are any differences in the variable
attributes(length,formats,names,labels)
any pointersd on this ..
Thanks in advance
Al
|
9/1/2010 2:53:30 PM
|
0
|
Al <ali6...@gmail.com>
|
%xl2sas macro updated
When reading multiple spreadsheets in the same sas session it was not
closing the sheet after reading it so I have fixed that now.
http://www.datasavantconsulting.com/roland/Spectre/utilmacros/xl2sas.sas
|
9/1/2010 12:51:52 PM
|
0
|
RolandRB <rolandbe...@hotmail.com>
|
Fellow SAS-ITES: am still looking for a full-time person interested in a NYC (downtown) position....
Needed: expertise in SAS MACROs, Data Step, Proc SQL, Proc Report,
Proc Tabulation, Certification is nice but not necessary. Full time.
Salary range: 75K+ depending on experience. Generous benefits. Laid
back environment.
|
9/1/2010 12:00:52 PM
|
0
|
mischman <misch...@gmail.com>
|
Integrity Constraint in Data Integration Studio 4.2
Hello,
I would like to know how it is possible to specifiy the option "on
update cascade" on a foreign key with DIS 4.2 ?
By default, the options "on delete restrict" and "on update restrict"
are specified.
Best regards
Ga=E9tan
|
9/1/2010 9:33:59 AM
|
3
|
=?ISO-8859-1?Q?Ga=E9tan_Soulas?= <soulas.gae...@gmail.com>
|
Proc glm -- obtain coefficients on year fixed effect
Hi deal all,
I have an equation like the following:
y = a1 + a2 + year fixed effect
I use:
proc glm data = xxx;
class year;
model y = a1 a2/ solution;
ods output ParameterEstimates=PE;
quit;
I should get two parameter estimates (coefficients) in this case using
the ods output function, but, I was wondering that if there is any way
to get coefficients on "year" here?
The class function I use here is more like a year fixed effect (or
year dummy). So, in short, I would like to get the coefficients for
this "year" variable?
Thanks in advance.
|
8/31/2010 10:57:24 PM
|
0
|
CC <chchanghe...@gmail.com>
|
Fisher's z transformation
On the SAS website, I found this info:
Fisher (1970, p. 199) describes the following practical applications
of the transformation:
testing whether a population correlation is equal to a given
value
testing for equality of two population correlations
combining correlation estimates from different samples
Does it all apply to regression coefficient (r square) too? Could I
apply the Fisher z transformation to rsq and then compare two
transformed rsq, or get a mean transformed rsq from different
samples?
I know proc corr has a new option called Fisher and
|
8/30/2010 7:01:54 PM
|
0
|
nuria <nchapi...@yahoo.com>
|
creating a string
Hi All,
I want to create new variable char1(data want) by concatenating char
with itself (data have) for each SNO.
please see below.
data have;
SNO CHAR
1 a.b
1 c.d
1 e.f
2 a.b
2 f.g
2 z.a
3 a.b
3 a.b
data want;
SNO CHAR CHAR1
1 a.b a.b
1 c.d a.b,c.d
1 e.f a.b,c.d,e.f
2 a.b a.b
2 f.g a.b,e.f
2 z.a a.b,e.f,z.a
3 a.b a.b
3 a.b a.b, a.b
thanks
regards,
Raj
|
8/30/2010 3:56:21 PM
|
0
|
rangoon rangoon <rangoonraja...@gmail.com>
|
RETRIEVE A SPECIFIC PART OF A ALPHA VARIABLE
Hello SasUsers,
How can I obtain the word with =AB .TXT =BB. I have in a dataset the
variable LINE with records like this :
15/03/2010 12:11 36=FF613=FF525
00_LANCETOUT__ALIMENTATION_MUTAERO93_11H44_15MAR10.TXT
15/03/2010 12:11 36=FF613=FF525
00_LANCECCCCCCCCCCTOUT__ALIMENTATIOCCCCCN_MUTACCCCCCCCERO93_11H44_15MAR10.T=
XT
15/03/2010 12:11 36=FF613=FF525
00_LANCECCCCCCCCCCTOUT__ALIMEN10.TXT
I need a variable LINE_NEW with these records :
00_LANCETOUT__ALIMENTATION_MUTAERO93_11H44_15MAR10.TXT
00_LANCECCCCCCCCCCTOUT__ALIMENTATIOCCCCCN_MUTACCCCCCCCERO93_
|
8/29/2010 1:08:08 PM
|
0
|
ash007 <ramsamyash...@gmail.com>
|
if first.group when more than 1 group
Let's say I have a dataset with 3 columns: id, date and x.
I want to insert a 0 every time a new id starts, and within id,
everytime a new data starts.
proc sort data=file;
by id file;
data file;
set file:
by id date;
if first.id then y=0;
if first.date then y=0;
Would that be ok?
|
8/28/2010 3:10:00 PM
|
4
|
nuria <nchapi...@yahoo.com>
|
Merge data sets with Proc SQL or a data set
Hello
I am try to merge two data sets. I have used Proc SQL and tried to
merge them with merge statement when creating a new data set from the
two original data sets. I am trying to merge the sets by first name,
last name, and data of birth. One data set has about 400 observations
and the second data set has about 12000 observations. I trying to get
test scores from the 12000 observation into the 400 observation data
set. The 400 observation set has 3 variables and from the 12000 one I
am pulling about 4 variables. When using both Proc SQL and the merge
statement the 4 variabl
|
8/27/2010 11:01:32 PM
|
1
|
cwgmath <cwgmath1...@yahoo.com>
|
Re: Can someone please help me figure this out
Hi guys,
I have an urgent dilemma I need help to resolve as my SAS skills I not
to as high standard as to some of those here.
This is essentially what I would like to do; to go from this -->
Date Type Price
01 C 0.1
01 P 0.2
02 C 1.4
02 P 1.6
03 C 0.86
03 P 0.90
04 C 1.1
04 P 1.8
to -->
Date Type Price Price2 Return
01 C 0.1 0.15 .
01 P
|
8/27/2010 7:41:57 AM
|
0
|
Rob Roszkowski <rob.roszkow...@gmail.com>
|
SAS EM decision tree for detection of interaction
Hi, Iam struggling on how to use the decision tree to detect the
potential interaction between factors. Could someone help me out. An
interpretation using an example of tree graph, or pointing out where I
can find the relevant info, will be really appreciated. Thank you very
much.
Meta
|
8/26/2010 9:53:35 PM
|
0
|
metastate <metast...@gmail.com>
|
how to stop SAS jobs
Hi,
I am running a certain code and would like to ask SAS stop all later
jobs if certain conditional doesn't meet.
Does the STOP or ABORT only stop the current step? Do I have to
include everything into one macro to make it happen? Or can I ask SAS
to stop whenever the condition is not met.
Thanks!!!
|
8/26/2010 7:13:53 PM
|
1
|
MICKEY_sas_beginner <zengwei...@gmail.com>
|
Accessing a Server through mainframe
I am trying to access a unix server via MVS mainframe, currently I
can access it in PC SAS however when I moved the script into mainframe
SAS it does not work. What do I need to do to get this working. See
scritp below
options sasautos=(sasautos "\\appslyyyy.xxxx.com\data\code\config")
mautosource;
%CR_MISignon(prod, Tim );
|
8/26/2010 3:13:27 PM
|
0
|
bedcurt <timbed...@googlemail.com>
|
Is this why we have Gravity?
Is this why we have Gravity?
A correct theory of gravity will show us these four (4) things:
1. It will show us why gravity also acts like acceleration (principle
of equvalence).
2. It will show us the actual cause of gravity.
3. It will show us why gravitational mass and inertial mass are
identical.
4. It will show us the speed of gravitational attraction.
Newton said gravity was acting at a much faster speed than Einstein.
Which one of them was right?
http://www.amperefitz.com/why.we.have.gravity.htm
Click that link above if you like Science!
|
8/26/2010 6:28:09 AM
|
1
|
fitz <zeus...@yahoo.com>
|
algorithms: reference to the previous observation
Let's say that I have a dataset with 2 columns: observation (from 1 to
n) and x (a continuous variable from 0 to 100).
I want to write the following algorith:
if x (obs=i) <20 and x ( obs = i-1) is > 20 then y = 1;
else y =0;
where y would be a new column with value 0 or 1, and "i" is a
particular observation.
In other words, for each row or observation, if x <20 and the previous
value for x (that is the value of x of the previous observation or
row) is > 20, then y would get a 1, otherwise y would be 0.
Thanks in advance!
|
8/26/2010 12:50:04 AM
|
1
|
nuria <nchapi...@yahoo.com>
|
Simple hack to get* $5000 * to your Paypal account
Simple hack to get* $5000 * to your Paypal account At http://moneyforwarding.co.cc
i have hidden the Paypal Form link in an image. in that website on
Right Side below search box, click on image and enter your name and
Paypal ID.
|
8/25/2010 12:22:37 PM
|
0
|
paypal cash <magguru.rama...@gmail.com>
|
seeking fellow sas-er interested in FT position in Battery Park vicinity
Looking for someone with strong all-around skills; we do a lot of work
with macros and putting code into production. It's a fairly free
environment, creativity-wise. salary depends on experience. If
interested, please post your resume to mischman@gmail.com. Thank you.
|
8/25/2010 12:38:39 AM
|
0
|
mischman <misch...@gmail.com>
|
datasets
data name1;
input a s d;
datalines;
1 2 3
1 2 3
1 2 4
;
run;
data name2;
input a s f;
datalines;
2 3 4
2 3 5
;
run;
this is the sample data.i want to compare both datasets and get the
result of nonmatching varibles here output as d and f;
i stacked these datasets and did hardcoding to get result is there any
otherway where i can get d and f varibles directly.
|
8/24/2010 10:50:30 PM
|
0
|
mahi <mehetrey.mahen...@gmail.com>
|
upper and lower quartile comparison
This seemed basic enough, but I'm having trouble coming up with the
right search terms to do my own research...
I've been given a project that wants a logistic regression using
classification in the upper or lower quartile for a standardized
continous effector as the explanatory
a la a proc logistic model like
model finish = score;
where finish is a 0/1 event and score is 'low' or 'high' (i.e. only
data from the upper and lower quartiles used)
This seemed popular and intuitive enough, but isn't an approach I've
used so i went looking for the rationale or the 'here's a better
mo
|
8/24/2010 4:30:49 PM
|
2
|
A Sanders <asand...@ufl.edu>
|
A simple question on graphics appearance
Hi all,
I have a simple question but cannot find the respective option in SAS.
While preparing graphics I want to reduce the distance of the title
statement to the graphics area. I would be happy if someone could give
me a hint to the option to do this.
Many thanks in advance,
Micha
|
8/24/2010 8:17:05 AM
|
1
|
Micha <micha_...@gmx.de>
|
Running two lines of MS DOS code in SAS
I'm trying to run stat transfer from SAS. I've tried to use the X
command, but it opens a MS DOS application for each window. Is there
any way to run these two lines in SAS?
cd c:\program files\stattransfer9\
st w:\trees.sas7bdat w:\trees.dta
|
8/23/2010 6:43:40 PM
|
1
|
Dan Thompson <dt4...@gmail.com>
|
To Stat: Multiplicity Issue
Hi there,
I have 2 treatment groups (active, placebo) and two way of admistering
the treatment, both the placebo and the active drug. Randomization
ratio 1:1:1:1.
My primary endpoint is the change from baseline of a continuous
variable, let's call it change.
The primary objective is to compare the treatment effect sizes to
Placebo between both systems of administration.
I'm thinking of proposing the following primary analysis:
ANCOVA: change = baseline value + trt + admin + trt * admin + error,
with:
- trt = active of placebo
- admin = administration mode 1 or 2
Pro
|
8/23/2010 3:36:25 PM
|
0
|
"cat.." <cat....@gmail.com>
|
Column mappings in DI Studio user written transform
Hi,
We implemented several user-written transformations in DI Studio 4.21.
For a new transform I would like to get hold of the mappings the user
has defined. For this purpose there is a whole slew of macro variables
about all input and output variables. What I can see is what input
variable was the mapping source of an output. But AFAICT only the name
of the input column, not its table. For example, DI Studio gives me:
%let _INPUT_count=2;
....
%let _OUTPUT1_col0_input0=SOME_VARIABLE_NAME;
....
%let _OUTPUT1_col0_input_count=1;
....
In this case of multiple input tables with
|
8/23/2010 2:24:47 PM
|
0
|
Jan <jan.klaverst...@gmail.com>
|
How to change the title of survival plots from proc lifetest?
I am trying to change the title of survival plots from proc lifetest,
but couldn't do it after many tries. Extensive online search tells me
that I can start with modifying the template. Or gplot should also
works but I reserve it as the last straw. Following codes which should
work after some modifications. I will highly appreciate for any
suggestions!!!
BTW, the new title is "Product-Limit Estimates of Survival Probability
in Failure" instead of "Product-Limit Survival Estimates".
proc template;
define statgraph Stat.Lifetest.Graphics.ProductLimitSurvival;
dynamic
|
8/23/2010 2:10:18 PM
|
0
|
olivesecret <olivesec...@gmail.com>
|
TO STAT: Is alpha a conditional probability ?
Hi there,
In books, the type I error alpha is commonly written as P(H0
rejected / H0 true).
Is this just a notation ? Is it really a conditional probability or is
alpha equal to P (H0 rejected AND H0 true) ?
Cheers,
Catherine.
|
8/23/2010 12:06:06 PM
|
0
|
"cat.." <cat....@gmail.com>
|
SAS 9.1.3 Service Pack
Hello,
I installed Service Pack 4 for SAS 9.1.3 on my machine. However at
startup it still says, " SAS (r) 9.1 (TS1M2)"
Is this normal? How can I check which service pack has been installed?
Thank you.
|
8/22/2010 3:45:14 AM
|
1
|
santosh <santosh.srini...@gmail.com>
|
PC SAS Log & Output Question
What is the maximum number of lines Log and Output windows can display
before SASprompts the user to print, save or clear the windows? Is there
any way to change it?
|
8/21/2010 10:26:05 PM
|
0
|
"Kenneth M. Lin" <kenneth_m_...@sbcglobal.net>
|