Publications by Arvind Sharma

MathReview

04.07.2024

Math Review Table of contents 1 Theory 2 Implementation in R 2.1 Matrix A 2.1.1 Alternative ways to create a matrix 2.2 RConics for adjugate of a matrix 2.3 Matrix B 2.4 Matrix C 2.5 Matrix D 2.6 Matrix E 2.6.1 NA values 3 APPENDIX # Clear the work space rm(list = ls()) # Clear environment gc() # Clear unused memory ...

3762 sym

test

02.07.2024

1 Intro 1.1 Description Contains the daily closing prices of major European stock indices: Germany DAX (Ibis), Switzerland SMI, France CAC, and UK FTSE. The data are sampled in business time, i.e., weekends and holidays are omitted. \[ y_i = \beta_0^t + \Sigma_0^n x_i + \sigma + \epsilon_i \] the asjhbjahs c. asjhbas BK ASNKJasdbas 2+2 # BASIC A...

431 sym

HW1_template_hints

01.07.2024

Table of contents 1 INSTRUCTIONS 2 Setup 2.1 Empty variables and functions in the environment tab/window 2.2 Load packages 2.3 Load raw data 3 Data Analysis 3.1 Data Visualization 3.1.1 Missing Observations 3.1.2 Imputing Missing Observations 3.1.3 Correlation Plot 3.2 Graphs 3.3 Summary Statistics 4 Regression 4.1 Multicollinearity 4.2 Res...

5434 sym Python (27296 sym/67 pcs) 11 img

setup

01.07.2024

Table of contents 1 Introduction 1.1 Quarto 1.2 Running Code 1.3 Reproducible Reports with Quarto and R Markdown Setup 1 Introduction 1.1 Quarto Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see https://quarto.org. 1.2 Running Code When you click the Render button a docum...

2296 sym 1 img

hello

01.07.2024

Table of contents 1 Meet Quarto 2 Meet the penguins 3 ggplot Hello, Quarto library(tidyverse) library(palmerpenguins) 1 Meet Quarto Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see https://quarto.org. 2 Meet the penguins The penguins data from the palmerpenguins package ...

703 sym 2 img

computations

01.07.2024

Quarto Computations This dataset contains a subset of the fuel economy data from the EPA. Specifically, we use the mpg dataset from the ggplot2 package. library(ggplot2) The visualization below shows a positive, strong, and linear relationship between the city and highway mileage of these cars. Additionally, mileage is higher for cars with fewer...

472 sym 1 img

beta_coefficient_cov_var

01.07.2024

Table of contents Load Data Variable Definitions Exploratory Data Analysis (EDA) Linear Regression Covariance-Variance formula for slope Looking Ahead: Multivariate Regression Covariance Variance Formula Load Data Read up on the data. The CO2 data frame has 84 rows and 5 columns of data from an experiment on the cold tolerance of the grass s...

2092 sym Python (5965 sym/26 pcs) 4 img

datasets

01.07.2024

Table of contents 1 Datasets Inbuilt Package 2 Quakes Description 3 Carbon Dioxide Uptake in Grass Plants Description 4 Biochemical Oxygen Demand Description 5 Edgar Anderson’s Iris Data Description 6 Intercountry Life-Cycle Savings Data Description 7 Level of Lake Huron 1875–1972 Description 8 Diameter, Height and Volume for Black Cherry Tree...

2500 sym

in_class_Rmarkdown_demonstration

01.07.2024

1 Data Lets try to import data into R using the base command using data() command that loads specified data sets, or list the available data sets. 1.1 Time Series Data Longley’s Economic Regression Data - a macroeconomic data set which provides a well-known example for a highly collinear regression. A data frame with 7 economical variables, obse...

921 sym R (6524 sym/30 pcs) 6 img

data_types

01.07.2024

1 Cross Section Data 1.1 Infidelity data Variables Description # install.packages("AER") library("AER") ## Loading required package: car ## Loading required package: carData ## Loading required package: lmtest ## Loading required package: zoo ## ## Attaching package: 'zoo' ## The following objects are masked from 'package:base': ## ## as.Dat...

1548 sym R (12601 sym/52 pcs) 6 img