summary.DTR {DTR} | R Documentation |
Returns an object of class summary.DTR
. See DTR.object
for details.
## S3 method for class 'DTR'
summary(object, ...)
object |
the result of a call to the |
... |
for future methods |
The function returns an object of class summary.DTR
.
DTR.object
, print.DTR
,
print.summary.DTR
, plot.DTR
## Not run:
data("LDTdata")
est <- LDTestimate(data=LDTdata)
summary(est)
## End(Not run)