Learn R Programming

dti (version 0.8-1)

sdpar-methods: Methods for Function `sdpar' in Package `dti'

Description

This function estimates the parameters of a piecewise linear model for the dependence between error standard deviation and mean.

Usage

## S3 method for class 'dtiData':
sdpar(object,level=NULL,sdmethod="sd",interactive=TRUE)

Arguments

object
An object of class dtiData
level
Suggested value for slot level. As a default the value in object@level is used. The value determines the lower endpoint of the linear section in the model for error standard deviation as a function of the mean.
sdmethod
Method for estimating voxelwise standard deviations if replicates of zero weighted images are available, either "sd" or "mad".
interactive
If TRUE a density of values in zero weighted images is plotted together with the specification of the lower endpoint of the interval of linearity. A good choice of this point should correspond, if present, to the minimum between the first tw

Value

  • The function returns an object of class dtiData.

See Also

dtiData, readDWIdata, dti.smooth, dtiTensor,

Examples

Run this code
demo(dti_art)

Run the code above in your browser using DataLab