統計解析R たぶんpart3くらい (587レス)
統計解析R たぶんpart3くらい http://mevius.5ch.net/test/read.cgi/tech/1340339592/
上
下
前次
1-
新
通常表示
512バイト分割
レス栞
抽出解除
レス栞
155: デフォルトの名無しさん [sage] 2017/05/05(金) 10:57:47.64 ID:qmO3ZpYG 日本語を勉強する http://mevius.5ch.net/test/read.cgi/tech/1340339592/155
353: デフォルトの名無しさん [] 2021/04/04(日) 06:56:59.64 ID:CeSVCjFt パイプ無し版 ``` {r tidy, dependson = 'nasdaq'} for_plot = tidyr::pivot_longer (df, - cluster, names_to = "role", values_to = "skill"); print (for_plot); for (clazz in unique (for_plot $ cluster)) { go = dplyr::filter (for_plot, cluster == clazz); print (go); . = ggplot2::ggplot (go); . = . + ggplot2::aes (x = role, y = skill); . = . + ggplot2::geom_boxplot (); . = . + ggplot2::labs ( title = sprintf ('cluster = %s', clazz) ); print (.); } ``` プロットを並べる。 ``` {r arrange_plot, dependson = 'tidy', fig.width = 4 * 2, fig.height = 4} . = ggplot2::ggplot (for_plot); . = . + ggplot2::aes (x = role, y = skill); . = . + ggplot2::geom_boxplot (); . = . + ggplot2::facet_wrap (~ cluster); print (.); ``` 箱を並べる。 ``` {r arrange_box, dependson = 'tidy', fig.width = 4 * 2, fig.height = 4} . = ggplot2::ggplot (for_plot); . = . + ggplot2::aes (x = role, y = skill, fill = cluster); . = . + ggplot2::geom_boxplot (); print (.); ``` おしまい http://mevius.5ch.net/test/read.cgi/tech/1340339592/353
447: デフォルトの名無しさん [] 2022/08/16(火) 11:20:03.64 ID:2x3mrzZQ 秋光 http://mevius.5ch.net/test/read.cgi/tech/1340339592/447
458: デフォルトの名無しさん [] 2022/11/25(金) 22:31:31.64 ID:hVmxUGt9 ファセットの問題は{facetious}のfacet_wrap_strict()でもできた こっちは問題なさそう http://mevius.5ch.net/test/read.cgi/tech/1340339592/458
メモ帳
(0/65535文字)
上
下
前次
1-
新
書
関
写
板
覧
索
設
栞
歴
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.020s