Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
title: JAGS and lme4 | |
author: Douglas Bates | |
date: March 28, 2014 | |
output: | |
html_document: | |
toc: yes | |
highlight: tango | |
fig_width: 7 | |
fig_height: 5.5 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using CSV, DataFrames, Downloads, Tar | |
datadir = "biofast-data-v1" | |
tarball = "$datadir.tar.gz" | |
if !isfile(tarball) | |
dataurl = joinpath( | |
"https://github.com/lh3/biofast/releases/download", | |
datadir, | |
tarball, | |
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
jupyter: julia-1.7 | |
--- | |
```{julia} | |
using RCall | |
``` | |
```{julia} | |
RCall.ijulia_setdevice(MIME("image/svg+xml")) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer