ez (version 3.0-1)

progress_timeCI: A progress bar with time remaining estimation with bootstrapped confidence intervals.

Description

This function is intended to be used with the various plyr functions. Bootstrap resampling obtains 10

Usage

progress_timeCI()

Arguments

See Also

ANT, ANT2, ezANOVA, ezBoot, ezBootPlot, ezCor, ezDesign, ezMixed, link{ezMixedRel}, ezPerm, ezPlot, ezPrecis, ezPredict, ezResample, ezStats, progress_time, progress_timeCI

Examples

Run this code
l_ply(
	.data = 1:1e3
	, .fun = function(x){
		Sys.sleep(rexp(1,1))
	}
	, .progress = 'timeCI'
)

Run the code above in your browser using DataLab