Data Types: single| double
Missing values (NaN's) and infinite values (Inf's) are allowed,
since observations (rows) with missing or infinite values will
automatically be excluded from the computations.
Data Types: single| double
n-times-1 vector containing the additional
explanatory variable whose t test must be computed.
Data Types: single| double
Specify optional comma-separated pairs of Name,Value
arguments.
Name
is the argument name and Value
is the corresponding value. Name
must appear
inside single quotes (' '
).
You can specify several name and value pair arguments in any order as
Name1,Value1,...,NameN,ValueN
.
Example:
'intercept',false
, 'la',0.5 tests square root transformation
, 'nocheck',true
, 'plots',1
, 'FontSize',14
, SizeAxesNum,12
, 'textlab',true
, 'units',[1,3] removes units 1 and 3
Indicator for the constant term (intercept) in the fit,
specified as the comma-separated pair consisting of
'Intercept' and either true to include or false to remove
the constant term from the model.
Example: 'intercept',false
Data Types: boolean
It specifies for which Box Cox
transformation parameter it is necessary to compute the t
statistic for the additional variable. If la is an empty
value (default) no transformation is used.
Example: 'la',0.5 tests square root transformation
Data Types: double
If nocheck is equal to true no check is performed on
matrix y and matrix X. Notice that y and X are left
unchanged. In other words the additional column of ones
for the intercept is not added. As default nocheck=false.
Example: 'nocheck',true
Data Types: logical
If plots=1 the added variable
plot is produced else (default) no plot is produced.
Example: 'plots',1
Data Types: double
It controls the
font size of the labels of the axes and eventual plot
labels. Default value is 10
Example: 'FontSize',14
Data Types: double
It controls the
font size of the numbers of the
axes. Default value is 10
Example: SizeAxesNum,12
Data Types: double
If textlab=false
(default) no text label is written on the plot
for units else text label of units are added on the plot
Example: 'textlab',true
Data Types: boolean
Vector containing the list of
units which has to be removed in the computation of the
test. The default is to use all units
Example: 'units',[1,3] removes units 1 and 3
Data Types: double