z.: Population-level z-score

Description Usage Arguments Value

Description

Transform a vector into z-scores using population mean and standard deviation.

Usage

1
z.(x, p)

Arguments

x

A numeric vector giving the population.

p

An optional vector of weights. If missing, equal weights are used.

Value

The z-scores of x.


popmoments documentation built on May 2, 2019, 5 p.m.

Related to z. in popmoments...