找回密码
 注册
查看: 1020|回复: 0

R语言 xpose4data包 change.xvardef()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-2 07:11:25 | 显示全部楼层 |阅读模式
change.xvardef(xpose4data)
change.xvardef()所属R语言包:xpose4data

                                         Change Xpose variable definitions.
                                         更改XPOSE变量的定义。

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

These functions allow for the changing of Xpose variable definitions like "idv" and "dv". These variable definitions are used to refer to columns of the observed data in a generic way, so that generic plotting functions can be created.
这些功能允许XPOSE变量的定义,如“IDV”和“DV”不断变化的。使用这些变量的定义列的观测数据在一个通用的方法,可以创建通用的绘图功能。


用法----------Usage----------


change.xvardef(object,var = ".ask", def = ".ask", listall = TRUE,
               classic = FALSE, check.var = FALSE, ...)

change.xvardef(object,
               var,
               listall=FALSE,
               classic=FALSE,
               check.var=FALSE,
               ...) <- value




参数----------Arguments----------

参数:object
An xpose.data object.  
xpose.data对象。


参数:var
The Xpose variable you would like to change or add to the current object. A one-element character vector (e.g. "idv").  If ".ask" the user will be prompted to input a value.  
XPOSE你想更改或添加到当前对象的变量。一个元素的向量(例如"idv")。如果".ask"的用户将被提示输入一个值。


参数:def
A vector of column names from NONMEM table files (names(object@Data)) that should be associated with this variable (e.g. c("TIME")).  Mutiple values are allowed. If ".ask" the user will be prompted to input values.  
列名的矢量NONMEM的表格文件(names(object@Data)),应与此相关的变量(如:c("TIME")“)。多发的允许值。如果".ask"的用户将被提示输入值。


参数:value
Same as def defined above.   
def上面定义的相同。


参数:listall
Should the function list the database values?  
功能列出数据库中的值吗?


参数:classic
Is the function being used from the classic interface.  This is an internal option.  
正在使用经典界面的功能。这是一个内部的选项。


参数:check.var
Should the variables be checked against the current variables in the object?  
进行核对对象的当前变量的变量?


参数:...
Items passed to functions within this function.  
信息传递给函数,在这个函数中。


值----------Value----------

If called from the the command line then this function returns an xpose database.  If called from the classic interface this function updates the current xpose database (.cur.db).
如果调用的命令行,然后此函数返回XPOSE的数据库。如果从经典的接口功能更新的的电流XPOSE数据库(。cur.db)的。


附加参数----------Additional arguments----------

<STRONG>The default xpose variables are:<br></STRONG>
<STRONG>的的默认XPOSE变量是:参考</ STRONG>




id Individual identifier column in dataset
ID的个人标识符列在数据集




idlab values used for plotting ID values on data points in
idlab值用于绘制ID值数据点




occ The occation variable
OCC的理想去处变量




dv The dv variable
DV的DV变量




pred The pred variable
联想PRED变量




ipred The ipred variable
IPRED IPRED变量




wres The wres variable
WRES WRES变量




cwres The cwres variable
cwres cwres变量




res The res variable
RES RES变量




parms The parameters in the database
参数,却给出在数据库中的参数




covariates The covariates in the database
在数据库中的协变量的协变量




ranpar The random parameters in the database
ranpar随机参数,在数据库中


致谢----------Acknowledgements----------

Thanks to Sebastien Bihorel for input which helped create this function.
感谢塞巴斯蒂安Bihorel输入,帮助创建此功能。


(作者)----------Author(s)----------



Andrew Hooker




参见----------See Also----------

xvardef, xpose.data
xvardef,xpose.data


实例----------Examples----------


## Not run: [#不运行:]
# Change the "id" variable to point to "PRED" in the xpose object[更改为“id”变量“PRED”在XPOSE对象指向]
xpdb <- change.xvardef(xpdb,var="id",def="PRED")

# Check the value of the "id" variable[检查的“id”变量的值,]
xvardef("id",xpdb)

# Change the "idv" variable[更改“IDV”变量]
change.xvardef(xpdb,var="idv") <- "TIME"

# Change the covariate scope[更改协变量的作用域]
change.xvardef(xpdb,var="covariates") <- c("SEX","AGE","WT")

# Use the interactive capabilities of the function[使用互动功能的功能]
xpdb <- change.xvardef(xpdb)

## End(Not run)[#(不执行)]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-24 15:18 , Processed in 0.021536 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表