fixJack: Trimmed jackknife distributions.

Description Usage Arguments Value

View source: R/fixJack.R

Description

Remove jackknife estimates associated with extreme jackknife distribution values, resulting from arc length methods.

Usage

1
fixJack(object, trim, na.rm = TRUE)

Arguments

object

An alKDEjack, mmKDEjack, kappa4alJack, or kappa4nlsJack.

trim

#' @param trim The fraction (0 to 0.5) of observations to be trimmed from each end of the jackknife distribution before the mean and standard deviation are computed. Values of trim outside that range are taken as the nearest endpoint.

na.rm

A logical value indicating whether NA values should be stripped before the computation proceeds.

Value

The object is returned with the estimated coefficients corresponding to the trimmed bootstrap distribution.


alR documentation built on Dec. 7, 2017, 5:03 p.m.

Related to fixJack in alR...