ztrans | R Documentation |
z-Transformation by given numbers, with z = (x - mu) / sd
ztrans(x, mu = 0, sd = 1)
x |
a value to transform |
mu |
the given mu |
sd |
the given standard deviation |
the z-transformed value
ztrans(120,mu=118,sd=20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.