summary.BGLM {BayesfMRI}R Documentation

Summarize a "BGLM" object

Description

Summary method for class "BGLM"

Usage

## S3 method for class 'BGLM'
summary(object, ...)

## S3 method for class 'summary.BGLM'
print(x, ...)

## S3 method for class 'BGLM'
print(x, ...)

Arguments

object

Object of class "BGLM".

...

further arguments passed to or from other methods.

x

Object of class "summary.BGLM".

Value

A "summary.BGLM" object, a list summarizing the properties of object.

NULL, invisibly.

NULL, invisibly.


[Package BayesfMRI version 0.10.1 Index]