tfa_sample_data {clintools} | R Documentation |
TFA sample data
Description
Dataframe with data provided by Prof. Simpsons, with time (t), arterial blood pressure (abp), left MCAv (mcav_l), right MCAv (mcav_r), and end-tidal CO2 (etco2).
Usage
data(tfa_sample_data)
Format
An object of class "dataframe"
; an example of the
usage in TFA
-function.
Source
References
Simpsons D (2015) (Cerebral Autoregulation Research Network)
Claassen et al. (2016) J Cereb Blood Flow Metab. 2016 Apr;36(4):665-80. (PubMed)
Examples
data(tfa_sample_data)
TFA(tfa_sample_data[,c(1:3)], variables=c("abp","mcav"), freq=10)
[Package clintools version 0.9.10.1 Index]