Displaying 13 results from an estimated 13 matches for "carletti".
2009 Sep 21
3
compute differences
...??? 0
A-B??? -0.9
A-C??? -3.1
A-D??? -1.9
A-E??? -1.7
B-A??? ...
B-B??? ...
B-C
B-D
B-E
C-A
C-B
C-C
C-D
C-E
D-A
D-B
D-C
D-D
D-E
E-A
E-B
E-C
E-D
E-E
WHERE CASE IS THE COUPLE OF ELEMENTS CONSIDEREDM AND DIFF IS THE computed DIFFERENCE between their values.
Could you give me suggestions?
Alessandro Carletti
2005 Nov 21
1
modify boxplot
Hi everybody,
I'm trying to modify the boxplot just to set the upper
whisker to the 90 percentile value, but I still
couldn't find the solution.
Can anyone help me?
Thanks
Alessandro Carletti
2005 Aug 08
2
selecting outliers
Hi everybody,
I'd like to know if there's an easy way for extracting
outliers record from a dataset, in order to perform
further analysis on them.
Thanks
Alessandro
2009 Apr 18
0
gettext-2.0.1, gettext_activerecord-2.0.1, gettext_rails-2.0.1
...s separated from GetText::TextDomainManager.
Improve to find the locale path.
* Enhance to support ruby-1.9.x [by OZAWA Sakuro]
* gettext_activerecord-2.0.1
* parser.rb: skip anonymous classes [by TieTew]
* gettext_rails-2.0.0
* ActionMailer didn''t work. [Reported by Simone Carletti]
* error_messages_for doesn''t have compatibility with original method. [by Adam Ilan]
(NOTE)
* Rails-2.3.1 and earlier aren''t supported.
Thanks to
-------
OZAWA Sakuro, Tietew, Dan Coutu, Adam Ilan, Mamoru Tasaka,
Mathieu Blondel, Simone Carletti
Website
-------
* h...
2005 Oct 28
4
clustering
Hi everybody,
I'm performing a cluster analysis (pkg "cluster") on a
dataset which includes 15 variables: is there a way to
know how much each variable weighs on the final
clustering output?
Thanks
Alessandro
2005 Apr 27
2
date format
Hi,
I'm trying to convert a vector containing dates in
character format ("dd/mm/yy"): mdy.date (from date
package) seems to be able to do that, but it returns
to me a vector containing julian dates... but
negative!
for example:
16/12/03 is converted into -20470
it is because R recognizes year ../03 as 1903, instead
of 2003, but how can I do to solve this problem? (of
course, I
2005 May 04
1
selecting maximum values
Sorry for disturbing you with another newbie question!
I have a data frame about coastal waters quality
parameters: for some parameters (e.g. NH3) I have only
1 observation for each sampling station and each
sampling date, while in other cases (chlorophyll) I
have 1 obs for each meter-depth for each station and
date. How can I select only the max chlorophyll value
for each station/date?
example
2005 Aug 08
1
vector vs array
Hi!
OK, I'm trying to select some "useful outliers" from
my dataset: I defined 11 "treshold" values (1 for each
level of a variable (sampling site) as follows:
tresholds<-function(x)
{
tapply(x,mm$NAME,FUN=mean ,simplify = T, na.rm=T)->med
tapply(x,mm$NAME,FUN=sd ,simplify = T,
na.rm=T)->standev
standev+med
}
tresholds(mm$chl)
Now I'd like to select
2006 Feb 22
1
isolinux cd does not boot
While developing a custom distro based on CentOS we experienced a
"strange" problem: the cd didn't boot on some machines where it
previously did.
We build the cd using this command:
bootimg='isolinux/isolinux.bin'
bootcat='isolinux/boot.cat'
#mkisopts='-r -N -L -d -D -J'
mkisopts='-r -J'
mkisofs $mkisopts \
-V "$distname
2005 Jul 28
1
conversion from SAS
Hi, I wonder if anybody could help me in converting
this easy SAS program into R.
(I'm still trying to do that!)
PROC IMPORT OUT= WORK.CHLA_italian
DATAFILE= "C:\Documents and
Settings\carleal\My
Documents\REBECCA\stat\sas\All&nutrients.xls"
DBMS=EXCEL2000 REPLACE;
GETNAMES=YES;
RUN;
data chla_italian;
set chla_italian;
2008 Feb 25
1
Error accessing [homes] after 3.0.25b update (uppercase)
OS is smeserver, based on CentOS/RHEL 4.
After update to samba 3.0.25b (included in RHEL U6) users who had
"mapped" their home in Network places were unable to access the share.
All other shares worked.
On every attempt a line similar to the following was logged:
Feb 14 10:11:49 nethservice smbd[6258]:
'/home/e-smith/files/users/FRANCESCA/home' does not exist or
permission
2015 Oct 31
0
Dovecot, JavaMail, UIDs and Message Numbers
We're using dovecot-2.1.16 on CentOS (rpm package from epel repo).
Maildir format on ext4.
> What exactly do you mean by "Dovecot started reindexing"?
Selecting thread sort on the javamail client, the imap process opens
all files in the folder and updates the following files on disk:
dovecot.index
dovecot.index.cache
dovecot.index.log
dovecot.index.log.2
dovecot.index.thread
2008 Sep 15
0
Caching RJS fragments
Do you have any hint for using fragment caching within a RJS response?
I''ve the following piece of code in a rjs template
for hotel in @hotels
cache(:id => hotel.id, :format => params[:format]) do
page.insert_html(:bottom, :items, :partial => hotel, :locals =>
{ :city => @city, :country => @country })
end
end
but when the response is rendered it returns the