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
}
|