Distribute the contents of a variable in others1168 (1/20/2010 12:58:27 PM) comp.soft-sys.sas Hi there
I'm wondering if someone could propose something to do that in one data
step.
Assume you have one variable VAR like that "a,b,c,d,e,f" and you want to
distribute the contents in several else va... scolas
Re: about full join problem0133 (12/27/2009 11:42:14 AM) comp.soft-sys.sas Hi Giorgio !
Most of the change could be done but you have to think to change the machine
name also. It is not recommended to 'move' your environment as you wish.
Merry Christmas.
Stéphane.
On Tue,... scolas
Phylogeny2115 (12/26/2009 3:30:44 PM) comp.soft-sys.sas Hi
I'm wondering if someone of you could help me just to find if we can work on
phylogeny with SAS.
In R, there is a function for that. But in SAS ?
Have good holidays.
Stéphane.
... scolas
Re: Sample of a bivariate Probability Density Estimation data #9025 (11/16/2009 8:12:56 AM) comp.soft-sys.sas Hi Art and thanks for your help. The lognormal comment was an example. Any of you havé to create a sample depending the input data distribution ? Stéphane Colas 06 20 43 31 89. Envoyé via business mail Le 1... scolas
Re: Sample of a bivariate Probability Density Estimation data #6025 (11/14/2009 3:22:19 PM) comp.soft-sys.sas Hi Art yes it's fine thank you . It seems similar especially to point 2. but she proposed to follow a nomal distribution and I want to follow a unknown distribution ie. the distribution of my variable (it is n... scolas
Re: Sample of a bivariate Probability Density Estimation data #3016 (11/14/2009 9:38:14 AM) comp.soft-sys.sas I want thé third proposition : the sample distribution must follow the population distribution. Ie. If the population follow a lognormal distribution, I expect that my sample shows the same. If i use surveysele... Scolas
Sample of a bivariate Probability Density Estimation data022 (11/13/2009 11:11:28 AM) comp.soft-sys.sas Hi there I need the SAS-l help. My goal is to generate a sample that follow the same distribution based on the bivariate probability density estimation of my input data and I'm lost. I need to follow the tru... scolas
Re: IML Matrix Inversion - correct size of matrix #2017 (8/19/2009 9:05:15 AM) comp.soft-sys.sas mmm this is why with MATA (Stata) and Matlab it fails. Very interesting thank you. On Mon, 17 Aug 2009 13:29:03 -0700, Dale McLerran wrote: >Howard, > >Oh my! How did I manage that? You are absolutely corr... scolas
computing percentages in sql356 (3/27/2007 2:18:21 PM) comp.soft-sys.sas LAdies and Gents, I am trying to compute percenatges in SQL. I have done it, but i need suggestions for a shorter code. I want to combine Steps 1 & 2. What I did is this: data sales; input @1 ID @9 T... sas_datalover(111)
GLIMMIX ODS152 (3/29/2007 3:14:28 PM) comp.soft-sys.sas I am having problem in my ODS output. All I am getting is little red 'x in a while box' in the html output: I included the code and a part of log as well. I tried different graphs as well. I am using SAS 9.1 ... woods.steve(27)
Heckman Selection Model527 (3/30/2007 7:39:05 PM) comp.soft-sys.sas It seems that there are at least two ways of conducting Heckman Selection Model in SAS. One way is to do it in two steps and in the first step to calculate inverse mill's ratio and apply it in the second step. ... ly_cat(8)
using proc format and case statement328 (4/2/2007 1:06:53 PM) comp.soft-sys.sas Dear SAS users and experts, I have a situation where I have to assign a different value for different condition in the proc format for eg: data set is as follows x a b 1 2 ... saslearn007(22)
chaid query part 2128 (4/4/2007 8:40:17 AM) comp.soft-sys.sas Sorry meant to add more detail -- I have done some clustering for a marketing promotion and being not especially stats based think it could have been more robust. Having done some research what I have been gr... matt_hutch2002(9)
Access from SAS to MS SQL226 (4/18/2007 6:02:17 PM) comp.soft-sys.sas Hi, I am using the following code to access a table one MS SQL server. LIBNAME SQL OLEDB PROVIDER = "ABC" PROPERTIES = ("DATA SOURCE" = ABC "INITIAL CATALOG" = workDB "INTEGRATED SECURITY" = S... michaelnx(136)
SAS and DB2 V7232 (4/21/2007 12:50:35 PM) comp.soft-sys.sas Hi List, I am very new to SAS programming. We are using Mainframe Z0S and DB2v7. How to connect to DB2 using SAS? I get error message as follows when i tried to connect to DB2 1 PROC SQL; 1 !... lthangaraj(1)
connect ODBC database from SAS935 (5/8/2007 1:49:07 PM) comp.soft-sys.sas Hi All I have a question about connect ODBC from SAS. The table name in the ODBC database include some space like "abc.subject date" I use proc sql to pull out the data, but it seems SAS can not read a table ... program.sas(104)
SAS Library localization629 (5/9/2007 2:02:12 PM) comp.soft-sys.sas Hello: How can I know where is the work library? (in wich directory) Is a procedure to do that? Thanks, Ed. ... sasusr(26)
sorting with SQL726 (5/11/2007 4:20:21 PM) comp.soft-sys.sas I compare the sorting efficiency of proc sort and proc sql, see code below. I find that proc sql needs much more time and that the i's are all over the place after sql sorting whereas after proc sort they are i... dirknbr706(71)