Rdocumentation
powered by
Learn R Programming
infoDecompuTE (version 0.5.1)
m1: Vector of 1_n
Description
Construct a vector with all elements unity.
Usage
m1(n)
Arguments
n
a numeric describe the length of vector.
Value
This function returns a n-by-1 matrix will all elements unity.
References
John J, Williams E (1987).
Cyclic and computer generated Designs
. Second edition. Chapman & Hall.
Examples
Run this code
m1(
10
)
Run the code above in your browser using
DataLab