Welcome to ClientVPS Mirrors

README

sgmean

sgmean computes the trimmed mean using a proportional discount method on the extremes, replicating the behavior of Statgraphics software.

Unlike R’s built-in mean(..., trim), which removes boundary values entirely, sgmean applies a weighted reduction — producing results consistent with Statgraphics.

Installation

You can install sgmean from GitHub with:

# install.packages("devtools")
devtools::install_github("jcarlosgaviria/sgmean")

Usage

library(sgmean)

x <- c(2, 4, 6, 8, 100)

# sgmean method (Statgraphics compatible)
sgmean(x, trim = 0.05)

# Base R method (different result)
mean(x, trim = 0.05)

Author

Juan Carlos Gaviria Chaverra

Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.

This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.