Authors

Beria Solange Colwell Saucedo 25

Importar Datos de Personas URL Latest

06.09.2021

Objetivo Importar datos de personas desde una dirección URL Descripción Leer datos con la función “read.csv()” del archivo personas.csv, el archivo se encuentra en: https://raw.githubusercontent.com/rpizarrog/datos/main/personas.csv". Los...

393 sym R (1576 sym/3 pcs)

Aaron Robotham 25

ProSpect: Extra Galactic Background Light Latest

14.01.2020

Extra Galactic Background Light Aaron Robotham 2020-01-15 The Extra Galactic Background Light (EBL) is the flux density observed across all wavelengths of light. It is dominated by the CMB, followed by the optical and NIR (about 10-20%). There are...

1727 sym R (5809 sym/18 pcs) 3 img

Slide Apresentação Rivert Latest

13.03.2023

class: center, middle, inverse, title-slide .title[ # Controle Estatístico de Qualidade ] .author[ ### Adriano, Beatriz, Caio, Fernanda, Thalles ] .institute[ ### Universidade Federal de Ouro Preto - 2023 ] .date[ ### 2023-03-13 ]...

9761 sym

bryan 25

Data Analysis and Graphics Using R – Maindonald and Braun (2003) Latest

23.01.2009

Title: Data Analysis and Graphics Using R: An Example-Based ApproachAuthor(s): John Maindonald; John BraunPublisher/Date: Cambridge University Press/2003Statistics level: Intermediate to advancedProgramming level: Beginner to intermediate Overall...

1833 sym

Daniel Craig 25

DATA607 - Assignment 1 - Basics Latest

29.01.2023

Packages Tidyverse: https://www.tidyverse.org/ Introduction The following dataset was pulled from data.thirtyeightfive.com as a series of polls for House Candidates within each state. I’d like to filter out some unnecessary columns and focus...

1538 sym Python (6613 sym/13 pcs) 1 img

DEVINE FATHY MAE S. GRINO 25

STAT 50 QUIZ #1 Latest

24.02.2023

Setup setwd("D:/stat") getwd() ## [1] "D:/stat" Load packages library(ggplot2) library(dplyr) Load data load("brfss2013.Rdata") Part 1: Research questions Come up with at least three research questions that you want to answer using these data....

2821 sym 6 img

David Alejandro Castro Serrano 25

dataURLPublish Latest

06.09.2021

Leer datos personas Utilizar la funcion personas.csv() para leer datos de personas de una direccion URL. personas <- read.csv("https://raw.githubusercontent.com/rpizarrog/datos/main/personas.csv", encoding = "UTF-8") Mostrar los datos. Imprimir...

174 sym R (1579 sym/3 pcs)

YOSI BRIYAN SAPUTSO 25

Publish Document Artikel 1 Latest

16.10.2023

Pendahuluan Dalam kalkulus, iterasi adalah proses berulang yang digunakan untuk mendekati solusi suatu masalah matematika. Dalam artikel ini, kita akan menjelaskan konsep iterasi dalam kalkulus dan bagaimana kita dapat mengimplementasikannya...

576 sym

Muhammad Zaki Mu’is - 230605110146 25

Publish Document Latest

15.11.2023

A function is a mechanism for turning any given input into an output. Zero finding is about going the other way: given an output value, find the corresponding input. As an example, consider the exponential function \(e^x\). Given a specific...

2362 sym

Joey Bochnik 25

Week One discussion post Latest

28.01.2024

#Excercise C18 on page 161 If it exists, find the inverse of: A = [ 1, 3, 1 1, 2, 1 2, 2, 1] Create and print the matrix A A <- matrix(c(1,1,2,3,2,2,1,1,1), nrow = 3) A ## [,1] [,2] [,3] ## [1,] 1 3 1 ## [2,] 1 2 1 ## [3,]...

272 sym