home.social

#100daysofcoding — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #100daysofcoding, aggregated by home.social.

  1. It's a 79th day of my #100DaysOfCoding with #R and #RStats. I learned about #infer pipeline of #specify, #hypothesize, #generate, and #calculate, which is cool and all. I learned about non-parametric tests and performed rank-based tests (Wilcoxon-Mann-Whitney and the Kruskal-Wallis), and I got completely absolutely lost, and I stare at my screen like into the oblivion, and the oblivion is calling me, and I feel so dumb. I did things, but I'm not sure what happened, and I have no bloody clue when I should use which tests. I feel like some enormous jump in a time-space continuum occurred, and I just fell off the ship and now I'm hanging in the void, lol.

  2. It's a 79th day of my #100DaysOfCoding with #R and #RStats. I learned about #infer pipeline of #specify, #hypothesize, #generate, and #calculate, which is cool and all. I learned about non-parametric tests and performed rank-based tests (Wilcoxon-Mann-Whitney and the Kruskal-Wallis), and I got completely absolutely lost, and I stare at my screen like into the oblivion, and the oblivion is calling me, and I feel so dumb. I did things, but I'm not sure what happened, and I have no bloody clue when I should use which tests. I feel like some enormous jump in a time-space continuum occurred, and I just fell off the ship and now I'm hanging in the void, lol.

  3. It's a 79th day of my #100DaysOfCoding with #R and #RStats. I learned about #infer pipeline of #specify, #hypothesize, #generate, and #calculate, which is cool and all. I learned about non-parametric tests and performed rank-based tests (Wilcoxon-Mann-Whitney and the Kruskal-Wallis), and I got completely absolutely lost, and I stare at my screen like into the oblivion, and the oblivion is calling me, and I feel so dumb. I did things, but I'm not sure what happened, and I have no bloody clue when I should use which tests. I feel like some enormous jump in a time-space continuum occurred, and I just fell off the ship and now I'm hanging in the void, lol.

  4. It's a 79th day of my #100DaysOfCoding with #R and #RStats. I learned about #infer pipeline of #specify, #hypothesize, #generate, and #calculate, which is cool and all. I learned about non-parametric tests and performed rank-based tests (Wilcoxon-Mann-Whitney and the Kruskal-Wallis), and I got completely absolutely lost, and I stare at my screen like into the oblivion, and the oblivion is calling me, and I feel so dumb. I did things, but I'm not sure what happened, and I have no bloody clue when I should use which tests. I feel like some enormous jump in a time-space continuum occurred, and I just fell off the ship and now I'm hanging in the void, lol.

  5. It's a 79th day of my #100DaysOfCoding with #R and #RStats. I learned about #infer pipeline of #specify, #hypothesize, #generate, and #calculate, which is cool and all. I learned about non-parametric tests and performed rank-based tests (Wilcoxon-Mann-Whitney and the Kruskal-Wallis), and I got completely absolutely lost, and I stare at my screen like into the oblivion, and the oblivion is calling me, and I feel so dumb. I did things, but I'm not sure what happened, and I have no bloody clue when I should use which tests. I feel like some enormous jump in a time-space continuum occurred, and I just fell off the ship and now I'm hanging in the void, lol.

  6. It's a 78th day of my #100DaysOfCoding with #R and #RStats. I learned about a chi-squared distribution and performed some chi-squared hypothesis tests using #infer library.

  7. It's a 39th day of my #100DaysOfCoding with #R and #RStats. I did some sampling today! Also, I realized that `var -> dataset %>% select(column)` is not the same as `var -> dataset$column` I feel so embarrassed now it took me almost 40 days and bunch of errors which made me wtf a lot to notice that. I guess, before I was using functions which didn't mind being fed a dataframe, and suddenly I used one which needed a vector. Well, now I know :D #ProgrammingAdventures #DataTypesMatter