Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upExport rep_sample_n() #82
Conversation
|
Good idea. Credit to @mine-cetinkaya-rundel for that This is odd: travis is showing that the build fully errored out. Compare it to Ben's request, which shows that it's at least passing the current build. Any idea what's going on? |
|
IIRC I got some error re the vignette; I'll debug later today. |
|
Nope, it's something else. There is an error in the R: devel build. |
|
Might be related to this https://github.com/andrewpbray/infer/pull/80 which we can tweak (I guess...) using |
|
Hey Albert, could you redo this PR minus the call to |
|
Done |
|
Thanks! |
Echoing @hardin47's sentiment in #44, I've found @andrewpbray's
oilabs::rep_sample_n()function useful for creating sampling distributions à la tidyverse; it would be great if this function were exported.