search for: burgette

Displaying 7 results from an estimated 7 matches for "burgette".

Did you mean: bugette
2013 Sep 25
0
error when using ps() function on categorical variables - re propensity score matching
Dear List, I am having difficulty running the ps() function when variables are stored as factors and was hoping someone could provide some advice on how to proceed. I am running propensity score matching as outlined in: Greg Ridgeway, Dan McCarey, Andrew Morral, Lane Burgette and Beth Ann Grin (May 3, 2013) Toolkit for Weighting and Analysis of Nonequivalent Groups: A tutorial for the twang package and have a question about using unordered categorical variables as a covariates. The tutorial indicates that: "There is no need to ? create indicator, or dummy coded,...
2000 Apr 06
0
smbclient -L
I have a samba 2.0.6 server. It's running domain security with NT 4.0 Sp 5 as a PDC. That all works great. When I run smbclient -L against 95,98,or other samba servers I get a list of shares. However against NT4.0 (workstation and server) I get no share listing at all. I can retrieve browse lists. I am suspcious here of needing to guest account something somewhere (local NT domain
2000 Apr 06
0
Please inform samba@samba.org David Barroso <h4371719@alumnes.eup.udl.es> Jeremy Allison <jeremy@valinux.com> "Tulipant Gergely" <tulipant-gergely@dbrt.hu> Edwards Philip M Contr AFRL/SNRR <Philip.Edwards@wpafb.af.mil> Drenning Bruce
Steve Frampton [mailto:frampton@j-com.co.jp] of your address change Content-Length: 7142 samba@samba.org David Barroso <h4371719@alumnes.eup.udl.es> Jeremy Allison <jeremy@valinux.com> "Tulipant Gergely" <tulipant-gergely@dbrt.hu> Edwards Philip M Contr AFRL/SNRR <Philip.Edwards@wpafb.af.mil> Drenning Bruce <bdrenni@catholicrelief.org> Glenn
2006 Aug 08
1
Paginating an existing array
I have a rather complex query that constructs the array @posts I''d really like to have these results paginated, but the nature of the query I''m running won''t let me use pagination the normal way. Since I already have a complete array, can''t I just paginate those results some way? -- Posted via http://www.ruby-forum.com/.
2006 Jul 10
0
Paypal gem issues Webrick won''t boot :(
I installed the paypal gem and downloaded the plugin as instructed at http://dist.leetsoft.com/api/paypal/ When the plugin is in the vendor/plugins folder WEBrick refuses to start. No error messages, just "=> Booting WEBrick..." then back to my prompt. Do I have to declare the plugin someplace or something? -- Posted via http://www.ruby-forum.com/.
2006 Jul 26
0
SQL query syntax
I need to search a specific column with an OR statement from a form, but can''t quite seem to figure out how. Right now I have: @query = request.raw_post || request.query_string @phrase = @query.sub(/ /,"% OR %") @posts = Post.find(:all, :conditions => [ ''(title LIKE :search_query OR body LIKE :search_query OR city LIKE :search_query
2006 Aug 04
1
file_column issues on dreamhost
ok, here''s the deal. I''m having an issue using the file_column plugin on dreamhost. Everything works great on my local dev machine using webrick. On dreamhost i have no errors, but initially the uploaded images where stored in /public/user/...etc... When the image should have displayed I just got the filename instead. I though it might be a routing issue, so I tweaked the