Learn R Programming

jgsbook (version 1.0.6)

ztrans: z-Transformation by given numbers, with z = (x - mu) / sd

Description

z-Transformation by given numbers, with z = (x - mu) / sd

Usage

ztrans(x, mu = 0, sd = 1)

Value

the z-transformed value

Arguments

x

a value to transform

mu

the given mu

sd

the given standard deviation

Examples

Run this code
ztrans(120,mu=118,sd=20)

Run the code above in your browser using DataLab