Summary of survDataCstExp object
The generic summary
S3 method for the survDataCstExp
class provides
information about the structure of the data set and the experimental design.
## S3 method for class 'survDataCstExp' summary(object, quiet = FALSE, ...)
object |
an object of class |
quiet |
when |
... |
Further arguments to be passed to generic methods |
The function returns a list with the following information:
NbrepTimeConc |
nb of replicates for all concentrations and time points |
NbsurvTimeConc |
nb of survivors. for all concentrations and time points |
# (1) Load the data data(cadmium1) # (2) Create a survDataCstExp object dat <- survData(cadmium1) # (3) Summarize the data set summary(dat)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.