Object Reference : Object View and Procedure Reference : Equation
  
 
strwgts
Compute and display the transition weights in a smooth threshold regression.
The default display shows a graph of the transition function. You may also display the weights for each observation in the estimation sample.
Syntax
eq_name.strwgts(options)
Options
 
view=arg
Weight display: “graph” (graph of the weight for each individual in the estimation sample), “sheet” (spreadsheet containing weights for each individual), “summary” (summary statistics).
The default view displays a graph of the function with optional borders.
ab=arg
Additional graph borders to display when showing the default view of the weights: “none” (do not display borders)”, “boxplot” (display boxplot borders), “histogram” (display a histogram).
The default view shows a boxplot on each border.
output=arg
Optional name of matrix to save the data used in the function plot.
prompt
Force the dialog to appear from within a program.
p
Print output from the test.
Cross-references
See “Smooth Transition Regression” and “Remaining Nonlinearity Tests” for discussion.
See also Equation::makestrwgts.