Hi,,
Can I get "pulse.csv" sample data for practice, if possible.
If not kindly suggest me where I should get sample data.
Are you looking to learn SAS? The SAS e-learning course for statistics is free...
EDIT: Link is here, scroll to bottom of page to see the two courses
https://www.sas.com/en_ca/learn/academic-programs/resources/free-sas-e-learning.html
I have referred the context document. wanted to ask if I can get, at least I could understand from data prospective.
where I can get al least minimum sample records?
@Spintu wrote:
I have referred the context document. wanted to ask if I can get, at least I could understand from data prospective.
where I can get al least minimum sample records?
"Context document" from where?
this the document name , while browsing I am geeing it from internet.
Basic Statistical and Modeling Procedures Using SAS
Please find the below link. In this file page no 01, below mentioned SAS code. Where we have pulse.csv file.
I just wanted in ask communities members, if incase possible can we get it few sample records doe same.
Can I get it to do for Basic Statistical calculation? It seems I am be beginner in Stat.
data pulse; infile "pulse.csv" firstobs=2 delimiter="," missover; input pulse1 pulse2 ran smokes sex height weight activity;
label pulse1 = "Resting pulse, rate per minute"
pulse2 = "Second pulse, rate per minute";
run;
http://www-personal.umich.edu/~kwelch/b600/2015/B600_Statistical_Procedures_2015.pdf
Are you looking to learn SAS? The SAS e-learning course for statistics is free...
EDIT: Link is here, scroll to bottom of page to see the two courses
https://www.sas.com/en_ca/learn/academic-programs/resources/free-sas-e-learning.html
Go up one level in the path:
http://www-personal.umich.edu/~kwelch/b600/2015/
You'll find a zip file there called labdata. I'll bet you find it in there.
@Spintu wrote:
Please find the below link. In this file page no 01, below mentioned SAS code. Where we have pulse.csv file.
I just wanted in ask communities members, if incase possible can we get it few sample records doe same.
Can I get it to do for Basic Statistical calculation? It seems I am be beginner in Stat.
data pulse; infile "pulse.csv" firstobs=2 delimiter="," missover; input pulse1 pulse2 ran smokes sex height weight activity;
label pulse1 = "Resting pulse, rate per minute"
pulse2 = "Second pulse, rate per minute";
run;
http://www-personal.umich.edu/~kwelch/b600/2015/B600_Statistical_Procedures_2015.pdf
thank you for details. yes I have seen lab data is available
I suggest looking at the other files in http://www-personal.umich.edu/~kwelch/b600/2015/
The document you reference is apparently a class file used by an instructor and is not a SAS supplied (or at least not easily found) files.
There are two ZIP files in that folder that might contain the csv. I'm not going to download them and search the results.
Note that the code used is shortcutting some elements about the PATH to the file and almost certainly will not run correctly as shown.
Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.