All Posts
2023年を迎えて間も無く1ヶ月が経とうとしていますが、皆様はどのよう新年のスタートをされましたでしょうか。With コロナに向けた取り組みが社会的には広がり、自らが管理する時間が増えた中で、質の良い学習時間を確保することは社会人・学生問わず大変重要なことかと思います。 さて、SASでは学習および教育を目的とする方向けに、SAS® OnDemand for Academics (ODA) というアナリティクス・ソフトウェアを無料で提供しています。実は、このSAS ODAですが昨年末にログイン画面のアップグレードが行われ、提供されている各種機能へのアクセス方法がわかりやすくなりました。このブログ記事では、アップグレード後の SAS ODAについて紹介していきます。 ①ホーム画面(中央) 画面中央には大きく3つのセクションがあり、それぞれ下記の内容が提供されています。 Code with SAS® Studio すべての教員・学生・個人学習者を対象として、Webサイトにアクセスするだけで使用可能です 提供されている”タスク”からGUI的にSASコードを生成可能です(もちろん自分でコーディングすることも可能) SAS Studio上にプログラムファイルの新規作成、既存ファイルのアップロードが可能です(最大5GB) アクセス可能なSASソフトウェア一覧: SAS/STAT® Base SAS® SAS/IML® SAS/OR® SAS/QC® SAS/ETS® Learn SAS Programming Programming 1, Statistics 1といった統計学やプログラミングに関するいくつかのe-learningや、動画教材を提供しています SASソフトウェアや統計解析・機械学習を中心とした基礎的な知識、スキルをe-learningを通じて習得可能なオンライン学習プラットフォームSAS Skill Builder for Studentsを学生を対象として提供しています(大学ドメインのアドレスが必要) SASの認定資格に関するガイドをていきょうしています Collaborate with SAS Communities いくつかのSASに関連するコミュニティ情報が掲載されています プログラミングや解析にあたっての疑問点、Tipsを共有し、世界中のSASユーザーからコメントをもらうことが可能です ②ホーム画面(右) 初期状態では次の5つのアイコンが表示されます。 Files
For many the new year brings a renewed sense of commitment to well-being. Our spaces are often complementary to how we feel. Our spaces can either add to our stress or be set up in a way that is supportive as we navigate our days. Last year Work/Life offered an
The word innovation often draws to mind images of self-driving cars, new phones, and shiny tech. Yet, innovation often happens behind the scenes, especially in advanced analytics. Around the world, industries like healthcare, government, banking, manufacturing, and more rely on the latest advancements in analytics. At SAS Explore, an event for
By Carl Eastwood, Fraud & Financial Crimes Domain Lead at SAS, and Katarina Garai, CFE - Retail & CSP Fraud Lead at SAS Managing fraud risks in the Communication Service Provider (CSP) industry is no easy task, not least because of the speed at which fraudsters adapt to exploit new
It’s no secret that the big communication service providers (CSPs) companies have seen their traditional revenue streams hit in recent years by a never-ending race to the bottom on pricing. Competition in the market, along with the mass adoption of web-based communications tools (and competitively priced data packages), have made
Many experienced SAS programmers use the PUT statement to write messages to the log from a DATA step. But did you know that SAS supports the PUTLOG function, which is another way to write a message to the log? I use the PUTLOG statement in the DATA step for the
The perfect storm of challenges facing insurers is well-known to anyone working in the industry today. Some have been bubbling away for years – such as the competition from insurtech companies and non-insurance firms like manufacturers, the rising cost of claims, and internal inefficiencies. As the tough economic climate continues
If Fabrizio Biscotti, vice president at US research and consultancy firm Gartner, is correct that hyperautomation is no longer optional but a ‘condition of survival’ for businesses, then we are indeed entering a new era of retail. It’s a theme we’ve discussed throughout our blog series on hyperautomation – but
SAS' Kirk Swilley and Tom Sabo showcase how you can use perform text analysis on minimal structured narrative data to spot patterns of possible human trafficking.
A previous article shows that you can use the Intercept parameter to control the ratio of events to nonevents in a simulation of data from a logistic regression model. If you decrease the intercept parameter, the probability of the event decreases; if you increase the intercept parameter, the probability of
Sin importar el sector en el que se encuentre, los analistas coinciden en que el 2023 será un año de importantes retos para Latinoamérica. Los países y las organizaciones latinoamericanas deben procurar acelerar su innovación y avanzar en sus procesos de transformación digital, no solo para reducir las brechas con
Para millones de personas, además de obtener los servicios y productos que prefieren, la experiencia que les puedan ofrecer las marcas es cada vez más relevante y puede marcar la diferencia entre seguir siendo leales a ellas o abandonarlas. Hoy, las organizaciones están conscientes de esto, por lo que
ChatGPT from OpenAI has changed how the general public thinks about AI. What does this mean for analytics practitioners?
Welcome to the continuation of my series Getting Started with Python Integration to SAS Viya. In previous posts, I discussed how to connect to the CAS server, working with CAS actions and CASResults objects, and how to summarize columns. Now it's time to focus on how to get the count of unique values
This article shows that you can use the intercept parameter to control the probability of the event in a simulation study that involves a binary logistic regression model. For simplicity, I will simulate data from a logistic regression model that involves only one explanatory variable, but the main idea applies