kda.kde(x, x.group, Hs, hs, prior.prob=NULL, gridsize, supp=3.7,
eval.points=NULL, binned=FALSE, bgridsize)kde, one density estimate for each group. The result from kda.kde is a density estimate
for discriminant analysis is an object of class kda.kde which is a
list with 6 fields
eval.pointsprior.prob to these.
Otherwise prior.prob=NULL is the default i.e. use the sample
proportions as estimates of the prior probabilities. For d = 1, 2, 3, 4,
and if eval.points is not specified, then the
density estimate is computed over a grid
defined by gridsize (if binned=FALSE) or
by bgridsize (if binned=TRUE).
For d = 1, 2, 3, 4,
and if eval.points is specified, then the
density estimate is computed is computed exactly at eval.points.
For d > 4, the kernel density estimate is computed exactly
and eval.points must be specified.
plot.kda.kde### See examples in ? plot.kda.kdeRun the code above in your browser using DataLab