basicBraidAnalysis {braidReports} | R Documentation |
Basic BRAID Analysis Conversion
Description
Basic BRAID Analysis Conversion
Usage
basicBraidAnalysis(bfit)
Arguments
bfit |
A BRAID fit object of class |
Details
While we strongly recommend using the runBraidAnalysis()
function for a
more complete treatment of a combination; there may be circumstances in
which is necessary or preferable to use an existing BRAID fit object (of
class braidrm
). Thsi function takes such a fit and wraps it in a minimal
braidAnalysis
object which can then be passed to makeBraidReport()
Value
A BRAID analysis object of class braidanalysis
containin only the
results from the given BRAID fit
Examples
surface <- antagonisticExample
fit <- braidrm(measure ~ concA + concB, surface, model="kappa2")
analysis <- basicBraidAnalysis(fit)
names(analysis)
[Package braidReports version 1.0.1 Index]