Returning to the previous analysis about smartphones in India, we will se who was the most important player from that time using waffle plots.
Retomando a análise prévia sobre os dados de smartphones na Índia. Neste post continuarei explorando os dados em busca de perguntas e respostas que podem nos levar a resultados interessantes.
In the data.world platform I have found a data set with data from smartphones in India where it's possible to find several models, their prices and ratings. In this post, I will use the tools and skills have developed so far to explore and analise these data.
Navegando na plataforma data.world encontrei um conjunto de dados sobre smartphones na Índia. Nesse data set é possível encontrar diversos modelos, seus preços e o número de avaliações que cada um recebeu. Nesse post, uso as ferramentas que desenvolvemos até o momento para explorar e análisar esses dados.
In this post I am going to show you how to test your hypothesis by using the null hypothesis in R, that is how scientists can act like skeptics when analising data.
Neste post iremos testar hipóteses a partir da observação de diferenças e no impacto de uma variável categórica.
Neste post escrevo sobre correlação entre duas variáveis, como encontrar e interpretar esse conceito.
In this post I am writing about the correlation between two variables, how to find and interpret this concept.
Neste post pretendo discutir o conceito de covariação e mostrar como fazer um scatter plot para visualizar a relação entre duas variáveis.
In this post I intend to use the concept of covariation and show you how to do a scatter plot in R.
In this post I am showing how to analyse Boxplots and Violin Plots using the ggplot2 package in the R programming language.
Neste post vou descrever e mostrar como fazer Boxplots ou gráficos de caixa usando o pacote tidyverse da linguagem de programação R, também falo sobre ViolinPlots.
In this post I'm showing the main tools that we use to analyse data in R with the tidyverse package. Also a little about variation, categorical and continuous variables.
Neste post mostro quais as principais ferramentas que usamos ao analisar dados, usando a linguagem R e o tidyverse. Também falo sobre variação e como analisar variáveis categóricas e continuas.
In this post we will use histograms to find groups in our data.
Neste post usaremos histogramas para compreender grupos nos dados.
In this post I combine some of the tidyverse functions to obtain interesting stats from the data. The main idea is to work with the tools we've already used. In the case of a new tool showing up, I will explain it, but always remeber that you can read about R functions by tiping "?nameofthefunction" in the console!
Neste post combino as funções do tidyverse para obter estatísticas interessantes sobre os dados. A ideia principal é trabalhar com as ferramentas já explicadas em outros posts. Caso uma ferramenta nova apareça, explicarei, mas lembre que é possível ler sobre as funções do R digitando "?nomedafunção" no console!
Variables are everywhere, let's understand a bit more about their structures in the R programming language.
Variáveis estão em todos os lugares, vamos entender um pouco mais sobre suas estruturas em R.
In this post, I will show you how to group and count your data to generate some stats. During an analysis it's pretty common to spend some time with EDA.
Neste post, vou mostrar como agrupar e contar seus dados para gerar algumas estatísticas. Durante uma análise de dados é bem comum passar um tempo com EDA.
Vou traduzir meus posts aqui para ocasionalmente ajudar outros falantes de português a entenderem e usarem R para manipular dados. O Tidyverse é um pacote bastante importante para manipulação de dados, é extremamente fácil de usar e aprender.
In this post I am showing you how to use the basic tools from the R package tidyverse to analyse data. These tools are useful to deal with a whole sort of data!
This is my first post, it is a test so there's nothing in it besides text and stuff. You know what, I am going to write something... Nah, changed my mind, let's just keep this a test, sorry.
This is where I am going to post everything I did using R and other programming languages!