Displaying 20 results from an estimated 516 matches for "anna".
Did you mean:
wanna
2004 Feb 09
0
Returned mail (PR#6561)
--==M2004020923123623794
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
--- The message cannot be delivered to the following address. ---
anna@metso.com Permanent error involving remote host.
554 Transaction failed (too many hops)
--==M2004020923123623794
Content-Type: message/delivery-status
Reporting-MTA: mailgate01@metso.com
Final-Recipient: rfc822;anna@metso.com
Action: failed
Status: 5.1.1
Diagnostic-Code: X-Notes; Cannot route...
2010 Feb 10
3
saslauthd attack
I'm seeing a lot of activity over the last two days with what looks to
be a kiddie script. Mostly trying to access several of our servers with
the username anna. All failed... in fact I don't think we have a user
anna on any of our servers. Meanwhile...
I'm running Sendmail. This pertains to Centos 4 and 5 servers. I'm also
running fail2ban on some and Ossec on others. So far, no blocking is
being done. When I look at the logs all I find is...
2013 Mar 04
1
dsync-remote(): Error: doveadm client: No command given
...ib/dovecot
Mar 4 16:53:35 dov1 dovecot: lmtp(29382): Debug: Module loaded: /usr/local/lib/dovecot/lib15_notify_plugin.so
Mar 4 16:53:35 dov1 dovecot: lmtp(29382): Debug: Module loaded: /usr/local/lib/dovecot/lib20_replication_plugin.so
Mar 4 16:53:35 dov1 dovecot: lmtp(29382): Debug: auth input: anna at optnet.local uid=1005 gid=1005
Mar 4 16:53:35 dov1 dovecot: lmtp(29382, anna at optnet.local): Debug: Effective uid=1005, gid=1005, home=/var/mail/virtual/optnet.local/anna
Mar 4 16:53:35 dov1 dovecot: lmtp(29382, anna at optnet.local): Debug: Namespace inbox: type=private, prefix=, sep=, inbo...
2010 Mar 03
5
filtering signals per day
...0 0
2006-11-03 1 0
2006-11-03 0 0
The thing is that I want to do it with matrix functions and not doing a loop
but I still have no clue even after having spent time on it. Can somebody
please help me? thank you!
-----
Anna Lippel
--
View this message in context: http://n4.nabble.com/filtering-signals-per-day-tp1577044p1577044.html
Sent from the R help mailing list archive at Nabble.com.
2011 Mar 16
5
R² for non-linear model
Dear List,
how can I obtain the value of r suqared for a non-linear model? For
linear models it can be found in the summary() of the model but for
non-linear models I just don't know. Please help!
Anna
2013 Mar 07
3
ggpliot2: reordering of factors in facets facet.grid(). Reordering of factor on x-axis no problem.
...ly afraid of displaying the wrong
things without noticing it.
Here is my code and comments:
I want to have my factor 1 in the order: "F", "E", "C", "D", "A", "B"
instead of alphabetical. My normal methods do not work.
with kind regards
Anna Zakrisson
# Some dummy data:
mydata<- data.frame(factor1 = factor(rep(LETTERS[1:6], each = 80)),
factor2 = factor(rep(c(1:5), each = 16)),
factor3 = factor(rep(c(1:4), each = 4)),
var1 = rnorm(120, mean = rep(c(0, 3, 5), each = 40),...
How to plot 2 continous variables on double y-axis with 2 factors: ggplot2, gplot, lattice, sciplot?
2013 Feb 25
3
How to plot 2 continous variables on double y-axis with 2 factors: ggplot2, gplot, lattice, sciplot?
...ty sure
that the means are wrong as I have assumed that the below calculates the
mean of each factor level separately and not the mean per level factor 1 AND
factor 2.
Is there a way of doing this in ggplot2?
I have also tried plotmeans() in the sciplot package, but was unsuccessful.
Sincerely
Anna Zakrisson
library(plotrix)
?brkdn.plot
par(family="serif",font=1)
brkdn.plot("y1", "factor1","factor2", data=mydata,
mct="mean",md="sd",
main="",
cex=0.8,
stagger=NA,
xlab=&...
2006 Dec 04
8
Calling R functions in Delphi
Hello All,
We would like to call quantile() function from the R-package STATS in a
Delphi program. If this is possible, could anyone provide us with an
example?
Thanks in advance.
--Anna
-----------------------------------------
Anna Belova
Abt Associates Inc.
4800 Montgomery Ln, St 600
Bethesda, MD-20814
phone: 301-347-5304
fax: 301-652-7530
http://www.abtassociates.com/environment
-----------------------------------------
This message may contain privileged and confidential info...
2011 Nov 16
2
Contour on top of 2d histogram
...plot one data set as a 2d histogram and another one as a contour. I can do it separately with the
"hist2d" and "contour" functions, but I wonder if there is a way to combine these two plots into a single one (the ranges of the two plots are the same).
Any suggestions?
Thanks,
Anna
[[alternative HTML version deleted]]
2016 Sep 30
2
Adding utility/debugging passes upstream
Hi Mehdi,
On Sep 30, 2016, at 4:27 PM, Mehdi Amini <mehdi.amini at apple.com<mailto:mehdi.amini at apple.com>> wrote:
On Sep 30, 2016, at 12:37 PM, Anna Thomas via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote:
Hi,
I was wondering what’s the community guideline for adding new passes which are solely used for debugging/analysis purposes? Can this be in the upstream llvm, or such passes are more suitable...
2011 May 13
2
biplots for PCA
...pdf) that I ran however the
names of the variables which are placed at the end of the arrows overlap and
are thus unreadable. Similarly some of the numbered points overlap. I was
wondering if there was a way to edit the biplot to move the label names and
if not what the best alternative is.
Thanks
Anna
pca<-biodata[,3:10]
model<-prcomp(pca,scale=TRUE)
summary(model)
biplot(model)
--
Dr Anna R. Renwick
Research Ecologist
British Trust for Ornithology,
The Nunnery,
Thetford,
Norfolk,
IP24 2PU,
UK
Tel: +44 (0)1842 750050; Fax: +44 (0)1842 750030
-------------- next part --------------
A no...
2016 Jul 01
2
How to resolve conflicts between sanitizer_common and system headers
> On Jul 1, 2016, at 12:10 PM, Dmitry Vyukov <dvyukov at google.com> wrote:
>
> On Fri, Jul 1, 2016 at 8:53 PM, Anna Zaks <ganna at apple.com> wrote:
>> Hi Sanitizer Runtime Developers,
>>
>> We recently ran into a problem building clang because some of the
>> definitions in sanitizer_common conflicted with system definitions and later
>> another system header was trying to us...
2007 Sep 18
4
FOSS Codecs for Online Video: Usability, Uptake and Development - First Draft
..._Development
I have been writing this report into FOSS Video Codecs for the last few
months for the Transmission network of online video projects for social
change.
http://transmission.cc
A version in PDF (see below) is also available for reading offline here:
http://www.engagemedia.org/Members/anna/FOSS_Codecs_For_Online_Video_1_1.pdf
I would rather have feedback into a second draft from the Transmission
network before distributing the report too widely, to ensure the report
benefits from all our knowledge and reflects the needs of the network.
But I thought people on this list might like...
2007 Sep 18
4
FOSS Codecs for Online Video: Usability, Uptake and Development - First Draft
..._Development
I have been writing this report into FOSS Video Codecs for the last few
months for the Transmission network of online video projects for social
change.
http://transmission.cc
A version in PDF (see below) is also available for reading offline here:
http://www.engagemedia.org/Members/anna/FOSS_Codecs_For_Online_Video_1_1.pdf
I would rather have feedback into a second draft from the Transmission
network before distributing the report too widely, to ensure the report
benefits from all our knowledge and reflects the needs of the network.
But I thought people on this list might like...
2011 May 08
2
Rearranging variables in table in non-alphabetical (manually specified) order
Dear all,
I'm trying to rearrange variables in a table in a custum order for using it with levelplot. So far I could only find examples showing how to sort alphabetically. Here is a short example:?
a <- c("Anna","Anna","Michael","Klaus","Klaus","Anna","Fritz")?
b <- c("Schnitzel","Pommes","Pommes","Schnitzel","Wurst","Schnitzel","Schnitzel")?
food <- matrix(c(a,b),7...
2003 May 23
3
calling files of commands in R
...and I am just
misunderstanding the basic structure of R.
Right now, I am writing everything in a buffer (emacs) and then copying it
into R when it is correct. Is there a way to save a file of commands and
then just type the file name or something in R and have the commands executed
within R?
Anna
2003 Jul 01
3
lines and legend
When I am trying to put a legend on a plot where I am using "lines", R just
ignores it. I can do it with boxplot or plot, but just not with lines. Am I
doing something wrong? Maybe I am just making a mistake?
Anna
2020 Mar 06
1
[PATCH] virtio_ring: Fix mem leak with vring_new_virtqueue()
On 2/25/20 9:13 PM, Jason Wang wrote:
>
> On 2020/2/26 ??12:51, Suman Anna wrote:
>> Hi Jason,
>>
>> On 2/24/20 11:39 PM, Jason Wang wrote:
>>> On 2020/2/25 ??5:26, Suman Anna wrote:
>>>> The functions vring_new_virtqueue() and __vring_new_virtqueue() are
>>>> used
>>>> with split rings, and any allocations wi...
2010 Mar 26
3
Using lapply with two lists
Hello guys,
I have a list L1 of matrix. I have another list L2 with the same number of
elements representing the row of the L matrix that I want to delete
(L1[[i]][-L2[[i]],]) but I can't do this with lapply as it iterates through
L1 (first argument) and not L2. Any idea?
-----
Anna Lippel
--
View this message in context: http://n4.nabble.com/Using-lapply-with-two-lists-tp1692883p1692883.html
Sent from the R help mailing list archive at Nabble.com.
2010 Jan 29
7
Simple question on replace a matrix row
Hello, I have a matrix mat1 of dim [1,8] and mat2 of dim[30,8], I want to
replace the first row of mat2 with mat1, this is what I do:
mat2[1,]<-mat1 but it transforms mat2 in a list I don't understand, I want
it to stay a matrix...
-----
Anna Lippel
--
View this message in context: http://n4.nabble.com/Simple-question-on-replace-a-matrix-row-tp1427857p1427857.html
Sent from the R help mailing list archive at Nabble.com.