Create events from bolus dosing records.
建立静脉推注给药纪录的事件。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
get.events is a secondary function called by dde.model. It creates a data.frame of events from the bolus dosing records found in the dataset. get.events is typically not called directly by users.
get.events是一个二次函数调用的dde.model。它创建了一个数据框在DataSet中找到的静脉推注给药记录的事件。 get.events通常不直接调用用户。
用法----------Usage----------
get.events(bolus = NULL,
scale = NULL)
参数----------Arguments----------
参数:bolus
b x 4 data.frame providing the instantaneous inputs
BX 4提供的瞬时输入的数据框
参数:scale
s x 1 vector of scaling factors
S X 1的矢量的缩放因子
值----------Value----------
Return a data.frame of events with the following elements:
返回一个数据框的事件包含以下元素:
var A name of the state affected by the event
无功受事件影响的国家的名称
time The time of the event
时间事件的时间
value The value associated with the event
值与事件相关联的值
method How the event affects the state ('add' by default)
该事件会影响状态的方法(“添加”,在默认情况下)