ilm: Fit Images to Linear Models

Description Usage Arguments

Description

Fit Images to Linear Models

Usage

1
2
ilm(formula, iData, weights, na.action = "na.omit", control = list(),
  verbose = TRUE)

Arguments

formula

Object of class formula (or one that can be coerced to that class): a symbolic description of the model to be fitted. The details of model specification are given under ‘Details’.

iData

Object of class iData containing data represented in the provided formula.

weights

An optional vector of ‘prior weights’ to be used in the fitting process. Should be NULL or a numeric vector.

na.action

If "na.omit" then all images with NA values in corresponding variables are omitted. If a function is specified

control

A list of parameters for controlling the fitting process. See iControl for details.

verbose

Enables verbose output. (default = TRUE).


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