This is the stepp object for stepp results. It keeps track of all the estimates, covariance matrices and the test statistics
1.1
class
Objects from the Class
Objects can be created by calls of the form new("steppes", ...) or by the constructor function stepp.test.
Slots
subpop:: Object of class "stsubpop"
the filled stepp subpopulation object
model:: Object of class "stmodel"
the model of the data to be used for stepp analysis
effect:: Object of class "ANY"
effect estimates of each subpopulation in absolute and relative scales
list return from the estimate methods of various stepp models
see documentation in various stepp models for details on what is in the list
testresults:: Object of class "ANY"
permutation or GEE test results and various covariance matrices
list return from the test methods of various stepp models
see documentation in various stepp models for details on what is in the list
nperm:: Object of class "numeric"
number of permutation for the permutation test; default is 2500
perform the permutation tests and obtain various statistics. Number of permutation is default to 100 and status bar to show.
Returns
The new method returns the steppes object.
Note
The plot function for steppes class generates 3 plots at once. If you are using R studio for development, you can only get the last plot as R studio only allows one graphical device. There is a simple workaround. By writing the plots to pdf files in your working directory, you can display them outside of R studio.