Learn R Programming

clintools (version 0.9.10.1)

tfa_sample_data: 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)

Arguments

Format

An object of class "dataframe"; an example of the usage in TFA-function.

References

Examples

Run this code
data(tfa_sample_data)
TFA(tfa_sample_data[,c(1:3)], variables=c("abp","mcav"), freq=10)

Run the code above in your browser using DataLab