Publications by Luis Anunciacao

Projeto - Elie IRT

03.08.2021

Load packages pacman::p_load(tidyverse, psych, mirt, arsenal, haven) Import ds ds <- read_sav("C:/Users/luisf/Downloads/Elie1.sav") backup <- ds Clean ds ds <- janitor::clean_names(ds) Remove spss attributes ds[] <- lapply(ds, function(x) { attributes(x) <- NULL; x }) DS ds %>% names [1] "cod" "sexo" "tb" "est_...

7206 sym R (16043 sym/45 pcs) 29 img

Projeto - Figuras DP

30.07.2021

` Note This is an R markdown document and refers to the data processing of the psychological test FIGURAS - MIG. Data and codes are availabe at https://osf.io/492et/. Feel free to contact me at luisfca@puc-rio.br Last update: 29 July, 2021 Thank you. Packages pacman::p_load( tidyverse, janitor, DataExplorer, summarytools, caret...

1040 sym R (15593 sym/35 pcs) 4 img

JNRP - Exploratory analysis Data Analysis

21.07.2021

Note: This is the R markdown of the manuscript “An Exploratory Analysis of the Internal Structure of Test Through a Multi-methods Exploratory Approach of the ASQ:SE in Brazil”. The first set of chunks reproduce a previous published paper (“Confirmatory analysis and normative tables for the Brazilian Ages and Stages Questionnaires: Social–...

27644 sym R (128352 sym/93 pcs) 6 img 4 tbl

JNRP - Exploratory Analyses DP

21.07.2021

Note This is an R markdown document and refers to the data processing step of the manuscript titled “An Exploratory Analysis of the Internal Structure of Test Through a Multi-methods Exploratory Approach of the ASQ:SE in Brazil”, by Luis Anunciação, Jane Squires, Ajay Singh, and J. Landeira-Fernandez. Data and codes are availabe at https://...

9140 sym R (9763 sym/46 pcs) 8 img 64 tbl

COVID-19 Longitudinal Analysis DP

16.07.2021

Luis Anunciação, Lucas Barrozo last updated: 16 July, 2021 1 Load packages pacman::p_load(knitr, kableExtra, tidyverse, janitor, summarytools, DataExplorer, readxl) 2 import database: T1 ds_original_t1 <- read_csv("C:/Users/luisf/Dropbox/Puc-Rio/P...

73146 sym R (51200 sym/168 pcs) 5 img

COVID-19 - Data Processing

14.07.2021

Note: This R markdown relates to data processing of the book chapter entitled “O custo psicológico e econômico das medidas de distanciamento social: prejuízo de um salário mínimo e possível impacto na depressão”. To achieve the same results, please run all codes or download the original CSV file at https://osf.io/csd8q/ If you have any...

27220 sym R (19405 sym/59 pcs) 2 img

COVID-19 book chapter Data Analysis

14.07.2021

Note: This R markdown relates to data analysis of the book chapter entitled “O custo psicológico e econômico das medidas de distanciamento social: prejuízo de um salário mínimo e possível impacto na depressão”. To achieve the same results, please download the R dataset file at https://osf.io/4rwkp/. Please have in mind that this datase...

12582 sym R (74832 sym/57 pcs) 6 img 1 tbl

Grupo PUC - Thomas

19.06.2021

1 Load packages pacman::p_load(tidyverse, arsenal,janitor, knitr) 2 Load data This is the processed ds. load("C:/Users/luisf/Dropbox/Puc-Rio/Projeto - Adicao a internet, imagem e alimentacao/Pesquisa/analise de dados/2020 - Grupo estudos - puc/R base - Dados after processing on December 2020 (PUCRio).RData") 3 Check names and reliability of th...

30686 sym R (60540 sym/106 pcs) 13 img

Projeto - Marco Hallos

17.06.2021

1 Data processing pacman::p_load( tidyverse, janitor, summarytools, DataExplorer, readxl, effsize) theme_set(theme_bw()) 1.1 import data base library(readxl) ds <- read_excel("C:/Users/luisf/Dropbox/Puc-Rio/Consultoria - Marco Hallos/Modificado - AMBS Tabela Pedida Examinadores 31 05 2021 Oficial.xlsx") 1.2 backup backup <-...

27732 sym R (13998 sym/74 pcs) 15 img 6 tbl

Parent Report ADHD - Data Analysis

04.01.2022

Note: This is the R markdown of the manuscript “Associated Factors of Attention-Deficit/Hyperactivity Disorder Diagnosis and Psychostimulant Use: A Nationwide Representative Study”. Click run to reproduce all analyzes. If you have any questions or queries, please reach me out at luisfca@puc-rio.br last updated: 04 January, 2022 1 Get R file ...

23389 sym R (45687 sym/154 pcs) 5 tbl