| NEWS | R Documentation |
pcalg News
CHANGES IN VERSION 2.7-8 (2022-12-17, svn r528)
Fix
idaFast()regression tests, usingall.equal()instead ofround(*) == round(*), notably for ATLAS-usingBLAS/Lapack.
CHANGES IN VERSION 2.7-7 (2022-10-04, svn r526)
Tiny bug fix for fci.
CHANGES IN VERSION 2.7-6 (2022-04-04, svn r525)
‘Proper’ registration of
.Call()ed C routines.Not using
if(class(.) = "...")Adapt to upcoming deprecation of C++
str::binary_function()dagitty masking
randomDAG().
CHANGES IN VERSION 2.7-5 (2022-02-21, svn r518)
fixing bug.
CHANGES IN VERSION 2.7-4 (2021-11-24, svn r517)
updated links, removed old vignette.
CHANGES IN VERSION 2.7-3 (2021-05-20, svn r516)
adapt to R-devel's new/changed warning of
matrix(<non-matching-length>, n,m).
CHANGES IN VERSION 2.4-2 (2016-09-22, svn r403)
print()andsummary()methods forpc(),fci(), etc.new
as(*, "amat")methods to get the adjacency matrixof a model, including aprint()method for "amat"s.?amatTypedocuments the different kinds of adjacency matricesinpcalg.New functions ......
Deprecated
LINGAM()in favor of newlingam().Deprecated
allDags()in favor ofpdag2allDags().
CHANGES IN VERSION 2.2-4 (2015-07-22, svn r344)
Bug fix in
simulate(<gies>).Bug fix in
LINGAM(., verbose=FALSE)(the default, now tested).Fix
plot(pc(..), zvalue.lwd=TRUE), and better documentthat plot method.Much faster
gSquareDis()andgSquareBin()for|S|in 1:4 or so.More test coverage, notably for
pcSelect()andmcor().r.gauss.pardag()gets an optional argumentlabels.
CHANGES IN VERSION 2.2-3 (2015-07-12, svn r322)
Adapt to API change inigraph package.
More test coverage and first speed tweaks.
CHANGES IN VERSION 2.2-2 (2015-06-24, svn r304)
Function
gacfor testing if a set of nodes satisfiesthe Generalized Adjustment Criterion (GAC). GAC is a sufficient andnecessary criterion for estimating causal effects via covariateadjustment in DAGs, CPDAGs, MAGs and PAGs.
CHANGES IN VERSION 2.2-0
Function
randDAGfor generating random directed acyclicgraphs (DAGs) with fixed expected number of neighbours. Severaldifferent methods are provided, each intentionally biased towardscertain properties. The methods are based on the analogue functionsin theigraph package.Function
unifDAGandunifDAG.approxfor uniformsampling of a labelled directed acyclic graph (DAG) with combinatorialenumeration.
CHANGES IN VERSION 2.1-0
Function
LINGAMfor estimating the structure of Linearnon-Gaussian Additive Models
CHANGES IN VERSION 2.0-4
Function
fciPlusfor a fast (but accurate) version offci(note that the already existing functionrfciis afastapproximation offci)
CHANGES IN VERSION 2.0-1
Functions
gds,gies,gesfor score based learningFunction
backdoorfor generalized backdoor criterionBugfix in function
wgtMatrix; this affects functionstrueCovandrmvDAG; to reproduce old version, use option 'back.compatible =TRUE'skeleton,pc,fciandrfcinowhave 'alpha' as third argument,then 'labels, p' where 'p' is optional; namely, derived from 'labels'when these are specified.The default for extending the skeleton to a CPDAG is now
udag2pdagRelaxed, which is completely deterministic (wasudag2pdagbefore, which can use random orientations if sampling errors occur).