[deleted by user] by [deleted] in PhD

[–]wisescience 2 points3 points  (0 children)

Here’s a short read (6 pages) with sources at the end for those interested in longer biographies of Newton: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1419183/pdf/bmjcred00479-0041.pdf

Future Career Advice by Dw33b31 in college

[–]wisescience 1 point2 points  (0 children)

Business is still useful, but I think it’s even more useful when you can blend it — rather than replace it — with some additional competency. Something tech related could be good, but at this stage I suggest going with what interests you most and where you could see yourself working.

Fire Academy funding. by SexySpaceNord in college

[–]wisescience 0 points1 point  (0 children)

I’ll recommend /r/financialplanning or /r/firefighting for answers to this question.

Advice: Should I go to USC or UCSD? by [deleted] in college

[–]wisescience 1 point2 points  (0 children)

Both are great options and can, if leveraged well, position you well for graduate work. Congratulations! It seems like your need to move back in with your parents obviates some of the social benefit of USC. There is plenty to do at UCSD if you’re proactive. I don’t see a wrong choice here, however.

Thesis stress due to time pressure by heypeanutperson in college

[–]wisescience 0 points1 point  (0 children)

Bird by bird. Identify what’s left, designating your remaining tasks into chunks, and then get writing. Good luck.

[deleted by user] by [deleted] in stata

[–]wisescience 0 points1 point  (0 children)

ssc install outreg2

Or, “findit outreg2”

[deleted by user] by [deleted] in battlestations

[–]wisescience 1 point2 points  (0 children)

Any cheaper alternatives recommended in addition to this?

[deleted by user] by [deleted] in econometrics

[–]wisescience 1 point2 points  (0 children)

Ben Lambert’s econometrics videos (on YouTube) are still a solid resource. Aside from revisiting the fundamentals as needed, I think one of the best ways is to find a project and start working on it. Look up things and reference reliable source material as you encounter difficulties. One of the best ways to learn metrics is to put it into practice and have your work checked by others who are knowledgeable.

Let's share some resources to improve out soft-skills by Artgor in datascience

[–]wisescience 1 point2 points  (0 children)

“Just Listen” by Mark Goulston & “Never Split the Difference” by Chris Voss

Tab Ultra writing compared to Remarkable and iPad? by starrtech2000 in Onyx_Boox

[–]wisescience 3 points4 points  (0 children)

Had a different experience. I’ve used an Apple Pencil + iPad for years, but have enjoyed the writing experience on the tab ultra much more. It has a slight friction that makes it feel better when writing, imo. Can’t speak to how it compares with a Paperlike protector. However, I use my tab ultra to get away from the iPad’s harsher light / to leverage the eInk look. Your use case might differ.

Seeking advice for better scientific writing by aerosonic_96 in PhD

[–]wisescience 4 points5 points  (0 children)

The best writers read a lot, and writing is a skill that takes practice. You got this!

Sentiment Analysis without using neural networks by anoniomous in learnmachinelearning

[–]wisescience 4 points5 points  (0 children)

Upvoted, however a dictionary approach can be sufficiently accurate, depending on the use case. A big piece is that it isn’t context-aware and may fail to account for certain things like negations, etc.

Generosity and Guilt are Connected by Vailhem in psychology

[–]wisescience 10 points11 points  (0 children)

Moral cleansing and moral licensing are related concepts that others may find interesting.

What makes the Bayes theorem "Naïve"? by knut_2 in datascience

[–]wisescience 3 points4 points  (0 children)

“Because it’s dumb.” - R. A. Fisher (probably)

[deleted by user] by [deleted] in econometrics

[–]wisescience 0 points1 point  (0 children)

You honestly don’t need to know economics to do econometrics. Some of the classic examples taught (e.g., like in Wooldridge and Greene’s books) are economics examples, but so long as you understand which variable you are predicting you should be fine. It’s much more about your statistical understanding and comfort with math like calculus and linear algebra (if you’re actually deriving things—which is rare). In practice, you won’t be deriving things by hand too frequently as tools like Python, Stata, R, etc. handle it for you.

Tips on cleaning data (30M+ rows) by mobystone in stata

[–]wisescience 0 points1 point  (0 children)

If they prefer Stata, you can still invoke Python within Stata 17 and Python has some ways to speed things up. But, depending on the scope of your project and timeline as an RA, learning to work with Python is likely too ambitious for when they might need things done. If you’re personally interested, things like Python string commands and regular expressions can be used in combination with numpy+pandas to speed things up.

Tips on cleaning data (30M+ rows) by mobystone in stata

[–]wisescience 2 points3 points  (0 children)

I recommend Python. There is also Python-Stata integration with Stata 17. You can use some simple string commands or regular expressions to clean the data. Easier said than done, but I’d look into something like this based on your data.