- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 05-19-2018 01:01 AM
(935 views)
I'm in a grad level multivariate stats class and I'm in need of a data set for my final project. Data set must have:
1. At least 200 observations
2. At least 12 quantitative variables.
I'd like to do something with discriminant/classification analysis, but I'd take something with canonical correlation; principal component analysis, factor analysis, or MANOVA.
Any suggestions would be greatly appreciated.
Thanks!
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
You can use the rand() function to create randomized numbers. In a data step, use a do loop to create as many observations as you want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
There's also a very fine book out there by @Rick_SAS: Simulating data with SAS.