swh:1:snp:a3cbdee13dc55c23588d79bedde889a436e928dd
Raw File
Tip revision: 5405ba046fac8284762af5641bb45257689dc51e authored by Johannes Textor on 26 March 2016, 22:02:19 UTC
version 0.1-10
Tip revision: 5405ba0
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,character)
S3method(as.dagitty,default)
S3method(as.list,dagitty.cis)
S3method(as.list,dagitty.ivs)
S3method(as.list,dagitty.sets)
S3method(names,dagitty)
S3method(plot,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(coordinates)
export(dagitty)
export(dconnected)
export(descendants)
export(downloadGraph)
export(dseparated)
export(edges)
export(equivalenceClass)
export(equivalentDAGs)
export(exposures)
export(getExample)
export(graphLayout)
export(graphType)
export(impliedConditionalIndependencies)
export(instrumentalVariables)
export(is.dagitty)
export(isAdjustmentSet)
export(latents)
export(lavaanToGraph)
export(localTests)
export(markovBlanket)
export(moralize)
export(neighbours)
export(orientPDAG)
export(outcomes)
export(parents)
export(paths)
export(plotLocalTestResults)
export(randomDAG)
export(setVariableStatus)
export(simulateSEM)
export(spouses)
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,coef)
importFrom(stats,confint)
importFrom(stats,cov)
importFrom(stats,lm)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(utils,tail)
back to top