Utilities | R Documentation |
RcmdrPlugin.TeachStat
Utility Functions
twoOrMoreLevelFactorsP()
returns TRUE if there is at least one factor in the active dataset that has two or more levels.
twoOrMoreLevelFactors()
returns the object name of those factors that are active in the dataset that have at least two levels.
listDistrs(class, env)
returns the object name of those distributions of class class
(see package distr
) in the env
environment.
DiscreteDistrsP()
returns TRUE if there is at least one distribution of class DiscreteDistribution
(see DiscreteDistribution
).
AbscontDistrsP()
returns TRUE if there is at least one distribution of class AbscontDistribution
(see AbscontDistribution
).
twoOrMoreLevelFactors()
twoOrMoreLevelFactorsP()
listDistrs(class = "UnivariateDistribution", envir = .GlobalEnv, ...)
DiscreteDistrsP()
AbscontDistrsP()
class |
string with the name of the class to be listed. |
envir |
string with the name of the environment. |
... |
further arguments. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.