search for: haight

Displaying 4 results from an estimated 4 matches for "haight".

Did you mean: haigh
2008 Jul 07
1
Interest in a Use R Group in San Francisco area?
All, Tuesday week (July 15th) Mike Driscoll & I will be presenting "A Gentle Introduction to R and its Applications in Business Intelligence" at the SDForum Business Intelligence SIG in Palo Alto, California. One motivation is to judge interest in starting a Use R Group in the Bay Area. We will have an informal organizational meeting after the talk. We hope all local R
2002 Feb 25
2
Questions about a working Samba PDC
Is there anyway to have roaming profiles OFF by default? If I add a user to a machine, I always have to go and set them to a local profile. Is there anyway to do groups? When sharing files or printers, I would rather add a group than each individual user. I have one Windows XP Pro client and when I do sharing permissions it comes up with this search interface and it can't find any of the
2006 Oct 27
0
VGAM package released on CRAN
...ction ggamma Generalized Gamma distribution family function gpd Generalized Pareto Distribution Family Function grc Fitting Goodman's RC Association Model gumbel Gumbel Distribution Family Function hzeta Haight's Zeta Family Function inv.gaussianff Inverse Gaussian Distribution Family Function invlomax Inverse Lomax Distribution Family Function invparalogistic Inverse Paralogistic Distribution Family Function leipnik Leipnik Distribution Family Function...
2006 Jul 05
0
Javascript repeating fields.
The one area I keep hitting my head against in Rails is repeating fields via javascript. I frequently have forms where one or more fields are actually broken out into sub tables because there can be multiple simultaneous values. Rails seems to want to you to use the [] construct in the form helpers (e.g. text_field(''employee[]'', ''name'')), but I can''t