8000 GitHub - schw4b/titanic: A reanalysis of the Titanic data set in R and Quarto.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

schw4b/titanic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic reporting with R and Quarto: reanalyzing the Titanic dataset

What you need on your computer

Get started

  1. Download the repository locally
git clone https://github.com/schw4b/titanic.git
  1. Open the titanic project and the analysis file
  • Start RStudio, click the Menu "File", "Open Project...", and open the file titanic.Rproj.
  • Click "File", "Open File.." and open the Quarto Document titanic.qmd.
  1. Install the required R packages
install.packages("carData")
install.packages("testit")
  1. Press "Render"

You should see the final document in your browser, just like here on my website https://www.statsyup.org/titanic/.

How to publish this document?

quarto publish gh-pages titanic.qmd

About

A reanalysis of the Titanic data set in R and Quarto.

Topics

Resources

Stars

Watchers

Forks

Languages

0