Harmonic Software has released version 2.1 of STSA, The Statistical Time Series Analysis Toolbox for O-Matrix. This release includes a significant number of...
Dear SAS-lovers, I have following set of code. data lab;
length parameter $ 16;
input parameter $ subject1 $ subject2 $ subject3 $;
cards;
Basophils 0.7...
Dear ALL, Can anyone give me any idea about Dummy Randomisation. I mean why it is
required? Thanks in advance Regards
MADAN GOPAL KUNDU (i) The information...
Hi Madan, Typically, a dummy randomization list is produced for programmers (so they can insert treatment code into datasets prior to unblinding). Also, you...
Deal all statisticians, Can anyone tell me the details about Glynn test for Kurtosis. Especially I want to know about 1. Test Statistics 2. Distribution of the...
Dear all Statisticians, Can anyone give me any information on Glyn test for Kurtosis? I am especially looking for: 1. Expression of Test Statistic 2....
Hi all I wrote a long program in FORTRAN 90 and I want use some kernel smoothing package in R. But I am not familiar with the way how to call the R subroutine ...
Dear all, i have data set from a clinical trial in which i want to c the d effectivenes of new drug over d time period.i have 7 visits after each two weeks on...
Dear all, Here is a list of our newly accepted articles along with their corresponding authors. Other accepted and yet to be published articles are available...
Looks like a repeated measures problem. Isaac 'Pray like if everything depended on God and then work like everything depended on you' ... From: "ade malla...
hi a request to the moderator of this group hi i am A.P. Tripathi statistician at national institute of medical statistics join your group to know what new...
Dear Mr. Tripathi, I am also worried for the same. This statisticians_group is moderated one. Actually I went to my native place and give somebody else to the...
Dear all Statisticians, Please forgive me if my question is too trivial. I know a process z[t] is said to be a Weiner Process if dz[t] ~ N(0, dt). But if...
Hi ALL, Can anybody tell me the reason why the following macro is going into
infinite loop? I just want to get b1=1 b2=2 b3=3 and b4=4 from abc=1 2 3 4. I...
The question is not at all trivial. First one must give some sense to dz(t), for in the usual sense lim(z(t+h)-z(t))/h as t -> 0 it does not exist. Anyway, z...
Dear all, This is a gentle reminder that the deadline for paper submission to this theme issue is Jan. 31, 2007. Happy Holidays, Michelle Liou, Co-Editor ... ...
HI Madan, Make the following change in your code.It should solve the problem.Enjoy!!!!! %macro ind ; %let abc=1 2 3 4; %let p=1; %let b1=%scan(&abc., &p.); %do...
This is a good question.. My understanding is that Weiner Process is by definition based on N(0,dt) as asumption. all the theoretical properties and the work...
Dear All, Whenever I am trying to run a particular macro it gets interrupted and
displays a pop-up 'SAS Message Log' window with following message: ERROR:...
Hi All, Happy New Year to you all. I am having two variables with me.One is time variable(months) and other variable is sales data for months. If I plot both...
Just do a correlation of sales vs time period in months. If there is an upward trend , the correlation will be positive. The greater the correlation the more...
Try test whether the correlation coefficient between the two variables is significant. Isaac Dialsingh 'Pray like if everything depended on God and then work...
Dear Kunal, Very first it should be clear to you what is your predictor & Outcome variable after that you can apply Ordinary Linear Regression analysis & make...
have u checked whether your data follow a Random walk on not? If it is indeed a Random Walk then one should expect the underlying process has a stochastic...