| is_stenR_classes | R Documentation |
Various functions to check if given R object is of given class. Additionally:
is.intersected() checks if the GroupAssignment object have been created
with intersect_GroupAssignment() and GroupedFrequencyTable,
GroupedScoreTable or ScoringTable have been created with two GroupConditions
objects.
is.Simulated() checks if the FrequencyTable or ScoreTable have been
created on basis of simulated distribution (based on SimFrequencyTable())
is.GroupConditions(x) is.GroupAssignment(x) is.intersected(x) is.ScaleSpec(x) is.CombScaleSpec(x) is.FrequencyTable(x) is.GroupedFrequencyTable(x) is.Simulated(x) is.ScoreTable(x) is.GroupedScoreTable(x) is.ScoringTable(x) is.StandardScale(x)
x |
any R object |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.