Skip to content

Instantly share code, notes, and snippets.

View sergiouribe's full-sized avatar
🏠
Working

Sergio Uribe sergiouribe

🏠
Working
View GitHub Profile
@sergiouribe
sergiouribe / normcore-llm.md
Created August 31, 2023 08:21 — forked from veekaybee/normcore-llm.md
Normcore LLM Reads
library("shiny")
library("ggplot2")
n_obs <- 500L
## Define UI for application that draws a histogram
ui <- fluidPage(
## Application title
titlePanel("Visualizing Raw Data vs Residuals"),