Displaying 8 results from an estimated 8 matches similar to: "complex find"
2009 Jul 29
9
partials...
I am getting a blank page, no errors, just a blank page.
I have 2 files...
reports/city_taxes_print.erb
reports/_city_taxes_print.erb
and my method is city_taxes_print and after getting variables from the
controller, my erb file which is fairly basic...
<% # City of Scottsdale
@taxauthids = [ "32", "40" ]
@report_title = "Scottsdale Sales Tax Detail Report for
2011 Aug 02
1
Writing multiple regression in one function
Hello all,
I am newbie to R and have not been able to find too much stuff on a version of VAR(p) I am working on.
Would someone be able to tell me if there is a more elegant way of writing A function for the following? Many thanks in advance. Darius
I am regressing returns of 8 asset classes on lagged values of 4 state variables and so I have 8 equations like the following:
cash_lag1= dynlm
2010 Jun 08
2
type conversion with apply or not
Folks, i thought it should be straightforward but after a few hours poking around, I decided it's best to post my question on this list.
I have a data frame consisting of a (large) number of date columns, which are read in from a csv file as character string. I want to convert them to Date type. Following is an example, where the first column is of integer type, while the rest are type
2010 Sep 15
1
csv/Rails 3/ruby 1.9.2p0/mysql encoding problem
I''m having an encoding problem, even though I''m attempting to have all
my data always be in utf-8. Here''s the path the data takes:
I have a CSV file that I believe is in utf-8, because I''m looking at
it in a hex editor. One of the words is:
64 65 62 74 6F 72 E2 80 99 73
which translates to:
debtor’s [that is, it contains a smart apostrophe]
Now,
2003 Apr 24
2
printing hhheeeellllpppp
Hello users of the wine!
I have a problem with printing in the wine! I am testing with cups but I
not obtained to make to function! somewhere could help me!
felipe Debtor
--
POP. Nem parece internet gr?tis.
Seja POP voc? tamb?m!
Acesse: http://www.pop.com.br/pop_discador.php e baixe o POPdiscador.
2011 Apr 11
1
Regression model with proportional dependent variable
Hello, dear experts. I don't have much experience in building
regression models, so sorry if this is too simple and not very
interesting question.
Currently I'm working on the model that have to predict proportion of
the debt returned by the debtor in some period of time. So the
dependent variable can be any number between 0 and 1 with very high
probability of 0 (if there are no payment)
2000 Mar 03
1
tapply, sorting and the heap
howdy gurus,
I'm new and green and I was hoping for a tiny bit of your expertise.
I'm running out of virtual memory (heap?) when summing using tapply. I've
already used --vsize=90M on my hpux machine. (details below)
Can I pre-sort or something to prevent my error?
thanks,
John Strumila
john.strumila at corpmail.telstra.com.au
> gc()["Vcells","total"]
[1]
2011 Apr 11
0
Package fgui returns error: Object of type closure is not subsettable
Hello All,
I have written three functions.
First: To input user specified SAS dataset and plot the boxplots of relevant
variables.
Second: Extract the number of hours, minutes etc. from a variable describing
a time-point using regular expressions.
E.g. 'Per1, Day 2, 24 Hour' would be separated into three
columns, Per (value 1), Day (value 2) and Hour (value 24)
Third: