Skip to content

Instantly share code, notes, and snippets.

View aakhmetz's full-sized avatar
💭
Be happy!

Andrei R. Akhmetzhanov aakhmetz

💭
Be happy!
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
We can't make this file beautiful and searchable because it's too large.
# stan_version_major = 2
# stan_version_minor = 28
# stan_version_patch = 2
# model = model_model
# start_datetime = 2022-01-21 09:19:37 UTC
# method = sample (Default)
# sample
# num_samples = 2000
# num_warmup = 4000
# save_warmup = 0 (Default)
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"libraries = c(\"dplyr\", \"magrittr\")\n",
"for(x in libraries) { library(x, character.only=TRUE, warn.conflicts=FALSE) }"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
library("extrafont")
options(repr.plot.width=5,repr.plot.height=5)
plot(0:1)
assign("Figure1",recordPlot())
Sys.setenv(R_GSCMD = "C:/Program Files/gs/bin/gswin64.exe")
pdf("Figure1.pdf",width=5,height=5);
replayPlot(eval(as.name("Figure1")));
@aakhmetz
aakhmetz / Playing with google maps.markdown
Last active May 25, 2016 04:03
Playing with google maps