CreatePdfs {grandR} | R Documentation |
Convencience methods for creating QC pdfs
Description
These methods are invoked by GRAND3 to generate pdfs.
Usage
CreatePdfs(data, labels = NULL, estimators = NULL)
CreatePdfsParameters(data, labels = NULL, estimators = NULL)
CreatePdfsComparison(data, labels = NULL, estimators = NULL)
CreatePdfsProfiles(data, labels = NULL, estimators = NULL)
Arguments
data |
a grandR object |
labels |
which label to consider (see GetDiagnosticParameters); if NULL, all available estimators are used |
estimators |
which estimator to consider (see GetDiagnosticParameters); if NULL, all available estimators are used |
Functions
-
CreatePdfs()
: Create all pdfs -
CreatePdfsParameters()
: Create pdfs visualizing the estimated parameters -
CreatePdfsComparison()
: Create pdfs comparing the estimated parameters -
CreatePdfsProfiles()
: Create pdfs visualizing the profile likelihoods
[Package grandR version 0.2.5 Index]