We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
penguins %>% nest_by(species) %>% mutate(corr_especies = cor(data$bill_length_mm, data$bill_depth_mm, use = "na.or.complete"))%>% summarise(corr_especies, .groups = "keep")
vai me retornar uma tabela com os nomes das espécies e as respectivas correlações:
# A tibble: 3 × 2 # Groups: species [3] species corr_especies <fct> <dbl> 1 Adelie 0.391 2 Chinstrap 0.654 3 Gentoo 0.643
The text was updated successfully, but these errors were encountered:
mauriciovancine
No branches or pull requests
vai me retornar uma tabela com os nomes das espécies e as respectivas correlações:
The text was updated successfully, but these errors were encountered: