is.PGP_Model | R Documentation |
Checks if the class of an object is 'PGP_Model'
is.PGP_Model(x)
x |
Object to be checked. |
PGPM <- PGP_Model(2, 1000, 1, 2, dispersion = 2)
PGPM
is.valid.PGP_Model(PGPM)
is.valid.PGP_Model(PGPM, comment = TRUE)
PGPM$alpha_tail <- -2
is.PGP_Model(PGPM)
is.valid.PGP_Model(PGPM)
is.valid.PGP_Model(PGPM, comment = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.