Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug in zapweak() #220

Open
RobinHankin opened this issue Feb 21, 2024 · 0 comments
Open

bug in zapweak() #220

RobinHankin opened this issue Feb 21, 2024 · 0 comments

Comments

@RobinHankin
Copy link
Owner

Running R CMD check, get this:

> ### ** Examples
> 
>  zapweak(icons)        # removes noone
iteration 1, size(H) = 6
log(L^24 * (L + NB + OA + THC)^-20 * (L + NB + OA + WAIS)^-9 * (L + NB
+ THC + WAIS)^-15 * (L + OA + PB + THC)^-11 * (L + OA + PB + WAIS)^-18
* (L + PB + THC + WAIS)^-16 * NB^32 * (NB + OA + PB + THC)^-18 * (NB +
OA + PB + WAIS)^-8 * (NB + PB + THC + WAIS)^-18 * OA^14 * PB^30 *
THC^24 * WAIS^9)
> ## No test: 
> #Takes too long
>  zapweak(rowing)   # removes everyone...
iteration 1, size(H) = 32
iteration 2, size(H) = 32
Error in loglik_single(p, H, log = log) : sum(powers(H)) == 0 is not TRUE
known R bug (bugzilla ID 17703; wmmin not finite).  Kludge:  maxp_single() will try  a slightly different start point
Error in loglik_single(p, H, log = log) : sum(powers(H)) == 0 is not TRUE
known R bug (bugzilla ID 17703; wmmin not finite).  Kludge:  maxp_single() will try  a slightly different start point
Error in loglik_single(p, H, log = log) : sum(powers(H)) == 0 is not TRUE
known R bug (bugzilla ID 17703; wmmin not finite).  Kludge:  maxp_single() will try  a slightly different start point
Error in loglik_single(p, H, log =
[snip]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant