xpose.ask.for.filename(xpose4data)
xpose.ask.for.filename()所属R语言包:xpose4data
Function to ask the user for the name of a file
功能要求用户的文件的名称
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Asks the user for the name of a file.
询问用户的文件的名称。
用法----------Usage----------
xpose.ask.for.filename(object,
listfile = paste("run",object@Runno,".lst",sep= ""),
modfile = paste("run",object@Runno,".mod",sep =""),
...)
xpose.ask.for.lst(object,
listfile = paste("run",object@Runno,".lst",sep = ""),
...)
xpose.ask.for.mod(object,
modfile = paste("run", object@Runno,".mod",sep =""),
...)
参数----------Arguments----------
参数:object
An xpose.data object.
xpose.data对象。
参数:listfile
A NONMEM output file
的NONMEM输出文件
参数:modfile
A NONMEM model file
的NONMEM模式文件
参数:...
Additional arguments passed to the function
额外的参数传递给函数
Details
详细信息----------Details----------
Function checks if the file exists, if it does then the filename is returned from the function.
功能检查,如果该文件存在,如果它不那么文件名,则该函数返回。
值----------Value----------
The name of the file if it exists, otherwise nothing is returned.
该文件的名称,如果它存在,否则返回任何值。
(作者)----------Author(s)----------
Niclas Jonsson, Justin Wilkins, Mats Karlsson and Andrew Hooker
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|