Displaying 20 results from an estimated 3000 matches similar to: "Under POP attack - now to prevent?"
2008 Nov 10
1
R 2.8. and languageR
Hi,
I have been using the library languageR in R2.6.0 for some while.
I now would like to use new functions of this library (especially
plotLMER.fnc) and have downloaded R 2.8.0.
Error messages appear when I load the languageR library (I have tried
several times on different computers but this doesn't help.:
Attachement du package : 'Matrix'
The following object(s)
2003 Apr 08
1
Root Password
Dear Samba Help,
I have forgotten my root password to my SAMBA system, is there a way I can
login to the system without root password, and then change the root password
after login ?
Will appreciate your assistance.
Best Regards
Mit freundlichem Gru?
Audrey Phang
Siemens Power Generation Asia Pacific Sdn Bhd
Control & Instrumentation Department
* 006 03 7952 4213
* 006 03 7952 4390
* 006
2007 Dec 19
1
adding lines to a barchart
Hi all
I can't find what I am looking for so I am asking here. I have a
dataset that looks something like this.
Year season percent_below
2000 Winter 6.9179870
2000 Spring 1.6829436
2000 Summer 1.8463501
2000 Autumn 3.8184993
2001 Winter 2.8832806
2001 Spring 2.5870511
2001 Summer 0.0000000
2001 Autumn 4.7248240
2002 Winter
2009 Aug 16
1
Application caching in the browser?
Hello people,
Are any of you implementing application caching in the browser?
Here is the use-case I am interested in:
End-user-Bob uses his browser to navigate to
the_bob_end_user_crm_app.com
While there he navigates to these URLs:
the_bob_end_user_crm_app.com/accts/show/123
the_bob_end_user_crm_app.com/accts/show/321
the_bob_end_user_crm_app.com/accts/show/45678
Each of the above URLs
2005 Nov 21
1
Plotting one or more series on the same graphs
Hi, I'm from Italy (sorry for my english...). I've two questions about
the plot function.
I've to create a simple graph for the data set "n_species":
species=sqlQuery(dati, "select count(distinct species), season from
captures_complete_r group by species, season")
n_species=tapply(species$count, species$season, sum)
n_species=data.frame(n_species)
n_species
2009 Mar 25
2
no internal function "int.unzip" in R 2.9 on Windows
Dear list,
Using R 2.9, I have the following error on Windows when I try using
.Internal(int.unzip(...)):
> .Internal(int.unzip("test.zip",NULL, "."))
Error in .Internal(int.unzip("test.zip", NULL, ".")) :
no internal function "int.unzip"
The same error also happens with R 2.10 but not on R 2.8. And it does not
happen with R 2.9 on Mac or
2011 Jun 29
3
very large pair() plot
Hi everyone,
I'm a newbie and this is my first post.
My boss wants me to make a series of scatter plots where 76 variables are
plotted against each other. I know how to do this using pair()...my problem
is that there are just too many plots to fit in the window.
Is there any way I can get all the plots to fit and make the font size and
marker size scale so it is readable? My goal is to
2009 Aug 22
1
Rails params-hash. jQuery have this?
Hello,
Rails has a hash named "params" which contains information from my
current URL.
Does jQuery have something like params?
Related question:
What is the jQuery-way of getting data out of the current URL?
-Audrey
2007 Sep 17
1
side bars on dendrograms with latticeExtra
Dear all,
I am using the heatmap representations of latticeExtra package and I
would be interested to draw color side bars representing the groups of a
factor of interest. From my understanding of :
> help(dendrogramGrob)
...
The 'add' argument can be used for additional annotation at the
base of the dendrogram. It should be a list with one component
for each row,
2010 Nov 23
1
Barplot and plot means with confidence intervals in the same plot
I want to obtain a barplot with error bars and a mean plot with error bars
with other scale on the left in the same plot. I need help to get the same
x axis (centered) when overlay two plots (barplot2 and plotCI (or
lineplot.CI) with errorbars), with diferent y axis. I use par (new=T) but
the X axis names are not centered with the figures.
An example of my data:
2008 Apr 08
1
Legend on plots when using Cairo
Dear all,
I am trying to use the Cairo package to avoid some X11 issues and it
works very well. However, when I want to add a legend to my plots, I
receive an error message from Cairo:
> library(Cairo)
> CairoPNG(file="test.png")
> plot(1:100)
> dev.off()
null device
1
This works fine. But:
> CairoPNG(file="test.png")
> plot(1:100)
>
2014 Jul 13
2
[LLVMdev] pinging 18097: atomic<> of trivially copyable class is rejected
hi all,
bug 18097 has already been discussed on this list more than a year ago,
and it is open with a patch attached since last autumn ... despite being
tagged as release blocker. is there any estimation when this issue will
be fixed?
tia,
tim
2008 Mar 06
1
order the plots using lattice
Dear all,
I am running something similar to this short example:
library("lattice")
library("geneplotter")
X=matrix(cbind(1:100,100:1,c(1:50,50:1)),ncol=3)
Y=matrix(cbind(1:100,1:100,1:100),ncol=3)
names=1:3
dummy.df = data.frame(names = factor(names, levels = names),
x = seq_along(names),
y = seq_along(names))
xyplot(y ~ x | names, dummy.df,
xlim = c(1,100),
2007 Jul 09
7
Xapian pubmeet
Hi all,
A few of us have been discussing whether we should have a Xapian social
gathering of some kind. The current idea is meeting up in a pub in
London some time in autumn for drinks and food. However all of this
really depends on who might be able to come! It would be a chance to
meet other Xapian enthusiasts in an informal social setting and talk
about all things search-related (and
2013 Oct 08
1
[PATCH] drm/nouveau: suspend to D3hot, not to D3cold
In the autumn and winter it's considered bad form to set power state to D3cold, it might
cause the device to freeze to death. This is also the case in the other seasons, so any
device in the southern hemisphere is affected too.
D3cold is not a valid state in a call to pci_set_power_state, only up to D3hot is allowed.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at canonical.com>
2010 Aug 16
1
Strategy for maintaining R in student PC labs
Dear All
At institutes where there are PC labs used by Masters and undergraduate
students and software is maintained /managed by a central IT services,
do you always update R every time a new version is released - around
beginning of April and October? Do you also ask them to install all
patch releases as they turn up?
Currently our IT department update once a year before the start of the
Autumn
2010 Oct 23
0
Frank Harrell's 2011 RMS Short Course-March 9,10 and 11 (fwd)
2011 Regression Modeling Strategies Short Course by Frank E. Harrell, Jr., Ph.D., Professor and Chair, Department of Biostatistics, Vanderbilt University School of Medicine.
2011 Dates: Wednesday, March 9 (8:00AM-11:00AM), Thursday, March 10 (8:00AM-4:00PM) and Friday, March 11, 2011 (8:00AM-4:00PM).
Location: Vanderbilt Campus; Sarratt Student Center (SARR) 216/220.
Requirements: strong
2004 Mar 03
1
Big VPN
Richard Atterer wrote:
>On Tue, Mar 02, 2004 at 10:00:58PM +0100, I.R. van Dongen wrote:
>
>
>>You might want to check tinc (http://tinc.nl.linux.org)
>>
>>
>
>I strongly recommend *not* to use tinc.
><http://www.securityfocus.com/archive/1/249142> illustrates that the
>authors didn't have enough expertise to build a secure tool 2 years ago.
2012 Mar 27
1
Data indexing issue...
Dear R-help,
My dataset (which is a data frame, called 'Calender' here) includes 365
rows representing 365 days for a year. One column ('Season')contains
factor data representing seasons, e.g. spring, summer, autumn and winter.
Another column (called 'Day') contains data representing wether the day is
a working day (I use 'Wd' for short here)or weekend (I use
2011 Sep 22
2
Subsetting a zooreg object using window / subset
Dear R users,
I am currently working in subsetting a zooreg() object using either window or subset. I have a solution but it may be a bit cumbersome when I start working with actual data. Your inputs would be greatly appreciated.
Example: I have a zooreg() object that starts in 1997 and ends in 2001. This object contains daily data for the 4 years