Publications by Alicia Lima

Atividade 8

14.01.2023

Carregando Bibliotecas library(RcmdrMisc) ## Warning: package 'RcmdrMisc' was built under R version 4.2.2 ## Carregando pacotes exigidos: car ## Warning: package 'car' was built under R version 4.2.2 ## Carregando pacotes exigidos: carData ## Warning: package 'carData' was built under R version 4.2.2 ## Carregando pacotes exigidos: sandwich ## Wa...

833 sym R (2301 sym/46 pcs) 10 img

Atividade 7

14.01.2023

Carregando pacotes necessários para atividade library(readr) library(readxl) library(flextable) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(c...

2276 sym R (6624866 sym/67 pcs) 10 img 2 tbl

Aula 3 Atividade

03.11.2022

Atividade 3 - Relatório da base de dados de Game of Thrones load("C:/Users/louiz/Downloads/Base_de_dados-master/Game of Thrones.RData") Nessa análise procuro descobrir se o autor apresenta mais homens ou mulheres na história apresentada nos 5 livros da história de conflitos cercando o trono de ferro. personagens_livro$nobre2 = ifelse(perso...

740 sym R (1191 sym/16 pcs) 1 img 1 tbl

Atividade 2

18.12.2022

Carregar uma base de dados em CSV library(readr) FifaData <- read_csv("C:/Users/louiz/Downloads/Base_de_dados-master/FifaData.csv") ## Rows: 17588 Columns: 53 ## ── Column specification ────────────────────────────────────────────────────...

570 sym R (1012 sym/9 pcs) 2 img

Documento Aula 4

18.12.2022

Carregando a base de dados load("C:/Users/louiz/Downloads/Base_de_dados-master/df_pokemon.RData") View(df) Carregando as bibliotecas library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect,...

1089 sym R (836 sym/8 pcs) 1 img 1 tbl

Documento Atividade 5

18.12.2022

Nessa atividade buscarei a correlação da matriz na base de dados indicada. Além disso será testada uma hipótese no diagrama de dispersão. Importar base de dados e carregar biblioteca library(readxl) library(flextable) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## ...

1036 sym R (1760 sym/17 pcs) 2 img 1 tbl