Publications by Luis Anunciacao

Memory of Pain (study 3)

19.11.2021

#Global options knitr::opts_chunk$set(echo = TRUE, message = FALSE, warning = FALSE, include = TRUE, #<- show codes cache = FALSE) knitr::opts_knit$set(progress = TRUE, verbose = TRUE) # auto format (kable) options(kableExtra.auto_format = FALSE) ...

2326 sym R (67713 sym/131 pcs) 8 img 3 tbl

PRC - Non-verbal intelligence outperforms selective attention in a visual short-term memory test

19.10.2021

Note: This is the R markdown of the manuscript “Non-verbal intelligence outperforms selective attention in a visual short-term memory test”. Click run to reproduce all analyzes. Data is copyrighted and not for public use. If you have any questions or queries, please reach me out at luisfca@puc-rio.br last updated: 30 October, 2021 1 Data pro...

20559 sym R (12092 sym/34 pcs) 24 img 1 tbl

Parent Report ADHD - Data Processing (January 3, 2022)

15.10.2021

Note This is an R markdown document and refers to the data processing step of the manuscript titled “Associated Factors of ADHD diagnosis and psychostimulant use: a nationwide representative study”, by Arruda, Arruda, Portugal, Guidetti, Landeira-Fernandez, and Anunciação. Data and codes are available at https://osf.io/ubpve/. Feel free to...

1222 sym R (7900 sym/36 pcs) 2 img

ASQ 4 data preprocessing

26.08.2021

DATA: File1_Demo_ASQ4Test1 On Set 12, just missing mom’s age variable. I asked Kimberly if I can be of any assistance. Last update: 12 September, 2021 File2_Demo_ASQ3andSupplement Kimberly, please click here to check the changes I made to the second spreadsheet 1 Data preprocessing (Report) Definition Data preprocessing is the process of con...

36190 sym R (18537 sym/64 pcs) 4 img 3 tbl

Projeto - IGE DA

22.08.2021

pacman::p_load(tidyverse, lavaan, psych, emmeans, arsenal) Load load("C:/Users/luisf/Dropbox/Puc-Rio/Projeto - Ivan IGE competencias emocionais/R base - Ivan IGE gestao emocional.RData") Participantes dados %>% select(sexo_fct, idade, nivel_escolaridade, estado_fct, regiao) %>% tableby(~., ., test = TRUE, control ...

32800 sym R (65243 sym/122 pcs) 4 img 4 tbl

Document

11.08.2021

(1) Pedindo packages library(DataExplorer) Registered S3 method overwritten by 'data.table': method from print.data.table Registered S3 method overwritten by 'htmlwidgets': method from print.htmlwidget tools:rstudio Dados Dados Karen library(haven) ds <- read_sav("C:/Users/luisf/Dropbox/Puc-Rio/...

1465 sym R (16977 sym/8 pcs) 1 img

Escola da inteligencia CVC

11.08.2021

pacman::p_load(tidyverse,readxl, janitor) #rm(list=ls()) 1 Get files (Pertinencia) path = "C:/Users/luisf/Dropbox/Puc-Rio/Projeto - Escola da Inteligencia/Projeto Iniciado em 2021/Fase 1 - Construcao de itens/Coeficiente de validade de conteudo/pertinência/" files = list.files(path=path, pattern = "*.xlsx") for(file in fil...

22611 sym R (11622 sym/39 pcs)

projeto_ei_analise_fatorial

14.01.2022

Parte do entregável do Projeto EI. last updated: 14 January, 2022 1 Packages 2 Data 3 Processing 3.1 Fixing valores 3.2 Missings 4 Functions 4.1 Get all excel files ## <environment: R_GlobalEnv> 4.2 Table and grph 5 Autoconhecimento ## Some items ( aut_a_p1_r4 aut_a_p1_r8 ) were negatively correlated with the total scale and ## proba...

449 sym R (1536 sym/8 pcs) 8 img

asq4_cutoffs

02.04.2022

If you have any questions or queries, please reach me out at luisfca@puc-rio.br last updated: 02 April, 2022 pacman::p_load(tidyverse, janitor, arsenal, DT, DataExplorer,summarytools, psych, lavaan, mirt) load("C:/Users/luisf/Dropbox/Puc-Rio/Projeto - ASQ 4 2021/Base - ASQ 4.RData") 1 Compare ASQ-3 and ASQ-4 Data name: data_final_merged 1.1 De...

150779 sym R (119267 sym/277 pcs)