View source: R/jps_estimate_single.R
jps_estimate_single | R Documentation |
Computes the estimator and variance for each individual ranker
jps_estimate_single(
ranks,
y,
set_size,
N,
coef,
coef_del,
replace,
model_based,
K
)
ranks |
Ranks of Y. |
y |
Response measurements. |
set_size |
Set size for each ranking group. |
N |
Finite population size. |
coef |
Coefficients used in variance computation when sample size is n. |
coef_del |
Coefficients used in variance computation when the i-th unit is deleted. |
replace |
Logical. Sample with replacement? |
model_based |
An inference mode:
|
K |
Number of rankers. |
A data.frame
with the point estimates provided by JPS estimators along with standard error and
confidence intervals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.