data.checkout(xpose4specific)
data.checkout()所属R语言包:xpose4specific
Check through the source dataset to detect problems
源数据集通过检查,及时发现问题,
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function graphically "checks out" the dataset to identify errors or inconsistencies.
此功能图形化的“检查”数据集识别错误或不一致。
用法----------Usage----------
data.checkout(obj=NULL,
datafile = ".ask.",
hlin = -99,
dotcol = "black",
dotpch = 16,
dotcex = 1,
idlab="ID",
csv=NULL,
main="Default",
...)
参数----------Arguments----------
参数:obj
NULL or an xpose.data object.
NULL或xpose.data的对象。
参数:datafile
A data file, suitable for import by read.table.
一个数据文件,适用于进口read.table。
参数:hlin
An integer, specifying the line number on which the column headers appear.
一个整数,指定的行号列标头。
参数:dotcol
Colour for the dots in the dotplot. If obj is an xpose data object then the default is to use the same value as defined for box-and-whisker plots.
颜色为在dotplot点。如果obj是XPOSE的数据对象,那么默认的是使用相同的值定义为箱须图。
参数:dotpch
Plotting character for the dots in the dotplot. If obj is an xpose data object then the default is to use the same value as defined for box-and-whisker plots.
绘制字符为圆点在dotplot。如果obj是XPOSE的数据对象,那么默认的是使用相同的值定义为箱须图。
参数:dotcex
Relative scaling for the dots in the dotplot. If obj is an xpose data object then the default is to use the same value as defined for box-and-whisker plots.
相对缩放为圆点在dotplot。如果obj是XPOSE的数据对象,那么默认的是使用相同的值定义为箱须图。
参数:idlab
The ID column label in the dataset. Input as a text string.
ID的列标签的数据集。作为一个文本字符串的输入。
参数:csv
Is the data file in CSV format (comma separated values)? If the value is NULL then the user is asked at the command line. If supplied to the function the value can be TRUE/FALSE.
CSV格式的数据文件(逗号分隔值)?如果该值是NULL然后,用户会被要求在命令行中。如果提供给函数的值可以是TRUE/FALSE。
参数:main
The title to the plot. "default" means that Xpose creates a title.
标题的图。 “默认”是指,XPOSE创建一个标题。
参数:...
Other arguments passed to link[lattice]{dotplot}.
其他参数传递给link[lattice]{dotplot}。
Details
详细信息----------Details----------
This function creates a series of dotplots, one for each variable in the dataset, aginst individual ID. Outliers and clusters may easily be detected in this manner.
这个函数创建一个dotplots一系列的,为每个变量的数据集,摩崖个人ID。偏离值和聚类可以容易地以这种方式检测到。
值----------Value----------
A stack of dotplots.
的堆栈dotplots。
(作者)----------Author(s)----------
Niclas Jonsson, Andrew Hooker & Justin Wilkins
参见----------See Also----------
dotplot, xpose.prefs-class, read.table
dotplot,xpose.prefs-class,read.table
实例----------Examples----------
## Not run: [#不运行:]
## We expect to find the required NONMEM run, table and data files for run[#我们希望找到所需的NONMEM来看,表和数据文件运行]
## 5 in the current working directory [排名第5的当前工作目录]
xpdb5 <- xpose.data(5)
data.checkout(xpdb5, datafile = "mydata.dta")
data.checkout(datafile = "mydata.dta")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|