Home
last modified time | relevance | path

Searched +refs:plot +refs:svysmooth (Results 1 – 6 of 6) sorted by relevance

/dports/math/R-cran-survey/survey/man/
H A Dsvysmooth.Rd1 \name{svysmooth}
2 \alias{svysmooth}
3 \alias{svysmooth.default}
4 \alias{plot.svysmooth}
5 \alias{print.svysmooth}
6 \alias{lines.svysmooth}
7 \alias{make.panel.svysmooth}
18 \method{plot}{svysmooth}(x, which=NULL, type="l", xlabs=NULL, ylab=NULL,...)
32 \item{type}{as for \code{plot}}
69 plot(smth)
[all …]
H A Dsvyplot.Rd35 \item{\dots}{Passed to \code{plot} methods}
46 sample from approximately the population distribution and passes this to \code{\link{plot}}
98 ## For discrete data, estimate a population table and plot the table.
99 plot(svytable(~sch.wide+comp.imp+stype,design=dstrat))
103 ## To draw on a hexbin plot you need grid graphics, eg,
106 s<-svysmooth(api00~api99,design=dstrat)
107 grid.polyline(s$api99$x,s$api99$y,vp=h$plot.vp@hexVp.on,default.units="native",
/dports/math/R-cran-survey/survey/
H A DNAMESPACE133 S3method(svysmooth, default)
134 S3method(svysmooth, DBIsvydesign)
140 S3method(plot, svystat)
141 S3method(plot, svrepstat)
144 S3method(plot, svyby)
229 S3method(plot,svysmooth)
230 S3method(print,svysmooth)
231 S3method(lines,svysmooth)
236 S3method(plot,svykm)
240 S3method(plot,svykmlist)
[all …]
/dports/math/R-cran-survey/survey/R/
H A Dsvysmooth.R1 svysmooth<-function(formula,design,...) UseMethod("svysmooth", design) function
137 plot(x[[which[i]]], type=type, xlab=xlabs[i], ylab=ylab, ...)
H A Dsurveygraph.R5 s<-svysmooth(y~x,design=design,bandwidth=bandwidth)
72 plot(xs,ys,...)
84 plot(X,Y,col=transcol(basecol,alphas),...)
/dports/math/R-cran-survey/survey/inst/
H A DNEWS355 colour specification in plot.svykmlist now works (Mark Rosenstein)
357 svyplot() documentation explains how to annotate a hexbin plot
395 svystat, svrepstat objects now have a plot method (barplot, currently.)
445 svyboxplot() has all.outliers= argument to plot all outliers
535 make.panel.svysmooth() will use this choice by default.
736 plot.svycdf() has an xlab argument to override the default labels
758 make.panel.svysmooth() makes a weighted smoother as a slot-in
768 svysmooth() doesn't fail when data are missing.
810 quantile regression smoothers in svysmooth()
814 changed defaults in predict.svyglm so that plot.lm works
[all …]