python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I get the residuals of correlation from tidy data
I have a tidy data.
|ID | variable | value.x | value.y |
| --- | -------- | ------- | ------- |
|1 | Temp | -0.71 | -0.74 |
|2 | Temp | -0.53 | -0.50 |
|3 | Temp | -0.48...
marie
Votes: 0
Answers: 1
I loaded package broom but still could not find function tidy; help appreciated
tidy (ad_aov)
Error in tidy(ad_aov) : could not find function "tidy"
Ricardo Pujol Borrell
Votes: 0
Answers: 2
Function for clean factor levels (Adoption from janitor::clean_names())
I was stupid and coded a lot of my factor labels with "(" or "/". In general it worked for me but now I am at a point (glht(mod, linfct = c("……"))) where this doesn't wor...
Eco007
Votes: 0
Answers: 1
R showing different regression lines in a ggplot key
I'm trying to plot different simple linear regression estimates on the same coordinate plane to understand something of the differences between different methods. But my question is about adding these...
hachiko
Votes: 0
Answers: 1