liud4 / rVMAP

Data Management code for VMAC-MAP study
Other
3 stars 0 forks source link

coalesce resting and challenge etco2 with physlog #74

Closed liud4 closed 7 months ago

liud4 commented 7 months ago

https://github.com/liud4/rVMAP/blob/81139d5d788ce766a388929b895c6c20c024c4e1/R/derive_automated_3T.R#L28C1-L32C51

asl.3t.rest.etco2 <- coalesce(ten_obs_bl_mean, asl.rest.mean.etco2) asl.3t.chall.etco2 <- coalesce(ten_obs_hyper_mean, asl.chall.mean.etco2)

panpanzhang99299 commented 7 months ago

Function "derive_automated_3T" has been updated.