Skip to content

Commit

Permalink
atualiza commits
Browse files Browse the repository at this point in the history
  • Loading branch information
lineu96 committed Feb 14, 2023
1 parent 15fe8aa commit e06c7c0
Show file tree
Hide file tree
Showing 93 changed files with 4,540 additions and 151 deletions.
20 changes: 10 additions & 10 deletions .Rhistory
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
out <- list(classes = given.in, coef = mcoef)
return(invisible(out))
}
if (is(xvar, "formula")) {
w <- if (is.null(object))
rep(1, length(resid))
else object$weights
total.points <- 0
coef <- coef1 <- NULL
y.y <- resid
x.x <- resid
if (DataExist) {
coplot(as.formula(paste("y.y~x.x|", as.character(xvar),
Expand Down Expand Up @@ -510,3 +500,13 @@ fd
render_site()
dir()
render_site()
dir()
rmarkdown::render_site()
rmarkdown::render_site()
rmarkdown::render_site()
rmarkdown::render_site()
rmarkdown::render_site()
rmarkdown::render_site()
rmarkdown::render_site()
rmarkdown::render_site()
rmarkdown::render_site()
34 changes: 22 additions & 12 deletions _site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,23 @@ navbar:
- text: "Material"
icon: fa-list-ol
menu:

- text: "Papel da Estatistica no desenvolvimento científico"
icon: fa-arrow-right
href: papel_estatistica.html
- text: "---------"

- text: "Conceitos iniciais"
icon: fa-arrow-right
href: npest1.html
href: conceitos.html
- text: "---------"

- text: "Introdução a métodos de amostragem"
icon: fa-arrow-right
href: amostragem.html
- text: "---------"

- text: "Introdução à análise exploratória de dados"
- text: "Análise exploratória de dados"

- text: "Parte 1"
icon: fa-arrow-right
Expand All @@ -32,20 +41,21 @@ navbar:
icon: fa-arrow-right
href: npest2_2.html
- text: "---------"

- text: "Probabilidades"


- text: "Probabilidade e variáveis aleatórias"

- text: "Probabilidade"
icon: fa-arrow-right
href: npest3.html
- text: "---------"

href: probabilidade.html

- text: "Variáveis aleatórias discretas"
icon: fa-arrow-right
href: npest4.html
- text: "---------"

href: vas_discretas.html

- text: "Variáveis aleatórias contínuas"
icon: fa-arrow-right
href: npest5.html
href: vas_continuas.html
- text: "---------"

- text: "Inferência"
Expand All @@ -61,7 +71,7 @@ navbar:

- text: "Tópicos interessantes não abordados"
icon: fa-arrow-right
href: npest7.html
href: extra.html
- text: "---------"

right:
Expand Down
40 changes: 40 additions & 0 deletions amostragem.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
output:
html_document: # Classe de documento.
toc: true # Exibir sum?rio.
toc_depth: 2 # Profundidade do sum?rio.
toc_float: # Sum?rio flutuante na borda.
collapsed: true
smooth_scroll: true
number_sections: true # Se??es numeradas.
theme: flatly
#spacelab
#default,cerulean,journal,flatly,readable,spacelab,
#united,cosmo,lumen,paper,sandstone,simplex,yeti

highlight: espresso
#default, tango, pygments, kate, monochrome, espresso, zenburn, haddock, and textmate
#css: styles.css # Caminho para arquivo CSS.
fig_width: 7 # Lagura das figuras.
fig_height: 6 # Altura das figuras.
fig_caption: true # Exibica??o de legenda.
fig_align: 'center'
# code_folding: hide # Esconder/exibir bloco de c?digo.
# keep_md: true # Manter o arquivo md.
#template: quarterly_report.html # Caminho para o template.
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, cache = TRUE)
```

---

<center>
<td> <img src="img/progress2.png" alt="Drawing" style="width: 350px;"/> </td>
</center>

---

<div class="tocify-extend-page" data-unique="tocify-extend-page" style="height: 0;"></div>

Loading

0 comments on commit e06c7c0

Please sign in to comment.