|
|
data set simulation
Hi All,
Is there a procedure in SAS that can create/simulate a data set that
has two variables with certain joint distribution or some kind of
correlation?
Thanks!
Steven
|
|
0
|
|
|
|
Reply
|
Steven
|
6/4/2010 2:09:25 PM |
|
Hey Steve,
Not sure how to generate bivariate joint distribution, but you can
generate two correlated variables in this way:
A=3D10*ranuni(-1);
B=3DA+ranuni(-1);
Hope it helps.
On Jun 4, 7:09=A0am, Steven <stevenwang....@gmail.com> wrote:
> Hi All,
>
> Is there a procedure in SAS that can create/simulate a data set that
> has two variables with certain joint distribution or some kind of
> correlation?
>
> Thanks!
>
> Steven
|
|
0
|
|
|
|
Reply
|
Simon
|
6/6/2010 9:41:24 AM
|
|
Not that I myself have a any knowledge in this area - but just from
what I've understood from other peoples posts:
Aren't there SAS procedures like PROC LIFEREG doing things like you
ask for?
|
|
0
|
|
|
|
Reply
|
Patrick
|
6/7/2010 1:21:32 PM
|
|
If you have SAS/ETS, then PROC MODEL is the way to go. See SAS
support:
http://support.sas.com/kb/32/624.html
On Jun 4, 7:09=A0am, Steven <stevenwang....@gmail.com> wrote:
> Hi All,
>
> Is there a procedure in SAS that can create/simulate a data set that
> has two variables with certain joint distribution or some kind of
> correlation?
>
> Thanks!
>
> Steven
|
|
0
|
|
|
|
Reply
|
Garnett
|
6/7/2010 4:53:26 PM
|
|
|
3 Replies
235 Views
(page loaded in 0.048 seconds)
Similiar Articles: data set simulation - comp.soft-sys.sasHi All, Is there a procedure in SAS that can create/simulate a data set that has two variables with certain joint distribution or some kind of co... normal score back transformation - comp.soft-sys.sasHello, I have been working on a conditional spatial simulation. The conditioning set contained skewed data and per recommendations, I performed a n... exporting with text qualifiers - comp.soft-sys.sasdata set simulation - comp.soft-sys.sas exporting with text qualifiers - comp.soft-sys.sas data set simulation - comp.soft-sys.sas exporting with text qualifiers ... correlation dimension - comp.soft-sys.matlabdata set simulation - comp.soft-sys.sas Hi All, Is there a procedure in SAS that can create/simulate a data set that has two variables with certain joint distribution or ... Simulating Inter-Arrival time - comp.simulationdata set simulation - comp.soft-sys.sas Simulating Inter-Arrival time - comp.simulation data set simulation - comp.soft-sys.sas Simulating Inter-Arrival time - comp ... How to draw points along a line at every 5 or 10 data point ...Hello all, Since I have many points, it looks ugly if I draw my data set with ... Karsten -- Professur Modellierung und Simulation Technische Universit t Chemnitz ... Time Series Equations in Simulink - comp.soft-sys.matlab ...Hi, I was wondering if anyone could help me set up a simulation in Simulink for a system ... I must load time series data in matlab matrix. The data are sampled at 5 ... GUIDE how to create a Global variable in GUDIE .m file - comp.soft ...data = get(handles.figure1, 'UserData'); data.state = -1; set(handles.figure1, 'UserData ... can't have my simdata printed on command window whenever the simulation is ... Conditional compile in VHDL - comp.lang.vhdl... multiple sets of constants in my package, and select a set depending on > whether I am running a simulation, or compiling hardware. Consider some sort of constant data ... How to use MODEL FUNCTION??? - comp.soft-sys.matlab... and other M-file program-based tools to run a simulation step ... ... % I set 'save states to workspace xout ,but % I can't ... So I want to deal the uploaded data with my simulink ... Vector Fields Simplification – A Case Study of Visualizing ...Vector Fields Simplification – A Case Study of Visualizing Climate Modeling and Simulation Data Sets Pak Chung Wong1, Harlan Foote, Ruby Leung, Elizabeth Jurrus ... R: Simulation of data sets with a given dependency structureSimulation of data sets with a given dependency structure Description. Given a network with nodes having the simprob property, rnetwork simulates a data set. 7/28/2012 5:12:02 AM
|
|
|
|
|
|
|
|
|