Since 4/2/2012 5:43:19 AM, marieta.p has written 3 articles and participated in 3 conversations. marieta.p signature: marieta.p
marieta.p's articles:
Items(3) /1
Help with matlab function #4228 (10/24/2011 12:16:27 AM) comp.soft-sys.matlab Hello, I am trying to figure out what the problem is with this function: function [s] = sft(a) N=length(a); X=[]; s=zeros(N,1); for k=0:(N-1) for m=0:(N-1) X{k+1}(m+1)= a(m+1)*exp(-i*(2*pi*k*m)/N)... Marieta
Imputation in SAS0345 (10/25/2010 3:34:28 PM) comp.soft-sys.sas Hello,
I'm trying to figure out how to use procs MI and MIANALYZE without
having too deep of a knowledge of imputations yet.
Specifically:
1. Can I use a dichotomous variable in PROC MI to impute a contin... Marieta
Inter- rater agreement for echocardiography measurements in SAS024 (2/10/2010 6:36:05 PM) comp.soft-sys.sas Hi all, I am looking for a good measurement of inter-rater agreement for continuous variables implemented in SAS. It may be the ICC or something else. My client is a physician who doesn't really feel comfortab... Marieta
Help with matlab function #4228 (10/24/2011 12:16:27 AM) comp.soft-sys.matlab Hello, I am trying to figure out what the problem is with this function: function [s] = sft(a) N=length(a); X=[]; s=zeros(N,1); for k=0:(N-1) for m=0:(N-1) X{k+1}(m+1)= a(m+1)*exp(-i*(2*pi*k*m)/N)... marieta.p(6)