All Posts
En México se desarrolla el proyecto Sistema de Protección Social 2014-2018, en donde el Banco Mundial otorgó un préstamo a la Sedesol para aumentar el acceso de los beneficiarios de Prospera a programas sociales y productivos, así como para desarrollar instrumentos para un Sistema Integrado de Protección Social de largo
Featuring a computer-savvy kid and Cold War intrigue, the 1980s movie War Games inspired more than one generation of STEM graduates. Sean Dyer is one Gen X’er who credits the movie for sending him on a path to where he is today as a cybersecurity data scientist. As the fog
Data virtualization simplifies increasingly complex data architectures Every few months, another vendor claims one environment will replace all others. We know better. What usually happens is an elongated state of coexistence between traditional technology and the newer, sometimes disruptive one. Eventually, one technology sinks into obsolescence, but it usually takes much longer than we expect. Think of
In SAS Visual Analytics 7.3, the usage reports accessed from the administrator includes a relationship report. This report provides very basic lineage and dependency information for selected object types. The data to populate this report comes from the middle-tier relationship service. Once you enable the collection and extraction of this
¿Cómo puedo conocer mejor a mis clientes? ¿Qué debo decirles para tenerlos satisfechos y leales? ¿Cómo optimizo mi presupuesto para mantener a mis clientes y a la dirección satisfechos? Si usted es un tomador de decisiones en una empresa, está relacionado con la parte comercial o es el responsable de
In the SAS/IML language, you can read data from a SAS data set into a set of vectors (each with their own name) or into a single matrix. Beginning programmers might wonder about the advantages of each approach. When should you read data into vectors? When should you read data
Super Bowl 50 (L?) is this Sunday, so it's time for another (American) football-related post. Steven Miller, a mathematics professor at Rutgers University, recently noted that the 2015 NFL schedule allowed a competitive advantage for some teams (including the Carolina Panthers). This figure he generated displays the 2015 regular season
Love includes a range of strong and positive emotional and mental states, from the highest virtue to the simplest pleasure. An example of such a wide range of meanings is the fact that the love of a mother is different from the love of a spouse, which, in turn, is
Here is the first in a series of guest blog posts you can expect to see every Friday throughout February as part of the Work/Life Relationship Series. Our first guest blogger is Laurie Watson, Director of Awakenings Center for Intimacy and Sexuality. Finding the Love You Need If you’re single
Eating donuts, burning calories, and raising money for a good cause -- that's what the annual Krispy Kreme Challenge is all about. If this intrigues you, read on to find out more... But first, here's a picture of me eating a donut, preparing for a race. I bet you didn't
In my last post, we touched on the importance of data migration in an overall data strategy. The reason I wanted to do this is because so many organizations see the migration of data as a technical challenge that can be outsourced and largely ignored by their internal teams. I contend
El 2016 será un año trascendental para el futuro de las empresas en Colombia, no cabe duda. Los datos nos están mostrando que crecer este año será difícil y que aumentar las ventas será toda una odisea. Pero que el país esté pensando en un crecimiento del 3% este año debe
TL;DR The next time that you find yourself writing a PROC SORT step, verify that you're working with the SAS Base engine and not a database. If your data is in a database, skip the SORT! The details: When to skip the PROC SORT step Many SAS procedures allow you
Programming loops are a staple of any computer programming language. In essence, loops are what make programming languages so powerful. In all programming loops, a group of statements is executed repeatedly based on the value of an index variable that changes from one iteration to another. The iterations are continued
In the previous article on managing legends, I described the way to include items in a legend that may not exist in the data. This is done by defining a Discrete Attribute Map, and then requesting that all the values defined in the map should be displayed in the legend. In