r4ds/oreilly/communicate.html

13 lines
2.1 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div data-type="part">
<h1><span id="sec-communicate-intro" class="quarto-section-identifier d-none d-lg-block">Communicate</span></h1><p>So far, youve learned the tools to get your data into R, tidy it into a form convenient for analysis, and then understand your data through transformation, and visualization. However, it doesnt matter how great your analysis is unless you can explain it to others: you need to <strong>communicate</strong> your results.</p><div class="cell">
<div class="cell-output-display">
<figure id="fig-ds-communicate"><p><img src="diagrams/data-science/communicate.png" alt="A diagram displaying the data science cycle with visualize and communicate highlighed in blue. " width="535"/></p>
<figcaption>Figure 1: Communication is the final part of the data science process; if you cant communicate your results to other humans, it doesnt matter how great your analysis is.</figcaption>
</figure>
</div>
</div><p>Communication is the theme of the following three chapters:</p><ul><li><p>In <a href="#chp-quarto" data-type="xref">#chp-quarto</a>, you will learn about Quarto, a tool for integrating prose, code, and results. You can use Quarto for analyst-to-analyst communication as well as analyst-to-decision-maker communication. Thanks to the power of Quarto formats, you can even use the same document for both purposes.</p></li>
<li><p>In <a href="#chp-quarto-formats" data-type="xref">#chp-quarto-formats</a>, youll learn a little about the many other varieties of outputs you can produce using Quarto, including dashboards, websites, and books.</p></li>
<li><p>Well finish up with <a href="#chp-quarto-workflow" data-type="xref">#chp-quarto-workflow</a>, where youll learn about the “analysis notebook” and how to systematically record your successes and failures so that you can learn from them.</p></li>
</ul><p>These chapters focus mostly on the technical mechanics of communication, not the really hard problems of communicating your thoughts to other humans. However, there are lot of other great books about communication, which well point you to at the end of each chapter.</p></div>