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

R语言 TSpadi包 padi()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 12:45:24 | 显示全部楼层 |阅读模式
padi(TSpadi)
padi()所属R语言包:TSpadi

                                        padi Methods for TSdbi Generics
                                         蚜TSdbi泛型方法

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

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

Get a time series matrix structure from a database
从数据库获取一个时间序列矩阵结构


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


     padi()
    ## S4 method for signature 'character,TSpadiConnection'
TSget(
        serIDs, con,
       TSrepresentation=getOption("TSrepresentation"), names=serIDs, ...)
    ## S4 method for signature 'ANY,character,TSpadiConnection'
TSput(
        x, serIDs=seriesNames(data), con, ...)   
    ## S4 method for signature 'padiDriver,character'
TSconnect(
        drv, dbname, user=NULL, password=NULL, host=NULL, timeout=60, ...)
    ## S4 method for signature 'character,TSpadiConnection'
TSdates(
        serIDs, con, vintage=NULL, panel=NULL, ... )  
    ## S4 method for signature 'character,TSpadiConnection'
TSdescription(x, con, ... )  
    ## S4 method for signature 'character,TSpadiConnection'
TSdoc(x, con, ... )  
    ## S4 method for signature 'character,TSpadiConnection'
TSlabel(x, con, ... )  
    ## S4 method for signature 'character,TSpadiConnection'
TSsource(x, con, ... )  



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

参数:con
a database connection object.
一个数据库连接对象。


参数:serIDs
identifiers for series on the database.
的数据库标识符系列。


参数:vintage
character string indicating vintage of the series on the  database (not supported by this database).
字符串,指示复古系列的数据库(这个数据库不支持)。


参数:panel
character string indicating panel of the series on the  database (not supported by this database).
字符串,表示面板的系列数据库(这个数据库不支持)。


参数:x
time series data(TSput), or  identifiers for series on the database (TSdoc and TSdescription).
时间系列数据(TSput“),或对数据库标识符系列(TSdoc和TSdescription)。


参数:names
optional character vector to use for series names in the R object.
可选字符向量,用系列的R对象的名称。


参数:drv
a database driver object.
一个数据库驱动的对象。


参数:dbname
a character string indicating the name of a database.
一个字符表示一个数据库的名称的字符串。


参数:user
a character string indicating a user id.
一个字符串,表示一个用户ID。


参数:password
a character string indicating a password.
一个字符串,表示一个密码。


参数:host
a character string indicating a padi server computer.
一个字符串,指示的蚜服务器计算机。


参数:timeout
time in seconds to wait for host to respond.
在几秒钟的时间等待主机响应。


参数:TSrepresentation
time representation for returned series.  (See TSget in package TSdbi.)
返回系列的时间表示。 (见TSget,在包TSdbi。)


参数:...
Arguments passed to getpadi or putpadi.
传递参数到getpadi或putpadi。


Details

详细信息----------Details----------

These functions interface with a Fame database using the padi protocol.  It is usually better to pass host/user/password information using a configuration file rather than as arguments. TSconnect will look for a configuration file .padi.cfg in the user's home directory. If the file is not found, and arguments are not provided, the userid, an empty password, and the local computer name (nodename) will be used. This will result in an error "Could not establish TSpadiConnection to ..." if a padi server is not running on the local host."
这些功能接口,一战成名数据库使用的PADI协议。它通常是更好的使用配置文件而不是作为参数传递的主机/用户/密码信息。 TSconnect将寻找一个配置文件.padi.cfg在用户的主目录。如果文件没有找到,参数不提供,用户名,密码为空,将用于本地计算机的名称(NODENAME)。这将导致一个错误“无法建立TSpadiConnection至...”如果蚜服务器没有运行在本地主机上。“

The classes padiDriver and TSpadiConnection extend classes DBIDriver and  DBIConnection in the DBI package.
的类padiDriver和TSpadiConnection扩展类DBIDriver和DBIConnection在DBI包。

TSput.padi is not working.
TSput.padi无法正常工作。


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

Depends.
视情况而定。


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

TSdates, TSget, TSput
TSdates,TSget,TSput


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


    m <- padi()
    con <- try(TSconnect(m, dbname="ets"))
    if(! inherits(con, "try-error")) {
      print(con)
      TSdates(c("B1630", "B1642", "D1"), con)
      z1 <- TSget(c("B1630", "B1642"), con)
      TSmeta(z1)
      }

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-29 01:56 , Processed in 0.046663 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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