https://github.com/cran/deducorrect
Raw File
Tip revision: bcacaf911de4c5797d512b52f0f5feab069a7e88 authored by Mark van der Loo on 22 February 2011, 00:00:00 UTC
version 1.3-4
Tip revision: bcacaf9
NAMESPACE
export(correctionRules)
export(correctRounding)
export(correctSigns)
export(correctTypos)
export(correctWithRules)
export(deductiveLevels)
export(deductiveZeros)
export(deduImpute)
export(imputess)
export(isTotallyUnimodular)
export(solSpace)
import(editrules)
S3method(as.character,correctionRules)
S3method(correctionRules,character)
S3method(correctionRules,expression)
S3method(correctRounding,editmatrix)
S3method(correctRounding,editset)
S3method(correctSigns,editmatrix)
S3method(correctSigns,editset)
S3method(correctTypos,editmatrix)
S3method(correctTypos,editset)
S3method(deductiveZeros,editmatrix)
S3method(deductiveZeros,matrix)
S3method(deduImpute,editarray)
S3method(deduImpute,editmatrix)
S3method(deduImpute,editset)
S3method(getVars,correctionRules)
S3method(print,correctionRules)
S3method(print,deducorrect)
S3method(solSpace,editmatrix)
S3method(solSpace,matrix)
back to top