Displaying 20 results from an estimated 1285 matches for "funded".
Did you mean:
founded
2007 May 16
2
very odd controller spec problem
Here''s a snippet:
it "should provide the fund" do
get(:timesheet,{:id=>@fund.id})
assigns[:fund].should == @fund
end
Works fine on my box, fails on my CI server. Here''s the output:
NoMethodError in ''The FundController timesheet should provide the fund''
You have a nil object when you didn''t expect it!
You might have
2013 Mar 14
2
Grep with wildcards across multiple columns
I have a fairly large data set with six variables set up like the following dummy:
# Create fake data
df <- data.frame(code = c(rep(1001, 8), rep(1002, 8)),
year = rep(c(rep(2011, 4), rep(2012, 4)), 2),
fund = rep(c("10E", "10E", "10E", "27E"), 4),
func = rep(c("110000",
2009 Nov 24
1
How to interpret the name of an object literally?
Hi,
I can't seem to figure out how to tell R to stop expanding an object. I
would like to use the literal name rather than the expanded value.
The issue occurs in a function I've been writing. The problematic part looks
like this:
# "fund" is a matrix of open, high, low, close, and volume prices
returns <- function(fund)
{
p_12ago = as.vector(fund[nrow(fund)-252,6])
2024 Sep 12
2
Samba secures funding from Sovereign Tech Fund
Hello Sambaistas!
Some of you have already noticed the exciting news that I'd like to
hereby share with all of you:
The Samba project has secured significant funding [1] from the German
Sovereign Tech Fund (STF) to advance the project. The investment was
successfully applied for by SerNet. Over the next 18 months, Samba
developers from SerNet will tackle 17 key development subprojects
2008 Aug 19
5
RSpec raising routing errors where Rails doesn''t?
Hopefully someone here can help me figure out why the ERB:
<% form_for(@fund, :url => {:host => PRIVATE_HOST}, :html => {:class
=> ''fund'', :multipart => true}) do |f| %>
raises an error in my specs:
No route matches {:action=>"index"}
but works fine in my app and generates the following, desired HTML:
<form
2024 Sep 12
1
Samba secures funding from Sovereign Tech Fund
On 13/09/24 02:43, Ralph Boehme via samba-technical wrote:
> Hello Sambaistas!
>
> Some of you have already noticed the exciting news that I'd like to
> hereby share with all of you:
>
> The Samba project has secured significant funding [1] from the German
> Sovereign Tech Fund (STF) to advance the project. The investment was
> successfully applied for by SerNet.
2012 Jun 19
1
help with xy.coords(x,y)
i am working on the project to analyze hedge fund performance, i would
appreciate that if you guys could spare some time helping me out with the R
code. Thanks.
The senario is:
i applied BOXPLOT() to plot the performance of all hedge funds with 7
strategies.
And right now in this boxplot I need to plot the points of 30 individual
hedge funds from my portfolio. And I applied POINTS() and
2010 Sep 21
1
[LLVMdev] Speaker and funding deadline tomorrow!
...your talk proposal to us by September 22, 2010 via the website:
http://www.llvm.org/devmtg/talk.php
More information about the meeting here:
http://www.llvm.org/devmtg/2010-11/
Financial Support:
We may have some funding to help active contributors or students attend the event. Those who are funded are required to present at the meeting and may have other requirements from their sponsor (ie. writing a blog post, etc).
If you need funding to attend the meeting, please submit your request to us by September 22, 2010 via the website:
http://www.llvm.org/devmtg/students.php
Thanks,
Tanya
-----...
2012 Jun 08
1
Fwd: How to best analyze dataset with zero-inflated loglinear dependent variable?
...flated loglinear
continuous dependent variable. I can't use regular regression analysis
because the assumption of linearity is violated. Does anyone have any
ideas?
I have already done independent t-tests, but would like to go much
further. I could split up the sample in two ways. First "funded/not
funded" (logistic regression) and then funded only with funding amount
(assuming there might also be differences between projects that
received high versus low funding), but then the N gets even smaller...
Thank in advance,
Heidi Bertels
University of Pittsburgh
2004 Aug 06
1
linuxfund.org - funding for open source projects
Xiph.org is up this round for funding from linuxfund.org.
If you've never used linuxfund.org, go sign up :)
basically, you vote with 'pesos' on which projects you'd like to see
funded, and at the end of teh cycle, 5 projects are funded.
Hopefully we'll be one of those projects :)
jack.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.o...
2012 Jun 14
1
Help for boxplot
Hi guys,
I am doing a project to evaluate the 7 individual fund performance from a
portfolio compared with all fund performance utilizing the same strategy.
Lets say in total there are 10 strategies and in the portfolio there exist 5
strategies.
First, i use the BOXPLOT() and SUBSET() to produce the box plot of all the 5
funds performance individually:
#identify funds in strategies within
1998 Jan 29
0
Funding freeeware (was: R-beta: help in sept)
John Logsdon <j.logsdon at lancaster.ac.uk> wrote:
> This is a problem that has been bothering me for some time. At the
> moment, I use RedHat Linux, Octave, occasionally R and other FSF/GPL
> products. They are generally better, at least in their fundamental
> design, than the commercial versions but there is no clear mechanism to
> ensure their continued development.
2008 Oct 30
0
General development funding: discussion and survey
[sending to -users and -biz in a slightly different format to broaden
participation]
Summary:
Would you help fund different Open-Source Asterisk enhancements,
bugfixes, or documentation if there was a way to collectively
contribute money towards the effort without a profit margin
incorporated into the price? If so, jump to the bottom of this
message and fill out the form on the URL
2020 Oct 26
0
Azure AD Connect and the challenge of funding Samba bugs
...sue - both on Samba's bugzilla and when
speaking with potential commercial customers, I've never actually seen
a clear set of logs!
But I want to touch on something more broadly:
Samba's AD DC development is to each of or community members a
volunteer effort. The Samba Team isn't funded for development, we take
donations which help pay our hosting bills (CI in particular) and until
the year of the pandemic covered travel for those who needed it.
Nobody is on the long-term payroll of the Samba Team, instead Samba is
where is is thanks to the spare time of our committed volunteers...
2010 Mar 30
1
dataframe in loop
hello all:
I would like to thank those who helped me out of the string
problem..but now I got another problem.
I used R to query from SQL and got a list of crsp_fundno of G-style mutual
funds which is still alive. I use the following codes and got what I want:
library(RODBC)
channel<-odbcConnect("CRSPFUND")
g.crspfundno<-sqlQuery(channel,"select crsp_fundno from Fund_style
2009 Mar 06
1
Travel funding for DSC/useR 2009 for young researchers at U.S. institutions
*** Travel and Accommodation Support ***
Funds from the U.S. National Science Foundation may be available to
provide partial support for travel and accommodation for some graduate
students and junior faculty at U.S. post-secondary institutions to
attend DSC 2009 and useR 2009. If you wish to apply for this support,
please send an application to luke at stat.uiowa.edu. Your application
should
2009 Mar 06
1
Travel funding for DSC/useR 2009 for young researchers at U.S. institutions
*** Travel and Accommodation Support ***
Funds from the U.S. National Science Foundation may be available to
provide partial support for travel and accommodation for some graduate
students and junior faculty at U.S. post-secondary institutions to
attend DSC 2009 and useR 2009. If you wish to apply for this support,
please send an application to luke at stat.uiowa.edu. Your application
should
2017 Nov 10
2
R and LINGO?
Hei
Im struggling with this problem:
b) Another company wants to compose the optimal project portfolio based on the following 5-
year project proposals. In the table, the cash flow for each project in each year is shown.
Project 1 Project 2 Project 3 Project 4 Project 5 Project 6
1st year of the project -58 -32 -18 -31 -33 -39
2nd year of the project 17 17 11 4 21 30
3rd year of the project 26 30
2010 Jun 28
1
Stacking several vectors from the list
Hi everybody,
I'm working on the very
messy data, I have tried to clean it up in SAS and
SAS/IML but there is not enough info on how to handle certain things
in SAS so I have turned to R. The thing itself should be rather
simple, so i was wondering if someone could help me out.
The original .csv has ([1] 7138 6338 ) dimensions with funds with the corresponding dates and observations for each
2014 Dec 04
3
[LLVMdev] Perf is dead again... :(
On Thu, Dec 4, 2014 at 8:00 AM, Dan Liew <dan at su-root.co.uk> wrote:
> * Who should fund whatever host is used to host the LNT
> infrastructure. Given the commercial interest in LLVM I hope that this
> will be straight forward
>
FWIW, if you can use google's cloud offerings, I can likely fund it. This
isn't about only being willing to fund our platform vs. some other