sf_skeleton: Create Skeleton Stageframe
Description
Function sf_skeleton()
creates a skeleton stageframe
object.
Usage
sf_skeleton(stages, standard = TRUE)
Value
A dat frame of class stageframe
.
Arguments
- stages
The number of stages, as an integer.
- standard
A logical value indicating whether to create a standard
stageframe
object (TRUE
, the default), or a reassessed
stageframe
object as created by function mpm_create()
(FALSE
).