search for: wiould

Displaying 3 results from an estimated 3 matches for "wiould".

Did you mean: whould
2012 Aug 21
2
define subset argument for function lm as variable?
...o a series of linear models, and would like to define the input arguments for lm() as variables. I managed easily to define the formula arguments in a variable, but I also would like to have the "subset" in a variable. My reasoning is, that I have the subset in the results object. So I wiould like to add a line like: subs <- dead==FALSE & recTreat==FALSE which obviously does not work as the expression is evaluated immediately. Is is it possible to do what I want to do here, or do I have to go back to use dat <- subset(dat, dead==FALSE & recTreat==FALSE) ? dat <-...
2012 Jun 19
1
how to manipulate dput output format
...al, but the code is very 'hackish' due to the need to get rid of quotes, endlines, parenthesis, etc. I was wondering if i could manipulate to an extent dput output with some options that define it, for example, get rid of quoting each element in matirx dimnames somehow. Another great thing wiould be to make dput dump rownames and colnames on two separate lines, but i don't think it's possible. To give a specific example, instead of dput output like **new("big.matrix.descriptor" , description = structure(list(sharedType = "FileBacked", filename = "res&q...
2004 Dec 14
2
Re: Asterisk-Users Digest, Vol 5, Issue 192
...| | 1 | USA | USA | Carrier | 0 | 30 | 0.04 | +---------+------------+---------+----------+-------------+-----------------+------+ It shows a few other routes before the USA, but ASTCC is written to use the first row in the result table, which in this case wiould be Bangladesh (880). But this would be incorrect since I am dialing USA. I am not a MYSQL expert, so I am not sure how to make the query return the result with the first digit of the dialed number as the first row, which would be the USA route. Thanks, Voipcarib ----- Original Message -----...