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

GitHub

References

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]