How do I generate a histogram for each column of my table?

后端 未结 3 1164
执念已碎
执念已碎 2020-12-14 10:05

I have a table of data with a column representing a lab value for each study subject (rows).

I want to generate a series of histograms showing the distribution of v

3条回答
  •  春和景丽
    2020-12-14 10:51

    I just came across the multi.hist() function from the psych package . It allows you to quickly plot histograms by specific columns and looks like you can set different breaks for each column.

提交回复
热议问题