Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

manylm not accepting input bootID #31

Closed
dwarton opened this issue Aug 23, 2016 · 1 comment
Closed

manylm not accepting input bootID #31

dwarton opened this issue Aug 23, 2016 · 1 comment

Comments

@dwarton
Copy link
Owner

dwarton commented Aug 23, 2016

example(anova.manylm)
bootid = matrix(NA,4,28)
for(i in 1:4)
{
bootid[i,1] = i
bootid[i,2:28] = (1:28)[-i]
}
anova(fit,bootID=bootid)
anova(fit,bootID=as.numeric(bootid))

note in contrast that manyglm has the appropriate behaviour

@aliceyiwang
Copy link
Collaborator

Fixed. Please check. Thanks, Alice.

On Tue, Aug 23, 2016 at 9:46 AM, David Warton notifications@github.com
wrote:

example(anova.manylm)
bootid = matrix(NA,4,28)
for(i in 1:4)
{

bootid[i,1] = i
bootid[i,2:28] = (1:28)[-i]
}
anova(fit,bootID=bootid)
anova(fit,bootID=as.numeric(bootid))
note in contrast that manyglm has the appropriate behaviour


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#31, or mute the thread
https://github.com/notifications/unsubscribe-auth/ANb-vC2ZxK0Bl9QwtZ6uun9tQra96yVYks5qilDngaJpZM4JqeW2
.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants