Statistics with R

  1. R Fundamentals and Basic Operations
    1. R as a Calculator
      1. Arithmetic Operations
        1. Order of Operations
          1. Mathematical Functions
            1. Scientific Notation
            2. Variables and Assignment
              1. Assignment Operators
                1. Variable Naming Rules
                  1. Variable Naming Conventions
                    1. Case Sensitivity
                    2. Understanding R Functions
                      1. Function Syntax
                        1. Arguments and Parameters
                          1. Default Arguments
                            1. Named Arguments
                              1. Nested Function Calls
                              2. Getting Help in R
                                1. help() Function
                                  1. ? Operator
                                    1. example() Function
                                      1. vignette() Function
                                        1. Online Documentation
                                        2. R Workspace Management
                                          1. Working Directory Concepts
                                            1. getwd() and setwd()
                                              1. Listing Objects
                                                1. Removing Objects
                                                  1. Saving and Loading Workspaces