SiZer | R Documentation |
The SiZer (Significant Zero Crossings) method is a technique used for assessing the statistical significance of zero crossings in data density estimation.
SiZer(x, bw, gridsize, signifLevel = 0.05)
x |
A numeric vector containing the data for which you want to calculate SiZer. |
bw |
Bandwidth parameter for kernel density estimation. If not provided, default values are used. |
gridsize |
A vector specifying the grid size for SiZer. Default is c(401, 151). |
signifLevel |
The significance level for SiZer. Default is 0.05. |
A list containing SiZer results, including the SiZer curve, the SiZer map, and the bandwidth.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.