R/plotwtdinteraction.R

Defines functions plotwtdinteraction

Documented in plotwtdinteraction

plotwtdinteraction <- function(x, across, by=NULL, at=NULL, acrosslevs=NULL, bylevs=NULL, atlevs=NULL, weight=NULL, dvname=NULL, acclevnames=NULL, bylevnames=NULL, atlevnames=NULL, stdzacross=FALSE, stdzby=FALSE, stdzat=FALSE, limitlevs=20, type="response", seplot=TRUE, ylim=NULL, main=NULL, xlab=NULL, ylab=NULL, legend=TRUE, placement="bottomright", lwd=3, add=FALSE, addby=TRUE, addat=FALSE, mfrow=NULL, linecol=NULL, secol=NULL, showbynamelegend=FALSE, showatnamelegend=FALSE, showoutnamelegend=FALSE, lty=NULL, density=30, startangle=45, approach="prototypical", data=NULL, nsim=100, ...){
    out <- findwtdinteraction(x, across=across, by=by, at=at, acrosslevs=acrosslevs, bylevs=bylevs, atlevs=atlevs, weight=weight, dvname=dvname, acclevnames=acclevnames, bylevnames=bylevnames, atlevnames=atlevnames, stdzacross=stdzacross, stdzby=stdzby, stdzat=stdzat, limitlevs=limitlevs, type=type, approach=approach, data=data, nsim=nsim, ...)
    plotinteractpreds(out, seplot=seplot, ylim=ylim, main=main, xlab=xlab, ylab=ylab, legend=legend, placement=placement, lwd=lwd, add=add, addat=addat, mfrow=mfrow, linecol=linecol, secol=secol, showbynamelegend=showbynamelegend, showatnamelegend=showatnamelegend, showoutnamelegend=showoutnamelegend, lty=lty, density=density, startangle=startangle, ...)
}
        

Try the weights package in your browser

Any scripts or data that you put into this service are public.

weights documentation built on June 11, 2021, 1:06 a.m.