Publications by Oktaviani Aisyah Putri
Penanganan Autokorelasi Pada Model Regresi Linear Sederhana dengan Metode Cochran-Orcutt dan Hildreth-Lu
Penanganan Autokorelasi Pada Model Regresi Linear Sederhana Data IPM Provinsi Jawa Barat Tahun 2010-2021 Penanganan Autokorelasi Pada Model Regresi Linear Sederhana Library Importing Data Eksplorasi Data Korelasi Tahun (x) dan IPM (y) Model Regresi Deteksi Autokorelasi 1. Residual Plot 2. ACF dan PA...
6491 sym 5 img
REGRESSION WITH DISTRIBUTION LAG
REGRESSION WITH DISTRIBUTION LAG Daily Climate Data In The City Of Delhi From 2013 to 2017 REGRESSION WITH DISTRIBUTION LAG Package Pendahuluan Tujuan Input Data Plot Data Time Series Scatter Plot Korelasi Peubah X dan Y Model Regresi Awal SPLIT DATA Model KOYCK 1. Modelling 2. Forecasting Koyck 3. Akurasi Koyck Regressi...
4544 sym 3 img
Tugas Praktikum 5 part 1 PSD
Library library(tidyverse) library(kableExtra) library(ggplot2) library(ggthemes) library(stringr) library(reshape2) library(mice) library(nortest) library(DescTools) library(caret) library(rpart) library(rpart.plot) library(ROCit) library(PRROC) library(ROCR) library(vip) library(UBL) Data Authors UNP library(readxl) data_sint...
520 sym R (264290 sym/81 pcs) 6 img
STA1381: Nonlinear Regression Part 1 dan 2
#Library #install.packages("MultiKink") # DATA TRICEPS library(ISLR) library(dplyr) library(MultiKink) library(tidyverse) library(ggplot2) library(dplyr) library(purrr) library(rsample) library(splines) library(MatrixModels) Data yang digunakan berasal dari library ISLR yaitu Data set Auto Data terdiri dari 3 Kolom yaitu mpg, horsepo...
2499 sym R (37472 sym/205 pcs) 17 img
Akses Database Company dan Data Wrangling
A. Akses Database Company 1. Engine SQL db<-DBI::dbConnect(RSQLite::SQLite(), "C:/MANAJEMEN DATA RELASIONAL/company.db") Memilih Semua Kolom dengan Filter Tertentu SELECT * FROM employee WHERE SALARY > 30000; 4 records Fname Minit Lname Ssn Bdate Address Sex Salary Super_ssn Dno Franklin T Wong 333445555 1965-12-08 638 Voss, Housto...
1416 sym R (8089 sym/55 pcs) 1 tbl
Mandarel Praktikum 13 "Tidyverse"
R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within t...
637 sym R (8625 sym/46 pcs) 1 img
AED
BAB 1 #PART 1 # Deklarasi Data Frame df <- data.frame( student = c("Ami", "Budi", "Caca", "Doni", "Edo", "Fani", "Gita", "Hamim", "Ian", "Jacob"), sex = c("F", "M", "F", "M", "M", "F", "F", "M", "M", "M"), semester = c(2, 2, 6, 2, 3, 6, 7, 2, 4, 6), household.income = c(15888, 12790, 4912, 48242, 237505, 5561, 37183, 51135, 43616, 13...
11418 sym R (57766 sym/371 pcs) 153 img 1 tbl