powered by
A "ros" object is returned from ros. It extends the "lm" class returned from lm.
ros
lm
Objects can be created by calls of the form ros(obs, censored).
ros(obs, censored)
.Data
Object of class "list"
"list"
Class "list", from data part. Class "vector", by class "list".
"vector"
signature(x = "ros"): ...
signature(x = "ros")
signature(x = "ros", y = "missing"): ...
signature(x = "ros", y = "missing")
signature(object = "ros"): ...
signature(object = "ros")
# NOT RUN { obs = c(0.5, 0.5, 1.0, 1.5, 5.0, 10, 100) censored = c(TRUE, FALSE, FALSE, TRUE, FALSE, FALSE, FALSE) class(ros(obs, censored)) # }
Run the code above in your browser using DataLab