powered by
Given a hyper2 object, discard competitors with a small estimated strength.
hyper2
zapweak(H, minstrength = 1e-05, maxit, ...)
Returns a slimmed-down hyper2 object with weak players removed.
Object of class hyper2
Strength below which to discard competitors
Maximum number of iterations; if missing, use size(H)-1
size(H)-1
Further arguments, passed to maxp()
maxp()
Robin K. S. Hankin
Iteratively discards the weakest player (if the estimated strength is less than minstrength) using discard_flawed(). maxp(..,n=1) for efficiency.
minstrength
discard_flawed()
maxp(..,n=1)
discard_flawed,maxp
discard_flawed
maxp
zapweak(icons) # removes noone #Takes too long zapweak(rowing) # removes everyone...
Run the code above in your browser using DataLab