blogs.sas.com Open in urlscan Pro
149.173.160.44  Public Scan

URL: https://blogs.sas.com/content/iml/
Submission: On May 16 via manual from US — Scanned from DE

Form analysis 2 forms found in the DOM

GET https://blogs.sas.com/content/

<form role="search" method="get" action="https://blogs.sas.com/content/">
  <label for="searchFieldComponent">Search</label>
  <input type="text" id="searchFieldComponent" name="s" value="" placeholder="Search">
  <select name="fq" multiple="" style="display: none;">
  </select>
  <input class="searchButton" type="submit" value="Search">
</form>

GET https://blogs.sas.com/content/

<form role="search" action="https://blogs.sas.com/content/" method="get">
  <input type="text" name="s" class="query" value="" placeholder="Search...">
  <button class="search-button" type="submit"><i class="fa fa-search"></i></button>
</form>

Text Content

Skip to main content


BLOGS
 * All SAS

 * Software
   * Software
   * SAS Viya
   * Industries
   * Solutions
   * Products
 * Learn
   * Learn
   * Training
   * Certification
   * Academics
   * Books
   * Video Tutorials
 * Support
   * Support
   * Communities
   * Documentation
   * Developers
   * Support & Services
   * User Groups
 * About Us
   * About Us
   * Why SAS?
   * Company
   * Careers
   * Newsroom
   * Events
   * Contact Us
 * Explore
   * Explore
   * Try & Buy
   * Why SAS?
   * Customer Stories
   * Partners
   * Consulting

Close

 * Software
 * SAS Viya
 * Industries
 * Solutions
 * Products

 * Learn
 * Training
 * Certification
 * Academics
 * Books
 * Video Tutorials

 * Support
 * Communities
 * Documentation
 * Developers
 * Support & Services
 * User Groups

 * About Us
 * Why SAS?
 * Company
 * Careers
 * Newsroom
 * Events
 * Contact Us

 * Explore
 * Try & Buy
 * Why SAS?
 * Customer Stories
 * Partners
 * Consulting


blogs.sas.com
 * sas.com
 * support.sas.com
 * documentation.sas.com
 * blogs.sas.com
 * communities.sas.com
 * developer.sas.com

Search
 *  

Select Your Region


Visit the Cary, NC, US corporate headquarters site


Americas




Europe



Middle East & Africa




Asia Pacific





View our worldwide contacts list for help finding your region

Americas


 * Argentina
 * Brasil
 * Canada (English)

 * Canada (Français)
 * Chile
 * Colombia

 * México
 * Peru
 * United States



Europe


 * Albania
 * Belgium
 * Bosnia & Herz.
 * Česká Republika
 * Croatia
 * Danmark
 * Deutschland
 * Ελλάδα
 * España

 * France
 * Iceland
 * Ireland
 * Italia
 * Luxembourg
 * Magyarország
 * Montenegro
 * Nederland
 * Norge

 * North Macedonia
 * Österreich
 * Polska
 * Portugal
 * România
 * Россия
 * Schweiz (Deutsch)
 * Serbia
 * Slovenia

 * Slovensko
 * Suisse (Français)
 * Suomi
 * Sverige
 * Türkiye
 * Україна
 * United Kingdom



Middle East & Africa


 * Maroc

 * Middle East

 * Saudi Arabia

 * South Africa



Asia Pacific


 * Australia
 * 中国 (简体中文)
 * Hong Kong
 * India
 * Indonesia (Bahasa)

 * Indonesia (English)
 * 日本
 * 대한민국
 * Malaysia
 * New Zealand

 * Philippines
 * Singapore
 * 台灣 (繁體中文)
 * Thailand (English)
 * ประเทศไทย (ภาษาไทย)



 * Search
 * Worldwide Sites
 * Contact Us
 * SAS Sites

 * Sign In

 * Sign Out

Sign In

Create Profile

My SAS

Get access to My SAS, trials, communities and more.

Sign Out

Edit Profile

My SAS

Get access to My SAS, trials, communities and more.

SAS Sites

sas.com
Support
Blogs

Communities
Developer
Curiosity

Videos
Merchandise
Brand

PartnerNet






BLOGS


BLOGS


Navigate
 * All Topics
    * Advanced Analytics
    * Analytics
    * Artificial Intelligence
    * Cloud
    * Customer Intelligence
    * Data for Good
    * Data Management
    * Data Visualization
    * Featured
    * Fraud & Security Intelligence
    * Internet of Things
    * Learn SAS
    * Machine Learning
    * Programming Tips
    * Risk Management
    * SAS Administrators
    * SAS Events
    * Students & Educators

 * All Industries
    * Banking
    * Communications
    * Education
    * Energy & Utilities
    * Government
    * Health Care
    * Hospitality
    * Insurance
    * Life Sciences
    * Manufacturing
    * Retail
    * Sports & Entertainment
    * Travel

 * Blog Directory
 * Subscribe


THE DO LOOP

Statistical programming in SAS with an emphasis on SAS/IML programs
Learn SAS | Programming Tips
Rick WicklinMay 15, 2024 0
Rank, order, and sorting

A SAS programmer was trying to implement an algorithm in PROC IML in SAS based
on some R code he had seen on the internet. The R code used the rank() and
order() functions. This led the programmer to ask, "What is the different
between the rank and the order?

Read More
English
Analytics | Programming Tips
Rick WicklinMay 13, 2024 2
The distribution of p-values under the null hypothesis

A SAS statistical programmer recently asked a theoretical question about
statistics. "I've read that 'p-values are uniformly distributed under the null
hypothesis,'" he began, "but what does that mean in practice? Is it important?"
I think data simulation is a great way to discuss the conditions for which
p-values are

Read More
English
Learn SAS | Programming Tips
Rick WicklinMay 8, 2024 0
Dice and the correctness of a simulation

At a recent conference in Las Vegas, a presenter simulated the sum of two dice
and used it to simulate the game of craps. I write a lot of simulations, so I'd
like to discuss two related topics: How to simulate the sum of two dice in SAS.
This is

Read More
English
Data Visualization | Learn SAS | Programming Tips
Rick WicklinMay 6, 2024 5
Visualize patterns of missing values

Years ago, I wrote an article that showed how to visualize patterns of missing
data. During a recent data visualization talk, I discussed the program, which
used a small number of SAS IML statements. An audience member asked whether it
is possible to construct the same visualization by using only

Read More
English
Analytics | Learn SAS
Rick WicklinMay 1, 2024 0
Estimate a proportion and a confidence interval in SAS

A SAS programmer wanted to estimate a proportion and a confidence interval (CI),
but didn't know which SAS procedure to call. He knows a formula for the CI from
an elementary statistics textbook. If x is the observed count of events in a
random sample of size n, then the

Read More
English
Analytics | Programming Tips
Rick WicklinApril 29, 2024 0
Bimodal and unimodal beta distributions

In a recent article, I graphed the PDF of a few Beta distributions that had a
variety of skewness and kurtosis values. I thought that I had chosen the
parameter values to represent a wide variety of Beta shapes. However, I was
surprised to see that the distributions were all

Read More
English
1 2 3 … 168 Next


 * ABOUT
   
   Rick Wicklin, PhD, is a distinguished researcher in computational statistics
   at SAS and is a principal developer of PROC IML and SAS/IML Studio. This blog
   focuses on statistical programming. It discusses statistical and
   computational algorithms, statistical graphics, simulation, efficiency, and
   data analysis. Rick is author of the books Statistical Programming with
   SAS/IML Software and Simulating Data with SAS.
   
     
   
   Follow @RickWicklin on Twitter.
   
   Do you have a SAS programming question? Assistance is available! Ask SAS/IML
   questions at the SAS/IML Support Community. For other SAS issues, visit the
   SAS Support Communities.


 * TAGS
   
   9.3 9.22 12.1 12.3 13.1 14.1 14.3 15.1 Bootstrap and Resampling Christmas
   Ciphers Computational geometry Conferences Coronavirus Data Analysis
   Efficiency Getting Started GTL Heat maps iml Action IMLPlus Just for Fun
   Linear Regression Machine Learning Math Matrix Computations Missing Data
   Numerical Analysis Optimization pi day R Reading and Writing Data Regression
   SAS/IML Studio SAS Programming Simulation Spatial Data Statistical Graphics
   Statistical Programming Statistical Thinking Time series Tips and Techniques
   vectorization Video Viya


 * ARCHIVES
   
   Archives Select Month May 2024 April 2024 March 2024 February 2024 January
   2024 December 2023 November 2023 October 2023 September 2023 August 2023 July
   2023 June 2023 May 2023 April 2023 March 2023 February 2023 January 2023
   December 2022 November 2022 October 2022 September 2022 August 2022 July 2022
   June 2022 May 2022 April 2022 March 2022 February 2022 January 2022 December
   2021 November 2021 October 2021 September 2021 August 2021 July 2021 June
   2021 May 2021 April 2021 March 2021 February 2021 January 2021 December 2020
   November 2020 October 2020 September 2020 August 2020 July 2020 June 2020 May
   2020 April 2020 March 2020 February 2020 January 2020 December 2019 November
   2019 October 2019 September 2019 August 2019 July 2019 June 2019 May 2019
   April 2019 March 2019 February 2019 January 2019 December 2018 November 2018
   October 2018 September 2018 August 2018 July 2018 June 2018 May 2018 April
   2018 March 2018 February 2018 January 2018 December 2017 November 2017
   October 2017 September 2017 August 2017 July 2017 June 2017 May 2017 April
   2017 March 2017 February 2017 January 2017 December 2016 November 2016
   October 2016 September 2016 August 2016 July 2016 June 2016 May 2016 April
   2016 March 2016 February 2016 January 2016 December 2015 November 2015
   October 2015 September 2015 August 2015 July 2015 June 2015 May 2015 April
   2015 March 2015 February 2015 January 2015 December 2014 November 2014
   October 2014 September 2014 August 2014 July 2014 June 2014 May 2014 April
   2014 March 2014 February 2014 January 2014 December 2013 November 2013
   October 2013 September 2013 August 2013 July 2013 June 2013 May 2013 April
   2013 March 2013 February 2013 January 2013 December 2012 November 2012
   October 2012 September 2012 August 2012 July 2012 June 2012 May 2012 April
   2012 March 2012 February 2012 January 2012 December 2011 November 2011
   October 2011 September 2011 August 2011 July 2011 June 2011 May 2011 April
   2011 March 2011 February 2011 January 2011 December 2010 November 2010
   October 2010 September 2010



Back to Top

Curiosity is our code. SAS analytics solutions transform data into intelligence,
inspiring customers around the world to make bold new discoveries that drive
progress.

Contact Us


FOLLOW US

 * Facebook
 * Twitter
 * LinkedIn
 * YouTube
 * RSS

Explore

 * Accessibility
 * Careers
 * Certification
 * Communities
 * Company
 * Developers
 * Documentation

 * For Educators
 * Events
 * Industries
 * My SAS
 * Newsroom
 * Products
 * SAS Viya

 * Solutions
 * Students
 * Support & Services
 * Training
 * Try/Buy
 * Video Tutorials
 * Why SAS?

What is...


WHAT IS...

 * Analytics
 * Artificial Intelligence
 * Cloud Computing
 * Data Science
 * Generative AI
 * Responsible Innovation


 * Cookieeinstellungen
 * Privacy Statement
 * Terms of Use
 * Trust Center
 * ©2024 SAS Institute Inc. All Rights Reserved.

 * Contact Us
 * Share
 * Subscribe

Share this
Share this page with friends or colleagues.