The DO Loop

Statistical programming in SAS with an emphasis on SAS/IML programs
Advanced Analytics
Rick Wicklin 3
How to create a grid of values?

In a previous post, I described ways to create SAS/IML vectors that contain uniformly spaced values. The methods did not involve writing any loops. This post describes how to perform a similar operation: creating evenly spaced values on a two-dimensional grid. The DATA step solution is simple, but an efficient

1 154 155 156 157 158 167