Displaying 20 results from an estimated 93 matches for "marinos".
Did you mean:
marinov
2008 Jul 01
3
plot window
Hi list,
I want to know how can i creat a plot window with this configuration:
_______________________________
| |
| PLOT 1 |
| |
|-----------------------------|
| | |
| | |
| PLOT 2 | PLOT 3 |
| | |
| | |
2013 Jun 07
1
It seams that fast99 function (sensitivity package) does not work out for norm distribution.
Dear all mailing listers,
Does Anyone have the same problem as mine when using the fast99
(extended-FAST method) to perform SA of model with norm distribution inputs?
See the simple example given following.
Any suggestion will be greatly appreciated.
Thank you!
Marino
# Simple example
# 1. uniform version (It works well)
library(sensitivity)
Myfun<-function(x){return(rowSums(x))}
SA1
2010 Jul 10
4
Using Ubuntu as a Server
*Hi,
I want to know how can I configure R in a Ubuntu to be a server.
I am planning to use R in a Windows machine with Tinn-R, but I want R
running at an Ubuntu Lucid machine.
How can i do this?
*Atenciosamente,
Leandro Marino
http://est.leandromarino.com.br/Blog (Estatístico)
Cel.: + 55 21 9845-7707
Cel.: + 55 21 8777-7907
[[alternative HTML version deleted]]
2009 Mar 06
2
Numbers
Hi,
I know the function LETTERS, but, now I have some letters to convert it in numbers, like A=1,B=2, etc... Is any function to do that?
Atenciosamente,
Leandro Lins Marino
Centro de Avalia??o
Funda??o CESGRANRIO
Rua Santa Alexandrina, 1011 - 2? andar
Rio de Janeiro, RJ - CEP: 20261-903
R (21) 2103-9600 R.:236
( (21) 8777-7907
( leandro at cesgranrio.org.br
"Aquele que suporta o peso da
2020 Jul 16
2
NFS vs Replication
Thank you all for replies!!!
Some missing infos...
- As load balancer I'm using a pair of keepalived with simple setup and
not the DNS
- Load balancer algorithm is "Weighted Least-Connection"
- About 20 domains and 3000 email
- I'm monitoring my backend servers with poolmon
- The backend servers are virtual machine (vmware) with datastore on
"all flash" storage
based
2008 Jul 17
3
Colours in R
Hi list,
I will help an person that will use some graphics of R in internet.
But this pearson want to specify the colours. This person want me to create
an pallete of colours like that:
Name of color - Code - Colour
White - 0xFFFFFF - color white (like an box with this color)
I know that is possible with R, but i don't know how.
Thanks for the advance.
Atenciosamente,
Leandro Lins
2020 Aug 19
0
pop3_migration plugin
Hello,
I'm trying to migrate from an old courier-IMAP server on which I made a
plugin to access the individual mailboxes with a master password
Emails are used in both POP3 and IMAP.
I followed this guide https://wiki.dovecot.org/Migration/Dsync
In the log I find these messages, which are generated by the server
independently without issuing the command "doveadm backup ..."
2009 Feb 10
2
forestplot
Dear R users,
Is there any way to control the size of the box around the mean when
creating a Forest plot using the forestplot function?
regards
Mark
Mark T. Marino, MD
VP, Early Clinical Development
Mannkind Corp.
61 S. Paramus Road
Paramus, NJ 07652
201-983-5238 Office
203-512-4008 Cell
mmarino@mannkindcorp.com
[[alternative HTML version deleted]]
2020 Jul 15
4
NFS vs Replication
Hello list,
I built an email system using a proxy / director pair (IMAP, POP3, LMTP)
and a backend pair.
To have an HA system, I would like to understand if it is better to use
an NFS export or replication to save emails and index files
NFS is provided by a NAS (in HA), while for replication I would use the
local backend disks
Which of the two systems is more reliable? Are there any drawbacks
2007 Jul 12
0
No subject
...
Activating "sip debug" shows the register packets but nothing in return.
...
I think that this is a network related issue, but you have to solve it by
using a Asterisk config file.
Unfortunately I think that the faster way to solve your problem is trying to
understand if sip messages are correctly sent to tnet.
I strongly suggest to use http://www.wireshark.org/ previoulsly named
2007 Jul 12
0
No subject
tnet.itand SIP register messages are not replied.
I suggested to check if your Asterisk box is really sending SIP messages,
you can use a net sniffer.
Did you alerady used different sip client with the same sip account of your
Asterisk box?
Did you use zoiper from the same box?
Marino
p.s.
Are you Italian?
On Mon, Jul 14, 2008 at 5:27 PM, Giorgio Incantalupo <
gincantalupo at
2018 May 10
2
Error compiling with --with-storages=
Hello,
Usually I compile Dovecot with option --with-storages=maildir
Starting with 2.2.30 and up to 2.2.36 RC this option cause the
compilation to fail with this error:
.libs/quota-imapc.o: In function `imapc_quota_refresh':
quota-imapc.c:(.text+0x82d): undefined reference to
`imapc_client_get_capabilities'
quota-imapc.c:(.text+0x87d): undefined reference to
2011 Aug 28
4
How do I get a weighted frequency table?
? stato filtrato un testo allegato il cui set di caratteri non era
indicato...
Nome: non disponibile
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110828/d35f51a1/attachment.pl>
2020 Nov 16
1
last-login Plugin
Hello,
i'm using last_login plugin and store data into a MySql DB. I'm using
version 2.3.10.1 and the config is at the end of the email.
I would like to store also the remote IP and the session name. The
config is working but other informations are written only the first
time. Any update is ignored but last_login time.
Debugging MySQL, I notice that dovecot is using this query:
INSERT
2013 Oct 11
3
Gaussian Quadrature for arbitrary PDF
Hi all,
We know that Hermite polynomial is for
Gaussian, Laguerre polynomial for Exponential
distribution, Legendre polynomial for uniform
distribution, Jacobi polynomial for Beta distribution. Does anyone know
which kind of polynomial deals with the log-normal, Student抯 t, Inverse
gamma and Fisher抯 F distribution?
Thank you in advance!
David
[[alternative HTML version deleted]]
2008 Jul 03
1
Migrating from S-Plus to R - Exporting Tables
Does something like this get you close:
x <- list()
keys <- LETTERS[1:6]
# create
for (i in keys){
x[[i]] <- data.frame(a=1:5, b=1:5, c=1:5)
}
# output
output <- file('tempxx.txt', 'w')
for (i in keys){
write.table(i, row.names=FALSE, col.names=FALSE, file=output, quote=FALSE)
write.table(x[[i]], file=output, quote=FALSE)
}
close(output)
On Wed, Jul 2,
2008 Jun 26
2
Read sas7bdat
Hi,
I was reading e-mail about one doubt that you were when you read files
.sas7bdat in R.
Now, I am with the same problem. But I don?t know how can i do that. I have
download de Sas Viewer and i am using this sintax in r:
> read.ssd("X:\\users\\Anresc07","que0411.sas7bdat")
SAS failed. SAS program at
C:\DOCUME~1\leandro\CONFIG~1\Temp\RtmpXR1Tid\file3d6c4ae1.sas
The log
2008 Apr 29
1
generic question ==>> mapping Longhurst biogeochemical ocean provinces in R
...before, to plot a GIS
layer of polygons into a map in R.
Thanks a lot
*
--
>))):) >))):) >))):) >))):) >))):) >))):) >))):) >))):)
Maria Jose Juan Jorda
AZTI - Tecnalia / Unidad de Investigación Marina
Herrera Kaia Portualde z/g
20110 Pasaia, Gipuzkoa, Spain
Recursos Marinos y Pesquerias
Depart. Biologia Animal, Vegetal y Ecologia
Universidade A Coruña
Campus A Zapateira s/n
15071, A Coruña, Spain
Tel. Oficina +34-981167000 ext. 2204
Tel. Mobil + 34-671072900
Fax. +34981167065
mjuan@pas.azti.es
mjuanjorda@gmail.com
[[alternative HTML version deleted]]
2013 Mar 07
1
How to export data with defined decimal places
Hi all mailing listers,
I want to export data with specified precision into .txt file. How can I
make it? See below
sprintf("%.10f",pi)
[1] "3.1415926536"
when carry out write.matrix(pi,"pi.txt"), 3.141592653589793115998 in pi.txt
file not with 10 decimal places like using sprintf("%.10f",pi)
Thanks
Marino
[[alternative HTML version deleted]]
2006 Oct 06
3
Mongrel is crashing under heavy loads
Hi
We''re running mongrel on CentOS 4.2 with Apache httpd 2.2
mod_proxy_balancer, mongrel_cluster-0.2.0, Rails 1.1.6, Ruby 1.8.4,
Pg 8.1.4 backend.
We are on the verge of going live with our site and I am stress
testing the server.
What we are seeing is under heavy loads, our mongrels will seg fault
and die one by one.
Following the advice in a previous thread (http://www.mail-