Asking Good Questions

Asking Good Questions
Author

Logan Johnson

Published

January 26, 2023

Prompt:

Asking good questions is a valuable skill to have - asking questions in an online setting is both easier and harder than asking questions in person: we can prepare to ask a question but we are also expected to prepare. The links posted here give some advice on how to ask good questions:

Follow these links and read through the advice given, then

  1. Pick at least one question from stackoverflow or the R help and answer it.

Write a blog post answering the following questions:

  1. Document which question you answered (link to your answer).

The question that I chose was related to graphing data and the ability to use ggplot2 to visualize this data. The link to the post is included here. The question did not provide an example of their data or any code they had been working with.

  1. Relate your experience of answering the question to your reading.

In reading the examples of asking a good question on stackoverflow and the other links provided, it is clear that you must include a sufficient amount of background on the question you are asking. This can be an overview of the question you have, some example of the data, and some of the code that you have been using. In the example that I had, there was none of this. The person had 3 sentences and vagely described their problem. I did my best to answer their question, provide a link to ggplot2 cheat sheets, and provide some potential examples.

Instructions to follow.