Publications by Arthur Barros
Primeiras tentativas de entender IRT e MCA
Dado SAEB 5 ano EF de 2019 read.csv("TS_ALUNO_5EF.csv", sep = ";") %>% filter(IN_SITUACAO_CENSO=="1" & ID_LOCALIZACAO=="2") %>% #escolas rurais e em conformidade com o censo filter(IN_PREENCHIMENTO_QUESTIONARIO!="0") %>% #somente com questionario preenchdio filter(ID_UF %in% c(22, 23, 24, 25, 26, 27, 28, 29, 31)) %>% #apenas escolas rurai...
64 sym 8 img
Teste SAEB e IBGE
#read_municipality() -> mun_brasil #rodado com include=FALSE em chunck invisível #read_biomes() -> biomes_br ##rodado com include=FALSE em chunck invisível sf::sf_use_s2(FALSE) biomes_br %>% filter(name_biome == "Amazônia" | name_biome == "Caatinga") %>% glimpse -> biomes_amaz_caat ## Rows: 2 ## Columns: 4 ## $ name_b...
7 sym
Análise exploratória
## | | | 0% | |=== | 4% | ...
175 sym Python (95755 sym/16 pcs) 9 img
Result report - The first try
Brief Introduction Studies about the relation between forest and well-being features both positive and negative relations and are focused on FDP or more currently focal group, the FPP (CIT). The idea of “proximity” increases the potential explanations about the relations between forest and well-being because people are not only dependent, they ...
18302 sym 3 img
Arthur - PI - Curso de Campo da Caatinga 2022
Vamos usar essas pacotes: library(tidyverse) library(readxl) library(vegan) library(geodist) library(ecodist) library(rmarkdown) library(hillR) Base de dados O objetivo do trabalho proposto é investigar a montagem de comunidades em fases iniciais de regeneração da Caatinga. A nossa base de dados é: geral<-read_excel("data_inext_geral.x...
1539 sym R (175996 sym/16 pcs) 8 img
TCC - preview 01
Dado Seed_rain_origins<-read_csv("base_geral.csv", locale = locale(decimal_mark = ",")) Seed_rain_origins %>% drop_na() %>% mutate(id_real=as.factor(id_real), id=NULL, site_plot = paste(site, plot), yr=as.factor(yr), site=as.factor(site), frag_cat=as.factor(frag_cat), disp_mode=...
205 sym R (96279 sym/15 pcs) 12 img
Preview cap 01
library(rmarkdown) library(readr) library(tidyverse) In practical perspectives, we want to identify : How capabilities have been applied thus far in Forest-Proximate People’ wellbeing studies Which human central capabilities might potentially support the well-being of forest-proximate people Whether the relative importance of these capabilit...
4798 sym R (15243 sym/17 pcs) 9 img
Script - Discussão
Dado ## tibble [934 x 12] (S3: tbl_df/tbl/data.frame) ## $ frag_cat : Factor w/ 4 levels "Control","Large",..: 4 4 4 4 4 4 4 4 4 4 ... ## $ area : num [1:934] 2.9 2.9 2.9 2.9 2.9 2.9 2.9 2.9 2.9 2.9 ... ## $ site : Factor w/ 8 levels "C1","C2","G1",..: 7 7 7 7 7 7 7 7 7 7 ... ## $ plot : chr [1:934] "Q1" "Q1" "...
5092 sym R (15307 sym/21 pcs) 15 img
Exercício 4 Ecologia Numérica
Questão 1 Compare a diversidade dos três setores de uma praia, superior(#3 a #6), médio (#7 a #12) e inferior (>12) utilizando a série de Hill. Os dados obtidos estão na tabela ‘macrofauna.txt’. Teste as diferenças entre as diversidades encontradas. library(readr) library(tidyverse) library(rmarkdown) library(knitr) library(Biodiver...
1234 sym R (3072 sym/14 pcs) 12 img
Exercício Ecologia Numérica
Questão 5 A tabela abaixo apresenta os dados da macrofauna de uma praia arenosa. Elabore uma hipótese, escolha o método mais adequado para responder à sua hipótese e calcule. library(tidyverse) library(rmarkdown) library(knitr) library(BiodiversityR) macrofauna_exerc1 <- read_csv("Aula 2/macrofauna_exerc1.csv") paged_table(macrofauna_e...
479 sym R (1300 sym/3 pcs) 1 img