Description Usage Arguments Examples
summarize paucs
| 1 2 3 | 
| df | data frame | 
| idv | string name for time column for pauc slice | 
| dv | string name for dependent variable column (eg. dv or cobs) | 
| paucs | list of ranges for pauc calculation | 
| digits | number of decimals to round result before returning | 
| 1 2 3 | 
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
    filter, lag
The following objects are masked from 'package:base':
    intersect, setdiff, setequal, union
# A tibble: 50 x 3
# Groups:   ID [50]
      ID pAUC0_8 pAUC8_24
   <int>   <dbl>    <dbl>
 1     1    204.    181. 
 2     2    523.    680. 
 3     3    316.    150. 
 4     4    564.    655. 
 5     5    302.    186. 
 6     6    154.    141. 
 7     7    393.    346. 
 8     8    255.    199. 
 9     9    286.    413. 
10    10    122.     39.6
# ... with 40 more rows
# A tibble: 50 x 3
# Groups:   ID [50]
      ID pAUC0_8 pAUC8_24
   <int>   <dbl>    <dbl>
 1     1    204.    181. 
 2     2    523.    680. 
 3     3    316.    150. 
 4     4    564.    655. 
 5     5    302.    186. 
 6     6    154.    141. 
 7     7    393.    346. 
 8     8    255.    199. 
 9     9    286.    413. 
10    10    122.     39.6
# ... with 40 more rows
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.