Authors

Amit Kapoor 75

homework9 Latest

24.11.2019

Baby weights, Part I. (9.1, p. 350) The Child Health and Development Studies investigate a range of topics. One study considered all pregnancies between 1960 and 1967 among women in the Kaiser Foundation Health Plan in the San Francisco East Bay...

7862 sym R (1443 sym/12 pcs) 2 img

Alexander Shemetev 74

Document35 FARS functions Latest

27.07.2020

farsfunctions Alexander Shemetev 2020-07-28 —————————————————————————- COURSERA: BUILDING R PACKAGES Peer-graded Assignment File: fars_functions.R Description of the package GNU GENERAL PUBLIC...

5428 sym R (3536 sym/13 pcs) 2 img

CUNY MSDS Homework: Week 1 Latest

25.07.2021

Leticia Salazar June 25th, 2021 Question 1: Write a loop that calculates 12-Factorial factorial <- function (x) { y <- 1 for (i in 1:x) { y <- y * ((1:x) [i]) } print (y) } factorial(12) Question 2: Show how to create a...

374 sym R (476 sym/6 pcs)

Thach Tran 74

Can Tho University course (Sept 2022)- Exercise day 3 Latest

19.09.2022

Ngày thứ ba: giá trị P, so sánh 2 nhóm library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v ggplot2 3.3.5 v purrr 0.3.4 ## v tibble 3.1.6 v dplyr 1.0.8 ## v tidyr...

892 sym R (12972 sym/73 pcs) 9 img 2 tbl

PyShark 73

Generate QR Code using Python Latest

01.07.2020

This article will explore how to generate QR code in Python and some useful creation features from pyqrcode library.Table of ContentsIntroductionCreate a simple QR code imageQR code parametersMore QR code examplesConclusionIntroductionQR codes...

5965 sym Python (528 sym/9 pcs) 8 img

Gianluca Baio 73

Submitting a package to CRAN Latest

16.05.2012

The process is relatively smooth, I think – especially if you start off with a Linux machine. However, when I had to compile the package and documentation for BCEA, I still had a couple of blips. The first problem was in the documentation. R...

1367 sym

Achim Zeileis 73

Welcome to the redesigned web page Latest

27.01.2018

Redesigned the personal web page using a responsive jekyll design with a fresh theme and better-structured content. New web page After half a decade the web page received a reboot with a new theme as well as more and better-structured content....

825 sym

Variável e Delineamento de Pesquisa Latest

22.07.2024

invisible(Sys.setlocale("LC_CTYPE", "pt_BR.UTF-8")) invisible(Sys.setlocale("LC_ALL", "pt_BR.UTF-8")) Carregar pacotes options(warn=-1) suppressMessages(library(knitr, warn.conflicts=FALSE)) suppressMessages(library(readxl,...

50880 sym 66 img 8 tbl

Magnus Skonberg 72

RBridge_Wk1_Assignment Latest

22.07.2020

#Accepted CUNY admission last week and was granted bridge course access yesterday (7/21/2020). I will review course material and complete assignments on my own to better prepare for the start of the MSDS program late in August. ###Start of...

997 sym

Nirmal Ghimire 72

Reproducible Research_Project 1 Latest

16.09.2020

Checking Directory and Setting Desired Directory getwd() ## [1] "C:/Users/nirma/Documents/GitHub/RepData_PeerAssessment1" setwd("C:/Users/nirma/Documents/GitHub/RepData_PeerAssessment1") Invoking Required Libraries and Resources...

1946 sym R (4686 sym/58 pcs) 4 img