Displaying 3 results from an estimated 3 matches for "use_bb_and_vbb".
Did you mean:
nuse_bb_and_vbb
2024 Aug 11
1
Printing
...cond12,
??? "\ncond21 =",????? cond21,
??? "\nCovariance matrix:",vb.method,
??? "\nWeighted =",??????? weighted,
??? "\nAt means =",??????? mean,
??? "\nProb x 100 =",????? times100,
??? "\ntesting ="????? ,?? testing,
??? "\nuse_bb_and_vbb = ",use_bb_and_vbb,
??? "\nsample size =",???? length(y1),"\n")
if (!resampling) cat("\nSEs by delta method","\n")
if? (resampling) cat("\nSEs K-R resampling with",ndraws,"draws\n")
return(out)
} else {
invisible(list("ei"=...
2024 Aug 11
1
Printing
...",????? cond21,
> ??? "\nCovariance matrix:",vb.method,
> ??? "\nWeighted =",??????? weighted,
> ??? "\nAt means =",??????? mean,
> ??? "\nProb x 100 =",????? times100,
> ??? "\ntesting ="????? ,?? testing,
> ??? "\nuse_bb_and_vbb = ",use_bb_and_vbb,
> ??? "\nsample size =",???? length(y1),"\n")
> if (!resampling) cat("\nSEs by delta method","\n")
> if? (resampling) cat("\nSEs K-R resampling with",ndraws,"draws\n")
> return(out)
> } else {
>...
2024 Aug 11
3
Printing
...;> ???? "\nCovariance matrix:",vb.method,
>> ???? "\nWeighted =",??????? weighted,
>> ???? "\nAt means =",??????? mean,
>> ???? "\nProb x 100 =",????? times100,
>> ???? "\ntesting ="????? ,?? testing,
>> ???? "\nuse_bb_and_vbb = ",use_bb_and_vbb,
>> ???? "\nsample size =",???? length(y1),"\n")
>> if (!resampling) cat("\nSEs by delta method","\n")
>> if? (resampling) cat("\nSEs K-R resampling with",ndraws,"draws\n")
>> return(out)
>...