miList(x, Names) as.miList(x, Names)
Names
is supplied, then
x
will be created
as a list whose elements are
NULL
.
x
.
miList
:
x
with added
names
and class.
mi
object, or any ordinary object.
x
is an ordinary
object, and ignored otherwise.
miList
.
If
x
is an
mi
object this is a restructured version of
x
.
Otherwise
x
is replicated to fill in each element of the result.
In either case,
miSubscript(as.miList(x), k)
is the same as
miSubscript(x, k)
.
miList(list(3, 4, 5)) # Default names are 1, 2, ... as.miList(cholesterolImpExample)