absz.density: Density estimates for absolute z-statistics assuming that...

Description Usage Arguments

View source: R/density_absz.R

Description

Avoids downward bias at the left hand side where abs(z)=0.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
absz.density(
  z,
  at = NULL,
  bw = 0.1,
  adjust = 1,
  kernel = "epanechnikov",
  n = 1024,
  weights = NULL,
  ...
)

Arguments

z

vector of z-statistics (or absolute z-statistics)

at

vector of points where density shall be evaluated. If NULL return a function (by calling approxfun) that allows evaluate the density at arbitrary points.

bw, adjust, kernel, n, weights, ...

arguments passed to stats::density


skranz/RoundingMatters documentation built on Dec. 23, 2021, 3:23 a.m.