basicBraidAnalysis | R Documentation |
Basic BRAID Analysis Conversion
basicBraidAnalysis(bfit)
bfit |
A BRAID fit object of class |
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()
A BRAID analysis object of class braidanalysis
containin only the
results from the given BRAID fit
surface <- antagonisticExample
fit <- braidrm(measure ~ concA + concB, surface, model="kappa2")
analysis <- basicBraidAnalysis(fit)
names(analysis)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.