File: summary.Kernelheaping.Rd

package info (click to toggle)
r-cran-kernelheaping 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 244 kB
  • sloc: makefile: 2
file content (19 lines) | stat: -rw-r--r-- 640 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/functions.R
\name{summary.Kernelheaping}
\alias{summary.Kernelheaping}
\title{Prints some descriptive statistics (means and quantiles) for the estimated rounding, bias and acceleration (beta) parameters}
\usage{
\method{summary}{Kernelheaping}(object, ...)
}
\arguments{
\item{object}{Kernelheaping object produced by \code{dheaping} function}

\item{...}{unused}
}
\value{
Prints summary statistics
}
\description{
Prints some descriptive statistics (means and quantiles) for the estimated rounding, bias and acceleration (beta) parameters
}