-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
47 lines (41 loc) · 920 Bytes
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
project:
type: book
output-dir: docs
book:
title: "Análisis de Datos con SPSS"
author: "Angel Miguel Alvarez Calicho"
date: "12-23-2024"
chapters:
- index.qmd
- introduccion-a-spss.qmd
- analisis-estadistico.qmd
- estadistica-correlacional.qmd
- mastering-graphics.qmd
- estadistica-univariante.qmd
- estadistica-no-parametrica.qmd
- analisis-multivariante.qmd
- estadistica-bayesiana.qmd
- analisis-series-tiempo.qmd
- redes-neuronales.qmd
- metodos-clasificacion.qmd
- diseno-validacion-encuestas.qmd
- programacion.qmd
- bibliografia.qmd
bibliography: references.bib
format:
html:
toc: true
toc-depth: 5
favicon: "favicon.png"
theme:
light:
- flatly
- bigbook.scss
# - custom.scss
dark:
- darkly
lang: es
pdf:
documentclass: scrreprt
lang: es
editor: visual