Displaying 2 results from an estimated 2 matches for "b8da".
Did you mean:
b8aa
2013 Jul 10
0
ActionView::Template::Error Not a directory vendor/assets/javascripts/ production
...end an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/4fdd672f-b8da-42ab-8ee6-92d4f4af0201%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
2009 Mar 14
1
multiple hypothesis testing
...009 10:50:25 -0400
> From: David Winsemius <dwinsemius@comcast.net>
> Subject: Re: [R] code to find all distinct subsets of size r from a
> set of size n
> To: Dale Steele <dale.w.steele@gmail.com>
> Cc: r-help@r-project.org
> Message-ID: <90F07392-1482-4C86-B8DA-15ED07AD3749@comcast.net>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>
> If your subsets are to be taken from the rows of a dataframe, df, and
> the size is r, then something like this could satisfy:
>
> apply(combn(nrow(df), r), 2, function(x) df[x,...