https://github.com/cran/dagitty
Raw File
Tip revision: 1f4292605b0be221df3c0e80e8607e651ebbe71e authored by Johannes Textor on 07 December 2023, 16:30:02 UTC
version 0.3-4
Tip revision: 1f42926
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method("[",dagitty.cis)
S3method("[",dagitty.ivs)
S3method("[",dagitty.sets)
S3method(as.character,dagitty.ci)
S3method(as.dagitty,bn)
S3method(as.dagitty,character)
S3method(as.dagitty,default)
S3method(as.list,dagitty.cis)
S3method(as.list,dagitty.ivs)
S3method(as.list,dagitty.sets)
S3method(c,dagitty)
S3method(convert,character)
S3method(convert,dagitty)
S3method(edges,character)
S3method(edges,dagitty)
S3method(names,dagitty)
S3method(plot,dagitty)
S3method(print,dagitty)
S3method(print,dagitty.ci)
S3method(print,dagitty.cis)
S3method(print,dagitty.ivs)
S3method(print,dagitty.sets)
S3method(toString,dagitty)
export("adjustedNodes<-")
export("coordinates<-")
export("exposures<-")
export("latents<-")
export("outcomes<-")
export(adjacentNodes)
export(adjustedNodes)
export(adjustmentSets)
export(ancestorGraph)
export(ancestors)
export(as.dagitty)
export(backDoorGraph)
export(canonicalize)
export(children)
export(ciTest)
export(completeDAG)
export(convert)
export(coordinates)
export(dagitty)
export(dconnected)
export(descendants)
export(downloadGraph)
export(dseparated)
export(edges)
export(equivalenceClass)
export(equivalentDAGs)
export(exogenousVariables)
export(exposures)
export(findCycle)
export(getExample)
export(graphLayout)
export(graphType)
export(impliedConditionalIndependencies)
export(impliedCovarianceMatrix)
export(instrumentalVariables)
export(is.dagitty)
export(isAcyclic)
export(isAdjustmentSet)
export(isCollider)
export(latents)
export(lavaanToGraph)
export(localTests)
export(markovBlanket)
export(measurementPart)
export(moralize)
export(neighbours)
export(orientPDAG)
export(outcomes)
export(parents)
export(paths)
export(plotLocalTestResults)
export(randomDAG)
export(setVariableStatus)
export(simulateLogistic)
export(simulateSEM)
export(spouses)
export(structuralPart)
export(toMAG)
export(topologicalOrdering)
export(vanishingTetrads)
import(V8)
import(jsonlite)
importFrom(MASS,ginv)
importFrom(boot,boot)
importFrom(grDevices,dev.size)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,segments)
importFrom(graphics,strheight)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(graphics,xspline)
importFrom(methods,is)
importFrom(stats,as.formula)
importFrom(stats,cancor)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,confint)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,cov)
importFrom(stats,cov2cor)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,weighted.mean)
importFrom(utils,capture.output)
importFrom(utils,combn)
importFrom(utils,tail)
back to top