INTERA:Breathing volumes based on activity level: Difference between revisions
Jump to navigation
Jump to search
(result table removed) |
(Added category: 'Intera') |
||
Line 50: | Line 50: | ||
| reference = | | reference = | ||
}} | }} | ||
[[Category:Intera]] |
Revision as of 12:54, 2 March 2011
Moderator:Arja (see all) |
This page is a stub. You may improve it into a full page. |
Upload data
|
Scope
This variable describes the breathing volumes based on the activity level, age group and sex.
Definition
Data
Data comes from measured breathing rates in daily activities[1]
Dependencies
Unit
L/min
Formula
<rcode> bvol <- read.table("M:/Intera_data/Breathing_volumes.csv", sep = ";", header = TRUE) #csv constructed by importing table below to excel bvol <- reshape(bvol, idvar = c("Activity", "Age.group", "Sex"), times = c("Mean", "SD"), timevar = "Parameter", varying = list(c("Mean", "SD")), direction = "long") #reshaped from cols ... , mean, sd to ... , parameter(mean/sd), value colnames(bvol)[2] <- "Age group" colnames(bvol)[5] <- "Result" </rcode>
Result
{{#opasnet_base_link:Op_en4946}}
See also
Keywords
breathing volume
References
Related files
<mfanonymousfilelist></mfanonymousfilelist>