Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Summarize and Report Findings | Reporting and Communicating Insights
/
Visualization and Reporting with R
セクション 3.  2
single

single

bookChallenge: Summarize and Report Findings

メニューを表示するにはスワイプしてください

タスク

スワイプしてコーディングを開始

You are preparing a data report for a company's regional sales. Use the provided sales_data dataset to create a clear summary table that highlights key statistics for each region.

  • Calculate the total sales and average sales for each region.
  • Organize your results in a summary table with columns: region, total_sales, and average_sales.
  • Assign your summary table to a variable named summary_sales_table.
  • Do not print or display the table; just create and assign it.
  • Do not use the same code structure as shown in previous examples (avoid summarise(mean_value = mean(value))).
  • Focus on clarity and concise presentation of the statistics.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 3.  2
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt