INTRODUCCIÓN A LA ECONOMETRÍA
2025-02-25
Capítulo 1 Curso introducción a la econometría
Este bookdown será el archivo principal por medio del cual realizaremos este curso de introducción a la econometría. Aquí encontrarán los contenidos de todas las unidades que revisaremos; además, podrán contar con ejercicios para practicar al final de cada unidad o sección que revisemos; una de las gracias de este formato, es que, además (y solo en algunas ocasiones), les iré mostrando el chunk del código de R con el cual estoy realizando demostraciones o ejercicios. Cualquier duda observación, pueden realizarla al correo: chidalgarrido@gmail.com.
1.1 Usage
Each bookdown chapter is an .Rmd file, and each .Rmd file can contain one (and only one) chapter. A chapter must start with a first-level heading: # A good chapter
, and can contain one (and only one) first-level heading.
Use second-level and higher headings within chapters like: ## A short section
or ### An even shorter section
.
The index.Rmd
file is required, and is also your first book chapter. It will be the homepage when you render the book.
1.2 Render book
You can render the HTML version of this example book without changing anything:
Find the Build pane in the RStudio IDE, and
Click on Build Book, then select your output format, or select “All formats” if you’d like to use multiple formats from the same book source files.
Or build the book from the R console:
To render this example to PDF as a bookdown::pdf_book
, you’ll need to install XeLaTeX. You are recommended to install TinyTeX (which includes XeLaTeX): https://yihui.org/tinytex/.