is_stenR_classes {stenR} | R Documentation |
Checkers for stenR S3 and R6 classes
Description
Various functions to check if given R object is of given class. Additionally:
-
is.intersected()
checks if theGroupAssignment
object have been created withintersect_GroupAssignment()
andGroupedFrequencyTable
,GroupedScoreTable
orScoringTable
have been created with twoGroupConditions
objects. -
is.Simulated()
checks if theFrequencyTable
orScoreTable
have been created on basis of simulated distribution (based onSimFrequencyTable()
)
Usage
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)
Arguments
x |
any R object |
[Package stenR version 0.6.9 Index]