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
@aakhmetz
aakhmetz / data.json
Created December 9, 2024 07:21
20241209_Bayesian_class
{
"a0": 0.700102,
"b0": 1,
"N": 94,
"k": 8
}
@aakhmetz
aakhmetz / data.json
Created December 8, 2024 17:02
20241209-Vaccine
{
"a0": 0.700102,
"b0": 1.0,
"n": 94,
"y": 8
}
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
{
"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.