cna-internals {cna} | R Documentation |
Internal functions in the cna package
Description
These functions are mainly for internal purposes and will not normally be called directly by the user.
Overview of Functions
noblanks
,lhs
,rhs
,extract_asf
:-
Manipulation of character vectors containing conditions.
ctInfo
:-
Alternative internal represenation of a
configTable
. qcond_bool
,qcond_asf
,qcond_csf
:-
Fast evaluation of certain aspects of the well-formedness of conditions.
getCondType
,getComplexity
:-
Extract condition type and complexity values from a character vector containing conditions.
fs2cs
:-
Convert an “fs” configTable to “cs”.
stdCond
,matchCond
:-
Standardize and match conditions.
relist1
,hstrsplit
,C_mconcat
,C_recCharList2char
,C_relist_Int
:-
Utility functions for conversion between different represenations of conditions.
C_redund
:-
Internal version of the test for structural redundancy (used in
redundant)
. getCond
:-
Derive a condition from a data set.
C_is_submodel
:-
Internal core of the function
is.submodel
.
[Package cna version 3.6.2 Index]