糖心vlog官网观看

Packt
Complete SAS Guide - Learn SAS and Become a Data Ninja

Morgen endet die Aktion: Entdecken Sie neue F盲higkeiten mit 30% Rabatt auf Kurse von Branchenexperten. Jetzt sparen.

Diese kurs ist nicht verf眉gbar in Deutsch (Deutschland)

Wir 眉bersetzen es in weitere Sprachen.
Packt

Complete SAS Guide - Learn SAS and Become a Data Ninja

Bei 糖心vlog官网观看 Plus enthalten

Verschaffen Sie sich einen Einblick in ein Thema und lernen Sie die Grundlagen.
Stufe Anf盲nger

Empfohlene Erfahrung

2 Wochen zu vervollst盲ndigen
unter 10 Stunden pro Woche
Flexibler Zeitplan
In Ihrem eigenen Lerntempo lernen
Verschaffen Sie sich einen Einblick in ein Thema und lernen Sie die Grundlagen.
Stufe Anf盲nger

Empfohlene Erfahrung

2 Wochen zu vervollst盲ndigen
unter 10 Stunden pro Woche
Flexibler Zeitplan
In Ihrem eigenen Lerntempo lernen

Was Sie lernen werden

  • Identify the syntax and structure of SAS programming.

  • Explain the differences between data step and proc step in SAS.

  • Use SAS functions to manipulate and analyze datasets.

  • Compare SAS operations with R and Python for data analysis tasks.

Kompetenzen, die Sie erwerben

  • Kategorie: R (Software)
  • Kategorie: SAS (Software)
  • Kategorie: Data Cleansing
  • Kategorie: Software Installation
  • Kategorie: Data Manipulation
  • Kategorie: Regression Analysis
  • Kategorie: Pandas (Python Package)
  • Kategorie: Data Import/Export
  • Kategorie: Predictive Modeling
  • Kategorie: SQL
  • Kategorie: Excel Macros
  • Kategorie: Statistical Hypothesis Testing
  • Kategorie: System Configuration
  • Kategorie: Statistical Analysis
  • Kategorie: Data Analysis

Wichtige Details

Zertifikat zur Vorlage

Zu Ihrem LinkedIn-Profil hinzuf眉gen

Bewertungen

10 Aufgaben

Unterrichtet in Englisch

Erfahren Sie, wie Mitarbeiter f眉hrender Unternehmen gefragte Kompetenzen erwerben.

 Logos von Petrobras, TATA, Danone, Capgemini, P&G und L'Oreal

In diesem Kurs gibt es 24 Module

In this module, we will guide you through setting up SAS Studio/SAS OnDemand for Academics, ensuring you are familiar with essential tools and configurations. You'll also explore the WPS platform and learn how to resolve common installation and data upload issues for a seamless start to the course.

Das ist alles enthalten

3 Videos1 Lekt眉re

In this module, we will focus on importing different file formats such as .txt, .csv, and .xlsx into SAS. You'll learn how to effectively use the proc import feature to handle dataset imports and explore the distinctions between traditional data step importing methods and using proc steps for greater efficiency.

Das ist alles enthalten

3 Videos1 Plug-in

In this module, we will explore the essential building blocks of SAS syntax, focusing on how the data step and proc step serve different functions in the software. You'll learn to write accurate code following SAS rules and gain insights into how SAS compares to popular languages like R and Python by manually creating data across all three platforms.

Das ist alles enthalten

3 Videos1 Aufgabe1 Plug-in

In this module, we will dive into advanced data manipulation techniques using SAS. You will explore dataset options, delimiters, and methods for reading dates in data. Additionally, you'll learn how to create new variables, filter observations, and use SAS conditional logic effectively. Topics like automatic variables, sorting, merging datasets, and data cleaning techniques will also be covered to improve your data management skills.

Das ist alles enthalten

19 Videos1 Plug-in

In this module, we will revisit importing techniques, focusing on how to import an SPSS file into SAS. You'll gain practical insights into dealing with different dataset formats and understand how to use the proc import process to handle various types of files.

Das ist alles enthalten

1 Video1 Plug-in

In this module, we will cover the basics of input types and informats, showing you how to read and manage different data structures. You'll learn about list and column input, and how to apply informats for more accurate data reading. Additionally, you will discover how to create user-defined formats to tailor data analysis in SAS.

Das ist alles enthalten

4 Videos1 Aufgabe1 Plug-in

In this module, we will delve into the use of arrays in SAS. You'll learn how to recode and construct new variables using arrays, which can significantly simplify your code when working with large datasets. Arrays allow for efficient handling of repetitive tasks, making your data processing faster and more effective.

Das ist alles enthalten

2 Videos1 Plug-in

In this module, we will explore a range of SAS functions that are essential for data processing. You鈥檒l learn about functions that help clean and transform datasets, such as RAND for random sampling, LENGTH for managing large datasets, and COMPRESS for removing unwanted characters. Additionally, we'll cover how to convert data types using the INPUT and PUT functions for more accurate analysis.

Das ist alles enthalten

11 Videos1 Plug-in

In this module, we will focus on advanced SAS programming techniques, particularly how to vertically combine raw data files. You'll learn flexible methods for managing multiple datasets, helping you to streamline processes and increase efficiency in handling large-scale data projects.

Das ist alles enthalten

1 Video1 Aufgabe1 Plug-in

In this module, we will focus on creating visual representations of data, such as scatter plots and bar graphs. You'll learn how to use SAS to create these basic visualizations and understand their importance in presenting data analysis results clearly and effectively.

Das ist alles enthalten

2 Videos1 Plug-in

In this module, we will focus on statistical analysis using SAS. You'll learn how to perform independent samples T-tests and Chi-Square tests, and interpret their results. These statistical techniques will help you apply rigorous data analysis methods to real-world datasets, providing you with valuable insights.

Das ist alles enthalten

4 Videos1 Plug-in

In this module, we will dive into regression analysis, covering both linear and multiple regression. You'll start with a refresher on regression concepts before performing these analyses using SAS. The focus will be on applying regression techniques to analyze complex relationships between variables in your datasets.

Das ist alles enthalten

3 Videos1 Aufgabe1 Plug-in

In this module, we will apply the knowledge gained throughout the course in healthcare-related case studies. You'll integrate concepts such as the data step, data manipulation, and statistical analysis, providing practical applications of your learning to solve real-world problems.

Das ist alles enthalten

3 Videos1 Plug-in

In this module, we will introduce the fundamentals of SQL in SAS. You'll learn SQL syntax and how to write queries using SELECT and WHERE clauses. Additionally, you鈥檒l explore summary functions and CASE logic to perform more sophisticated data queries.

Das ist alles enthalten

5 Videos1 Plug-in

In this module, we will cover how to join datasets using SAS SQL. You'll learn how to perform inner, left, right, and full joins to merge data from multiple tables. This will enable you to manage complex data relationships effectively within your SQL queries.

Das ist alles enthalten

4 Videos1 Aufgabe1 Plug-in

In this module, we will explore how to work with tables using SAS SQL. You鈥檒l learn how to create tables, alter their structure, and insert rows into them. These skills will help you manage datasets more effectively within a SQL environment.

Das ist alles enthalten

3 Videos1 Plug-in

In this module, we will focus on practical applications of SAS SQL. You'll learn how to compare tables, identify duplicates, and customize your table sorting methods. Additionally, you鈥檒l explore how to update tables under specific conditions, improving your data management strategies.

Das ist alles enthalten

4 Videos1 Plug-in

In this module, we will cover the fundamentals of SAS indexes, focusing on how and when to use them for optimizing data queries. You'll explore PROC datasets and WHERE expressions to manage indexed datasets, which will significantly improve the efficiency of your data processing.

Das ist alles enthalten

10 Videos1 Aufgabe1 Plug-in

In this module, we will explore the fundamentals of SAS macros, focusing on creating and using macro variables to streamline repetitive coding tasks. You鈥檒l also learn important macro functions like %Index and %Scan, and how to debug and store macros for better data management and flexibility.

Das ist alles enthalten

16 Videos1 Plug-in

In this module, we will introduce predictive modeling using logistic regression in SAS. You鈥檒l explore the business applications of predictive models, identify common challenges, and learn the steps involved in building an effective logistic regression model.

Das ist alles enthalten

4 Videos1 Plug-in

In this module, we will focus on the preliminary steps of building a predictive model. You鈥檒l learn how to generate a problem statement, conduct a data audit, and perform univariate and bivariate analyses to gain deeper insights into your dataset before building a predictive model.

Das ist alles enthalten

5 Videos1 Aufgabe1 Plug-in

In this module, we will cover advanced data preparation techniques for predictive modeling. You鈥檒l learn how to handle missing data, perform variable clustering, and subset selection, and calculate parameter estimates to ensure your model is optimized for accuracy.

Das ist alles enthalten

10 Videos1 Plug-in

In this module, we will explore the key evaluation metrics for predictive models, focusing on tools like the ROC curve and decile calibration plots. You鈥檒l also learn how to score validation datasets and apply feature engineering to refine and improve your predictive models.

Das ist alles enthalten

4 Videos1 Aufgabe1 Plug-in

In this final module, we will address the top five most commonly asked questions about SAS certification. You'll gain insights into exam preparation and understand the challenges you might face during the certification process, equipping you with strategies to succeed in becoming SAS certified.

Das ist alles enthalten

1 Video2 Aufgaben

Dozent

Packt - Course Instructors
Packt
965 Kurse211.106 Lernende

von

Packt

Mehr von Data Analysis entdecken

Warum entscheiden sich Menschen 蹿眉谤 糖心vlog官网观看 蹿眉谤 ihre Karriere?

Felipe M.
Lernender seit 2018
鈥濫s ist eine gro脽artige Erfahrung, in meinem eigenen Tempo zu lernen. Ich kann lernen, wenn ich Zeit und Nerven dazu habe.鈥
Jennifer J.
Lernender seit 2020
鈥濨ei einem spannenden neuen Projekt konnte ich die neuen Kenntnisse und Kompetenzen aus den Kursen direkt bei der Arbeit anwenden.鈥
Larry W.
Lernender seit 2021
鈥濿enn mir Kurse zu Themen fehlen, die meine Universit盲t nicht anbietet, ist 糖心vlog官网观看 mit die beste Alternative.鈥
Chaitanya A.
鈥濵an lernt nicht nur, um bei der Arbeit besser zu werden. Es geht noch um viel mehr. Bei 糖心vlog官网观看 kann ich ohne Grenzen lernen.鈥
糖心vlog官网观看 Plus

Neue Karrierem枚glichkeiten mit 糖心vlog官网观看 Plus

Unbegrenzter Zugang zu 10,000+ Weltklasse-Kursen, praktischen Projekten und berufsqualifizierenden Zertifikatsprogrammen - alles in Ihrem Abonnement enthalten

Bringen Sie Ihre Karriere mit einem Online-Abschluss voran.

Erwerben Sie einen Abschluss von erstklassigen Universit盲ten 鈥 100聽% online

Schlie脽en Sie sich mehr als 3.400聽Unternehmen in aller Welt an, die sich 蹿眉谤 糖心vlog官网观看 for Business entschieden haben.

Schulen Sie Ihre Mitarbeiter*innen, um sich in der digitalen Wirtschaft zu behaupten.

H盲ufig gestellte Fragen

Weitere Fragen