Introduction to R Programming

Eğitim Tipi : Sanal Sınıf / Online
Süre : 2 Gün
  1. Anasayfa
  2. Introduction to R Programming

Açıklama

    R, istatistiksel hesaplama, veri analizi ve grafiklere yönelik açık kaynaklı ücretsiz bir programlama dilidir. R, kurumlarda ve akademik çevrelerde sayıları her geçen gün artan yöneticiler ve veri analistleri tarafından kullanılıyor. R, ayrıca kullanımını kolay bulan programlama becerileri olmayan istatistikçiler, mühendisler ve bilim insanları arasında da kendisine yer buldu. Veri madenciliğinin her geçen gün artan kullanımından dolayı popülerliği her geçen gün artıyor. R’nin veri madenciliği için çok çeşitli paketleri bulunuyor. Programcı olmayan birçok kişinin kolayca çalışabileceği, üst düzey Excel kullanıcıları arasında oldukça yaygın olarak kullanılan bir beceri setini doğal olarak genişleten bir dildir. Analistin gerçek verilere dayalı istatistiksel, sayısal veya olasılık temelli bir sorunu olduğu durumlar ve Excel’in sınırlarının zorlandığı zamanlar için mükemmel bir araçtır.

     

    Bu eğitimde neler öğreneceksiniz?

    • R Programming JumpStart; veri okuma, R paketlerine erişim, R işlevleri yazma ve bilgilendirici grafikler oluşturma dahil olmak üzere R içindeki nesnelerin kullanılmasını içeren uygulamalı bir eğitimdir. Genel istatistik modelleri kullanılarak verilerin analiz edilmesini içerir. Eğitim, R yazılımının (http://www.r-project.org) hem komut satırından hem de grafiksel kullanıcı arayüzünden (GUI) nasıl kullanılacağını öğretir.

     

    Kimler Katılmalı?

    Bu, giriş düzeyinde bir programlama eğitimidir.

    Bu eğitime katılanların başka bir programlama dilini uygulamalı olarak kullanma deneyimli olmalıdır.  İstatistikler ve olasılıklarla çalışmaya başlamadan önce, Excel kullanımıyla ilgili giriş düzeyi bilgi sahibi olunması yararlı olabilir ancak gerekli değildir.  İhtiyaçlarınızın karşılandığından emin olmak için en iyi çözümü tasarlamak için sizinle birlikte çalışacağız. Materyalleri kişiselleştirilerek ya da farklı bir eğitim yöntemi kullanarak ekibinizin bu eğitime en iyi şekilde hazırlanmasına yardımcı olacağız.


Eğitim İçeriği

R and statistics

  •     Using R interactively
  •     An introductory session
  •     Getting help with functions and features
  •     R commands, case sensitivity, etc.
  •     Recall and correction of previous commands
  •     Executing commands from or diverting output to a file
  •     Data permanency and removing objects

Simple manipulations; numbers and vectors

  •     Vectors and assignment
  •     Vector arithmetic
  •     Generating regular sequences
  •     Logical vectors
  •     Missing values
  •     Character vectors
  •     Index vectors; selecting and modifying subsets of a data set
  •     Other types of objects

Objects, their modes and attributes

  •     Intrinsic attributes: mode and length
  •     Changing the length of an object
  •     Getting and setting attributes
  •     The class of an object

Ordered and unordered factors

  •     A specific example
  •     The function tapply() and ragged arrays
  •     Ordered factors

Arrays and matrices

  •     Arrays
  •     Array indexing. Subsections of an array
  •     Index matrices
  •     The array() function
  •     Mixed vector and array arithmetic. The recycling rule
  •     The outer product of two arrays
  •     Generalized transpose of an array
  •     Matrix facilities
  •     Matrix multiplication
  •     Linear equations and inversion
  •     Eigenvalues and eigenvectors
  •     Singular value decomposition and determinants
  •     Least squares fitting and the QR decomposition
  •     Forming partitioned matrices, cbind() and rbind()
  •     The concatenation function, (), with arrays
  •     Frequency tables from factors

Lists and data frames

  •     Lists
  •     Constructing and modifying lists
  •     Concatenating lists
  •     Data frames
  •     Making data frames
  •     attach() and detach()
  •     Working with data frames
  •     Attaching arbitrary lists
  •     Managing the search path

Reading data from files

  •     The read.table()function
  •     The scan() function
  •     Accessing builtin datasets
  •     Loading data from other R packages
  •     Editing data

Probability distributions

  •     R as a set of statistical tables
  •     Examining the distribution of a set of data
  •     One- and two-sample tests

Grouping, loops and conditional execution

  •     Grouped expressions
  •     Control statements
  •     Conditional execution: if statements
  •     Repetitive execution: for loops, repeat and while
  •     Session: Writing your own functions
  •     Simple examples
  •     Defining new binary operators
  •     Named arguments and defaults
  •     The ‘…’ argument
  •     Assignments within functions
  •     More advanced examples
  •     Efficiency factors in block designs
  •     Dropping all names in a printed array
  •     Recursive numerical integration
  •     Scope
  •     Customizing the environment
  •     Classes, generic functions and object orientation

 Statistical models in R

  •     Defining statistical models; formulae
  •     Contrasts
  •     Linear models
  •     Generic functions for extracting model information
  •     Analysis of variance and model comparison
  •     ANOVA tables
  •     Updating fitted models
  •     Generalized linear models
  •     Families
  •     The glm() function
  •     Nonlinear least squares and maximum likelihood models
  •     Least squares
  •     Maximum likelihood
  •     Some non-standard models

 Graphical procedures

  •     High-level plotting commands
  •     The plot() function
  •     Displaying multivariate data
  •     Display graphics
  •     Arguments to high-level plotting functions
  •     Low-level plotting commands
  •     Mathematical annotation
  •     Hershey vector fonts
  •     Interacting with graphics
  •     Using graphics parameters
  •     Permanent changes: The par() function
  •     Temporary changes: Arguments to graphics functions
  •     Graphics parameters list
  •     Graphical elements
  •     Axes and tick marks
  •     Figure margins
  •     Multiple figure environment
  •     Device drivers
  •     PostScript diagrams for typeset documents
  •     Multiple graphics devices
  •     Dynamic graphics

 Packages

  •     Standard packages
  •     Contributed packages and CRAN
  •       Namespaces