Installing SAS 64 bits1551 (12/28/2010 10:49:33 AM) comp.soft-sys.sas Hi,
I am trying to install SAS 9.2 64 bits windows OS version in a freshly
installed Windows 7 64 bits professional. I right click in setup and
choose to install as admin, but installation program justs ends... alves
proc univariate sign test1175 (11/9/2010 12:45:39 PM) comp.soft-sys.sas Hi,
I need to run a statistical test on the number of positives/negatives.
I thought on using the proc univariate sign test, but from what I
found so far the test is M=(P-N)/2. which means that 50 positive... alves
Excel 20072440 (12/29/2009 6:57:44 PM) comp.soft-sys.sas Hi,
I use SAS 9.1 and I have a very simple macro to import excel files,
but unfortunately and I as I would expect it does not work with 2007.
Can anyone tell me what do I have to do to my system or to my... alves
Problem configuring dyndns acess to a nas015 (2/3/2009 11:30:38 AM) comp.security.firewalls Hi, I have a NAS server and I want to access from outside my lan. I have set up the ftp service but I am struggling to get my router to work... everytime I acess my dyndns address is goes to the router configur... PA
Test of means and medians n depende samples025 (1/20/2009 11:51:31 AM) comp.soft-sys.sas Hi, I have a fixed set of common subjects across 6 different databases and I need to see if the means and medians of each database are different. I was considering using "single-factor within-subjects analysis... alves
regression residuals028 (9/29/2008 8:42:15 PM) comp.soft-sys.sas Hi, I am not a stats guy at all, but I was asked to help in a project and now I have to do something like this: "Stock return variance over the event window equals the average of the squared prediction errors... alves
PArtial Ftest for dummies038 (6/6/2008 12:46:55 PM) comp.soft-sys.sas Hi everyone, Here am I asking for help again! I use the following program to run a regression with standard errors 2 way cluster analysis. proc surveyreg data=&source; cluster &cluster1; model &dep = &i... alves
Wald test025 (5/29/2008 3:37:45 PM) comp.soft-sys.sas Hi, I was asked to implement a wald test, but not so sure on how to do it. I am not a stats guy and I am just giving some assistance to some researchers. I got the following request: "The logic of the stateme... alves
File association125 (5/22/2008 1:04:45 PM) comp.soft-sys.sas Hi, I have a weird problem with my sas 9.1 Windows. Something is wrong with my file association and everytime I click in a sas file (with code) instead of opening it in sas editor it runs in batch mode. If I r... alves
Correlation between rows023 (12/17/2007 9:30:13 AM) comp.soft-sys.sas Hi, First I am sorry if the answer for this question is basic, but honestly I cannot get it done. I have 45.000 observations and 250 columns (wich correspond to daily observations). I need to calculate the co... alves
alves.paulo's replies:
Items(7) /1
Re: Vuong's Test #3154 (5/15/2006 7:02:53 PM) comp.soft-sys.sas --- alves wrote: > Hi everyone, > > I am writing a paper where i run a horse race using two different OLS > models for the same sample, same independent variables, but different > dependent variable. During a... stringplayer_2(1472)
Re: Quick and hopefully easy question #2125 (11/13/2006 8:30:43 PM) comp.soft-sys.sas alves.paulo@GMAIL.COM wrote: > >Hi guys. > >Need to make a stange merge, and having some problems how to do it (at >least with datasteps). > >I have 2 datasets (treatment and no-treatment) and I need to merge t... davidlcassell(5578)
Re: finding a string325 (12/8/2006 11:18:35 AM) comp.soft-sys.sas Paulo, quickly tell us what SAS version you have. I hope it's version 9 so that you have the anydate informat family available. A quick and dirty approach would loop over the elements of variable DESC using t... bardos2(397)
Re: Proc Reg hanging?155 (12/25/2006 11:45:08 AM) comp.soft-sys.sas Nuno, from the manual it seems that PROC REG in interactive mode has to be ended by a 'quit' statement, a data step, a proc step or an endsas statement. Have you tried 'quit;'? Kind regards Robert (replying... bardos2(397)
Re: Counting number of variables #2127 (1/31/2007 2:18:01 PM) comp.soft-sys.sas I would get the procedure to "tell" me. Say you are running PROC REG the following should be adequate. ods trace on; ods output ParameterEstimates=ParameterEstimates; proc reg data=sashelp.class; model age... datanull(3058)
Re: Correlation between rows115 (12/17/2007 10:54:42 AM) comp.soft-sys.sas > -----Original Message----- > From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On > Behalf Of alves > Sent: Monday, December 17, 2007 1:30 AM > To: SAS-L@LISTSERV.UGA.EDU > Subject: Correlation between ... NordlDJ(924)
Re: Wald test122 (5/29/2008 4:40:06 PM) comp.soft-sys.sas --- alves wrote: > Hi, > > I was asked to implement a wald test, but not so sure on how to do > it. > I am not a stats guy and I am just giving some assistance to some > researchers. I got the following reque... stringplayer_2(1472)