Posts by Arthur Filipe • 15 points
2 posts
- 
		0 votes1 answer31 viewsQ: GLM with non-significant P valuesMy dataset has four variables: a dependent (Y), and three independent (X1, X2 and X3): > dput(dados) structure(list(Y = c(29.1, 27.7, 28.2, 28.1, 27.3, 25.9, 27.2, 30.6, 27.6, 28.4, 26.6, 28.1),… 
- 
		1 votes2 answers42 viewsQ: Graph error in R: "invalid color name"I’m working with the data set starwars, package dplyr. My goal is to create a chart with this data, where the independent variable is the height of the characters, and the dependent is their body…