File: data_summary.md

package info (click to toggle)
r-cran-datawizard 1.0.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,300 kB
  • sloc: sh: 13; makefile: 2
file content (55 lines) | stat: -rw-r--r-- 1,111 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# data_summary, print

    Code
      print(out)
    Output
      am | gear |    MW |   SD
      ------------------------
       0 |    3 | 16.11 | 3.37
       0 |    4 | 21.05 | 3.07
       1 |    4 | 26.27 | 5.41
       1 |    5 | 21.38 | 6.66

# data_summary, with NA

    Code
      print(out)
    Output
      c172code |    MW
      ----------------
             1 | 87.12
             2 | 94.05
             3 | 75.00
          <NA> | 47.80

---

    Code
      print(out)
    Output
      c172code |    MW
      ----------------
             1 | 87.12
             2 | 94.05
             3 | 75.00

---

    Code
      print(out)
    Output
      e42dep | c172code |     MW
      --------------------------
      1      |        2 |  17.00
      2      |        2 |  34.25
      3      |        1 |  39.50
      3      |        2 |  52.44
      3      |        3 |  52.00
      3      |     <NA> |  84.00
      4      |        1 | 134.75
      4      |        2 | 119.26
      4      |        3 |  88.80
      4      |     <NA> |  43.29
      <NA>   |        2 |   <NA>
      <NA>   |     <NA> |   7.00