
Last chance! 50% off unlimited learning
Sale ends in
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(x, y, data)
data
to a numeric vector data
to a numeric vector x
and y
, if they are given as expressions 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.selfStart
, NLSstClosestX
,
NLSstLfAsymptote
, NLSstRtAsymptote
DNase.2 <- DNase[ DNase$Run == "2", ]
sortedXyData( expression(log(conc)), expression(density), DNase.2 )
Run the code above in your browser using DataLab