iModel-methods: iModel Methods

Description Usage Arguments Details Author(s)

Description

V

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
iModelSolve(object, verbose = TRUE)

iModelUpdate(object, ...)

iModelRFT(object, verbose = TRUE)

getImages(object, contrast, rpv = FALSE, mask = FALSE)

## S3 method for class 'iModel'
coef(object)

## S3 method for class 'iModel'
fitted(object)

## S3 method for class 'iModel'
resid(object)

iModelRead(filename)

iModelWrite(object, filename)

iModelSolve(object, verbose = TRUE)

iModelUpdate(object, ...)

## S3 method for class 'iModel'
model.matrix(object)

report(object, dirname, surfimg)

Arguments

object

Object of class iModel.

verbose

Enables verbose output. (default = TRUE).

...

Additional named arguments passed to iModelUpdate.

contrast

Name of contrast.

rpv

Return resels per voxel image?

mask

Return mask used for iModel?

filename

h5 file to save iModel to.

dirname

Directory to place report output.

iData_dirname

Directory for iData component of iModel.

Details

iModelSolve Solve already initialized iModel for coefficients, residuals, and mean residual sum of squares.

iModelUpdate Primarily used to update X slot after optimization.

iModelRFT Solve for images in resel space.

getImages Returns antsImages of specified contrasts within model iModel.

coef Retrieve fitted coefficients from iModel object.

fitted Retrieve fitted values from iModel object.

resid Retrieve residuals from iModel object.

iModelRead Read/load iModel object.

iModelWrite Read/load iModel object.

iModelSolve Solve already initialized iModel for coefficients, residuals, and mean residual sum of squares.

iModelUpdate Primarily used to update X slot after optimization

model.matrix Retrieve design matrix from iModel object.

report Creates a .pdf and .html report of for iModel objects (requires package rmarkdown).

Author(s)

Zachary P. Christensen


Tokazama/iClass documentation built on May 9, 2019, 4:51 p.m.