sortedXyData(stats)
sortedXyData()所属R语言包:stats
Create a sortedXyData Object
创建sortedXyData对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is a constructor function for the class of sortedXyData objects. These objects are mostly used in the initial function for a self-starting nonlinear regression model, which will be of the selfStart class.
这是一个sortedXyData对象的类的构造函数。这些对象大多用于自启动非线性回归模型,这将是initial类selfStart函数。
用法----------Usage----------
sortedXyData(x, y, data)
参数----------Arguments----------
参数:x
a numeric vector or an expression that will evaluate in data to a numeric vector
数字向量或表达将在data评估一个数值向量
参数:y
a numeric vector or an expression that will evaluate in data to a numeric vector
数字向量或表达将在data评估一个数值向量
参数:data
an optional data frame in which to evaluate expressions for x and y, if they are given as expressions
可选的数据框,其中评估x“的表达y,如果给他们作为表达式
值----------Value----------
A sortedXyData object. This is a data frame with exactly two numeric columns, named x and y. The rows are sorted so the x column is in increasing order. Duplicate x values are eliminated by averaging the corresponding y values.
一个sortedXyData对象。这是一个完全两个数字列的数据框,名为x和y。所以x列递增的顺序是,该行进行排序。重复x值均相应y值淘汰。
作者(S)----------Author(s)----------
Jos |