Authors
Al-Ahmadgaid Asaad 42
Example: One Sample t-Test Latest
31.01.2012
Using the stack loss dataset, test the hypothesis that the mean of the stackloss is equal to 20 versus a two-sided alternative. Solution:Codes:Output:Interpretation: With the p-value greater than the level of significance alpha at 0.05, then we...
729 sym 2 img
Eric Cai - The Chemical Statistician 42
Displaying Isotopic Abundance Percentages with Bar Charts and Pie Charts Latest
17.02.2013
The Structure of an Atom An atom consists of a nucleus at the centre and electrons moving around it. The nucleus contains a mixture of protons and neutrons. For most purposes in chemistry, the two most important properties about these 3 types...
2614 sym R (1003 sym/1 pcs) 10 img
Vlad Bogza 42
Vlad Bogza Latest
25.11.2019
1 Partea generală https://rpubs.com/alex_istrate/553337 2 Partea specială 2.1 Introducere 2.1.1 Obiective 2.2 Material și metode 2.2.1 Analiza statistică a datelor Pentru descrierea variabilelor cantitative am folosit histograme și am...
7372 sym 50 img 37 tbl
Seguros 21-02-2023 Latest
21.02.2023
Importar la base de datos # file.choose() bd <- read.csv("/Users/genarorodriguezalcantara/Desktop/R Files Manipulación de Datos/BDD/seguros.csv") Entender la base de datos summary(bd) ## ClaimID TotalPaid TotalReserves...
3092 sym R (33917 sym/16 pcs)
Brigita Tiara Elgityana Melantika (20204920001) 41
algoritma dan struktur data _ tugas 1 Latest
24.08.2021
Email : brigita.melantika@student.matanauniversity.ac.id RPubs : https://rpubs.com/brigitatiaraem/ Jurusan : Statistika Address : ARA Center, Matana University Tower ...
11781 sym 3 img
Caso 1. Tabla de frecuencias. 50 refrescos Latest
25.02.2021
Caso 1. Tabla de frecuencias. 50 refrescos Christian Gibran Espitunal Villanueva 405M 23/02/21 Objetivo Realizar una interpretación de datos a partir de muestras simuladas mediante una distribución de frecuencias y visualización gráfica de...
12325 sym R (4980 sym/20 pcs) 3 img
Chang-Chun Chen 41
20200914 In-class exercises 4 Latest
14.09.2020
# data management and graphics package library(tidyverse) ## -- Attaching packages ---------------------------------------------------------- tidyverse 1.3.0 -- ## √ ggplot2 3.3.2 √ purrr 0.3.4 ## √ tibble 3.0.3 √ dplyr...
6 sym R (1279 sym/8 pcs) 1 img
Adam Gersowitz 41
MSDS Bridge R HW 1 Latest
21.12.2019
knitr::opts_chunk$set(echo = TRUE) #1. Write a loop that calculates 12-factorial #NOTE: Would replace 1:12 with 1:n and uncomment lines 19 and 25 to base the factorial on input #n = as.integer(readline(prompt="Input number: ")) f = 1 for(x...
5 sym R (1330 sym/13 pcs)
Aisha Dwi Anindita Radianto, Prof. Dr. Suhartono, M.Kom 41
Operator Artimatika Latest
18.10.2021
Dosen Pengampu : Prof. Dr. Suhartono, M.Kom Lembaga : Universitas Islam Negeri Maulana Malik Ibrahim Malang Fakultas : Sains dan Teknologi Jurusan : Teknik Informatika NIM : 210605110058 2.1 Operator Aritmatika Operasi aritmatika dasar adalah...
1334 sym R (94 sym/14 pcs)
CUNY MSDS Assignment 1 - R Latest
22.12.2019
December 22, 2019 Gehad Gad CUNY MSDS Winter Bridge Assignment: 1 Question 1 1- Write a loop that calculates 12-factorial factorial_function <- function(x = 0) { if (x == 0){ print("the factor of zero is: 1" ) return(1) } # Return 1 if x...
405 sym R (1135 sym/3 pcs)