compilesamplereports: compilesamplereports

Description Usage Arguments Details See Also Examples

View source: R/compilefits.R

Description

Sample reports are the output of the function ReportonSample

Usage

1
compilesamplereports(Sparameters, samplereportssavepath)

Arguments

Sparameters:

a list, that has the same structure than the outputs of

samplereportssavepath:

a file path where to store the sample reports

Details

depends on plyr

See Also

ReportonSample

Examples

1
2
y=iris$Species;x=iris[,-5]
partykitctree <- partykit::ctree(y ~ ., data=cbind(y=y,x))

DanielBonnery/BigSyn documentation built on June 28, 2020, 7:18 p.m.