swirl教程 3: Tidying Data with tid

2021-10-21  本文已影响0人  Chamberzero

Tidy data is formatted in a standard way that facilitates exploration and analysis and works seamlessly with other tidy data tools. Specifically, tidy data satisfies three conditions:

  1. Each variable forms a column
  2. Each observation forms a row
  3. Each type of observational unit forms a table
    详见此处
上一篇 下一篇

猜你喜欢

热点阅读