sm.poisson(x, y, h, ...)
sm.options
function, through
a mechanism which limits their effect only to this call of the function;
those relevant for this function are the following:col=1
."estimate"
(default), "se"
, "none"
.x
axis where the regression must be
estimated. If the parameter eval.points
is not given, this vector
is chosen to be formed by ngrid
equally spaced points between
min(x)
and nbins=0
, binning is not performed; if nbins=NA
(default),
binning is switched on when the number of design points exceeds 100.eval.points
is not given). Default: ngrid=25
.pch=1
.x
object.y
object.display
parameter.sm.binomial
, sm.binomial.bootstrap
, binning
, glm
sm.poisson(exposure.time, N.events, 0.5, display="se")
Run the code above in your browser using DataLab