Last chance! 50% off unlimited learning
Sale ends in
Coerces an object to be a siglist
.
as.siglist(x, ...)# S3 method for sig
as.siglist(x, ...)
# S3 method for list
as.siglist(x, ...)
# S3 method for siglist
as.siglist(x, ...)
Object to coerce.
Passed to other as.siglist
methods.
An object of class siglist
.
# NOT RUN {
as.siglist(list(
sig(mean),
list(name = "fun", alist(x =,y = 1))
))
# }
Run the code above in your browser using DataLab