08.04.2015 Views

The gss Package - NexTag Supports Open Source Initiatives

The gss Package - NexTag Supports Open Source Initiatives

The gss Package - NexTag Supports Open Source Initiatives

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

40 ssden<br />

ssden<br />

Estimating Probability Density Using Smoothing Splines<br />

Description<br />

Usage<br />

Estimate probability densities using smoothing spline ANOVA models. <strong>The</strong> symbolic model specification<br />

via formula follows the same rules as in lm, but with the response missing.<br />

ssden(formula, type=NULL, data=list(), alpha=1.4, weights=NULL,<br />

subset, na.action=na.omit, id.basis=NULL, nbasis=NULL, seed=NULL,<br />

domain=as.list(NULL), quadrature=NULL, prec=1e-7, maxiter=30)<br />

Arguments<br />

formula<br />

type<br />

data<br />

alpha<br />

weights<br />

subset<br />

na.action<br />

id.basis<br />

nbasis<br />

seed<br />

domain<br />

quadrature<br />

prec<br />

maxiter<br />

Symbolic description of the model to be fit.<br />

List specifying the type of spline for each variable. See mkterm for details.<br />

Optional data frame containing the variables in the model.<br />

Parameter defining cross-validation score for smoothing parameter selection.<br />

Optional vector of bin-counts for histogram data.<br />

Optional vector specifying a subset of observations to be used in the fitting process.<br />

Function which indicates what should happen when the data contain NAs.<br />

Index of observations to be used as "knots."<br />

Number of "knots" to be used. Ignored when id.basis is specified.<br />

Seed to be used for the random generation of "knots." Ignored when id.basis<br />

is specified.<br />

Data frame specifying marginal support of density.<br />

Quadrature for calculating integral. Mandatory if variables other than factors or<br />

numerical vectors are involved.<br />

Precision requirement for internal iterations.<br />

Maximum number of iterations allowed for internal iterations.<br />

Details<br />

<strong>The</strong> model specification via formula is for the log density. For example, ~x1*x2 prescribes a<br />

model of the form<br />

logf(x1, x2) = g 1 (x1) + g 2 (x2) + g 12 (x1, x2) + C<br />

with the terms denoted by "x1", "x2", and "x1:x2"; the constant is determined by the fact that<br />

a density integrates to one.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!