You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They should use @inheritParams cluster_gen, but watch out for the fact that the subfunctions contain details missing from cluster_gen()! For example, on cluster_gen_separate():
#' @param sampling_method can be "SRS" for Simple Random Sampling or "PPS" for Probabilities Proportional to Size, "mixed" to use SRS for students and PPS otherwise or a vector with the sampling method for each level
On cluster_gen(), there's no explanation of how "mixed" works, even though it is the default. ☠️
The text was updated successfully, but these errors were encountered:
* issue-52:
Fixed links in `@seealso`
Added links to `@seealso` entries
Updated NEWS.md
Proper markdown formatting of docs
Increment version number to 2.1.5.9002
Improved documentation for `sampling_method` (#52)
Added tests for #52
Improved documentation for `N` (#52)
Improved documentation of `cluster_gen*` (#52)
They should use
@inheritParams cluster_gen
, but watch out for the fact that the subfunctions contain details missing fromcluster_gen()
! For example, oncluster_gen_separate()
:#' @param sampling_method can be "SRS" for Simple Random Sampling or "PPS" for Probabilities Proportional to Size, "mixed" to use SRS for students and PPS otherwise or a vector with the sampling method for each level
On
cluster_gen()
, there's no explanation of how "mixed" works, even though it is the default. ☠️The text was updated successfully, but these errors were encountered: