Summary of survDataVarExp object
The generic summary
S3 method for the survDataVarExp
class provides
information about the structure of the data set and the experimental design.
## S3 method for class 'survDataVarExp' 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:
OccRepTime |
Occurence of replicates for all time points |
NbsurvTimeRep |
nb of survivors. for all replicates and time points |
ConcTimeRep |
Concentration for all replicates and time points |
# (1) Load the data data(propiconazole_pulse_exposure) # (2) Create a survDataVarExp object out <- survData(propiconazole_pulse_exposure) # (3) Summarize the data set summary(out)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.