Publications by Fernando Tomaz

L1P4 - FPCC 2

15.04.2021

O que são os dados ## Rows: 12,299 ## Columns: 17 ## $ task_number <chr> "1735", "1742", "1971", "2134", "2251", "2283",~ ## $ summary <chr> "Flag RI on SCM Message Summary screen using me~ ## $ priority <dbl> 1, 1, 2, 5, 10, 1, 5, 5, 6, 5, 2, 1, 3, 1, 1, 8~ ## $ raised_by_id <chr> "58", "58...

2518 sym R (3397 sym/4 pcs) 3 img

Lab 1 - FPCC 2

07.04.2021

library(tidyverse) clima_jp_cg_pt = read_csv(("tempo-jp-cg-pt.csv"), col_types = cols( cidade = col_character(), semana = col_date(format = ""), temp_max = col_double(), temp_media = col_double(), temp_min = col_double(), vento_medio = col_double(), vento_max = col_double(), ...

3990 sym R (2588 sym/9 pcs) 5 img

L1P3 - FPCC 2

15.04.2021

O que são os dados ## Rows: 12,299 ## Columns: 17 ## $ task_number <chr> "1735", "1742", "1971", "2134", "2251", "2283",~ ## $ summary <chr> "Flag RI on SCM Message Summary screen using me~ ## $ priority <dbl> 1, 1, 2, 5, 10, 1, 5, 5, 6, 5, 2, 1, 3, 1, 1, 8~ ## $ raised_by_id <chr> "58", "58...

1579 sym R (1459 sym/1 pcs) 2 img

L5P3

11.06.2021

L5P3: Regressão romântica Pergunta: Nesta atividade queremos saber que fatores nos dados de speed dating têm efeito relevante na chance do casal ter um match? Para isso, utilizaremos a Regressão Logística, pois permite analisar variáveis dependentes binomiais (0 ou 1). Essas variáveis categóricas podem ser reduzidas para duas categorias ...

1707 sym R (6522 sym/11 pcs)

L3P1

30.04.2021

Referências para interpretar o IAT IAT: absolute d of 0.15, 0.35, and 0.65 are considered small, medium, and large level of bias for individual scores. Positive d means bias towards arts / against Math. Análise de uma replicação iat = read_csv(here::here(params$arquivo_dados), col_types = "cccdc") iat = iat %>% mutate(sex = factor(sex...

1078 sym R (3393 sym/17 pcs) 5 img

L2P2

25.04.2021

library(tidyverse) library(here) theme_set(theme_bw()) clima_tudo = read_csv( here("data/tempo-jp-cg-pt.csv"), col_types = cols( cidade = col_character(), semana = col_date(format = ""), temp_max = col_double(), temp_media = col_double(), temp_min = col_double(), vento_medio = col_...

5976 sym R (10287 sym/22 pcs) 7 img