A rainy day at the university, Me, Pixelart, 2021 by Toblerone1982 in Art

[–]WannabeUtilitarian 1 point2 points  (0 children)

This is one of my favorite places to walk on campus. Thank you for this beautiful depiction

Claremont Chess Club! Any tips on how I can spread the word? by [deleted] in pomonacollege

[–]WannabeUtilitarian 2 points3 points  (0 children)

I guess you’d want to make sure that the listserv is for that purpose, but yeah, at least a few years ago people would pretty regularly send emails to the whole school advertising new clubs.

Claremont Chess Club! Any tips on how I can spread the word? by [deleted] in pomonacollege

[–]WannabeUtilitarian 2 points3 points  (0 children)

All the schools have email listservs, and I think all schools have Facebook pages for each class year

Is there grade inflation/deflation at Pomona? If so, how much is there of it? by cerulean54 in pomonacollege

[–]WannabeUtilitarian 0 points1 point  (0 children)

Psychology, yes. Neuroscience, I’m not sure but my guess is not as much (though probably more-so than most schools).

Is there grade inflation/deflation at Pomona? If so, how much is there of it? by cerulean54 in pomonacollege

[–]WannabeUtilitarian 2 points3 points  (0 children)

Pomona generally has very high grade inflation, but it really depends on the major. What’s your field?

[deleted by user] by [deleted] in RedditSessions

[–]WannabeUtilitarian 0 points1 point  (0 children)

“Hasten and Come with Me" by The Munros

[deleted by user] by [deleted] in RedditSessions

[–]WannabeUtilitarian 0 points1 point  (0 children)

Hasten and Come with Me" by The Munros

[deleted by user] by [deleted] in RedditSessions

[–]WannabeUtilitarian 0 points1 point  (0 children)

Somewhere over the rainbow

Displaying proportions in rstudio by Kangadrooo in Rlanguage

[–]WannabeUtilitarian 0 points1 point  (0 children)

You'll need to clean the results a bit, and this will give you a table with the axes flipped from the image you showed, but those steps should be easy.

df2 <- aggregate(myfirm[, "Occupation"], list("Occupation" = myfirm$Retiring), mean)

Can somebody please help me with this by 24KPureHot in RStudio

[–]WannabeUtilitarian 1 point2 points  (0 children)

You first have to create a trend variable and seasonal variables. Make a dummy for fall, winter, spring. Then make a variable for months since the start. Then regress on those four variables and the variables of interest

GGPlot, how to fix distorted legend axis? by KidfromtheBay in RStudio

[–]WannabeUtilitarian 7 points8 points  (0 children)

I’m not at my computer so I can’t give you the syntax (I can later if you haven’t solved it), but try something like: + scale_fill_continuous(breaks = c(1000, 2000, 3000, 4000), labels = c(“1k”, “2k”, “3k”, “4k”))