2019-01-02 23:24:07 +01:00
|
|
|
---
|
|
|
|
title: "How to use the *G*-test"
|
|
|
|
author: "Matthijs S. Berends"
|
2019-01-08 16:23:45 +01:00
|
|
|
date: '`r format(Sys.Date(), "%d %B %Y")`'
|
2019-01-02 23:24:07 +01:00
|
|
|
output:
|
|
|
|
rmarkdown::html_vignette:
|
|
|
|
toc: true
|
|
|
|
vignette: >
|
|
|
|
%\VignetteIndexEntry{How to use the G-test}
|
|
|
|
%\VignetteEncoding{UTF-8}
|
|
|
|
%\VignetteEngine{knitr::rmarkdown}
|
|
|
|
editor_options:
|
|
|
|
chunk_output_type: console
|
|
|
|
---
|
|
|
|
|
|
|
|
```{r setup, include = FALSE, results = 'markup'}
|
|
|
|
knitr::opts_chunk$set(
|
|
|
|
collapse = TRUE,
|
|
|
|
comment = "#"
|
|
|
|
)
|
|
|
|
```
|
|
|
|
|
2019-01-08 16:23:45 +01:00
|
|
|
*(will be available soon - in the meanwhile, please read about [this *G*-test in the manual](./../reference/g.test.html))*
|