Displaying 5 results from an estimated 5 matches for "fabricius".
2007 Sep 07
3
Fails to restart mongrel cluster after Capistrano rollback (PIDs not deleted)
...they don''t clean up their PID files,
and thus they fail to start again.
The full output of the rollback looks like this:
http://pastie.caboo.se/94602
My deploy.rb looks like this:
http://pastie.caboo.se/94600
Any help on this issue would be appreciated - thanks!
Best regards,
Casper Fabricius
2012 Nov 09
3
General function to substitute values in a data frame
......................}
# and so on... but of course this one does not work,
I just wrote down what I suppose it should looks like. Then I could use:
> change.to.letters(y) # or
> lapply(df, FUN=change.to.letters)
Any help would be much appreciated!
Thanks!
Fabricius
[[alternative HTML version deleted]]
2009 Mar 20
1
CCA - manual selection
...ckage, to see which ones of them have
significative influence in my dependent variables (like the manual selection
in canoco), but I can't find any function (or package) that do such a thing.
The dependents variables are species data, and the independents are
ambiental data.
Than you.
Fabricius
[[alternative HTML version deleted]]
2006 Apr 28
2
tests and login_engine
Hi there,
I just started writing tests today after some months of using rails (slap wrists).
I seem to be getting the hang of things, but I''m hitting a wall when it comes to functional_testing pages protected by login_engine/user_engine.
all my assertions come back with:
Expected response to be a <:success>, but was <302>
Is there a way I can login from within a test?
2006 Feb 16
0
sums of absolute deviations about the median as split function in rpart
Dear R community,
as stated in Breiman et.al. (1984) and De'Ath & Fabricius (2000) using
sums of absolute deviations about the median as an impurity measure
gives robust trees.
I would like to use this method in rpart.
Has somebody already tried this method in rpart? Is there maybe already
a script available somewhere?
I am aware of the possibility to define usersplits...