Displaying 20 results from an estimated 200 matches similar to: "Anomaly in MIN (MAX) ?"
1998 Nov 10
1
Pivoting a data.frame
Hi,
I would like tranform a data.frame which has a structure similar to the:
Col1 Col2 Col3
B1 1 0.3
B1 2 0.4
B1 3 0.3
B2 1 0.2
B2 2 0.2
B2 5 0.4
B2 6 0.1
B3 1 0.2
B3 2 0.1
B3 5 0.2
[Data Frame 1]
Into the following structure (pivoting or transpose is
being used sometimes to
1999 Mar 24
2
Change of parsing parameters to functions between 0.63.1 and 0.63.3 ?
Hi,
I wonder whether the mechanism of parsing parameters to functions has
changed between 0.63.1 and 0.63.3? The following code yeils different
results in R 0.63.1 (Version 0.63.1 (Dec 5, 1998)) and R 0.63.3.
cave<-function(x,a,b)
{
return(c(mean(x[a],na.rm=T),mean(x[b],na.rm=T)))
}
datx <- data.frame(rbind(c(1,2,3,4),c(4,5,6,7)))
1999 Mar 24
2
Change of parsing parameters to functions between 0.63.1 and 0.63.3 ?
Hi,
I wonder whether the mechanism of parsing parameters to functions has
changed between 0.63.1 and 0.63.3? The following code yeils different
results in R 0.63.1 (Version 0.63.1 (Dec 5, 1998)) and R 0.63.3.
cave<-function(x,a,b)
{
return(c(mean(x[a],na.rm=T),mean(x[b],na.rm=T)))
}
datx <- data.frame(rbind(c(1,2,3,4),c(4,5,6,7)))
2012 Mar 02
1
3d surface plot (ideally using rgl package)?
Dear HelpeRs,
I would be grateful for anybody who might help to produce the following
plot (the code for matlab is below) using the "rgl" package of R?
[t,r] = meshgrid(linspace(0,2*pi,361),linspace(-4,4,101));
[x,y] = pol2cart(t,r);
P = peaks(x,y);
figure('color','white');
polarplot3d(P,'colordata',gradient(P));
view([-18 72]);
You may see the code and plot
2012 Mar 12
1
ggplot2: coord_polar
Hello HelpeRs,
The last print statement in the code segment below results in :
Error in data$x[data$x == -Inf] <- range$x.range[1] :
replacement has length zero
R version 2.14.1 Patched (2011-12-23 r57982)
ggplot2: version 0.90
OS : Linux (64bit)
Any thoughts?
Many Thanks,
A.
## code segment starts here
df <- data.frame(
trt = factor(c(1, 1, 2, 2)),
resp = c(1, 5,
2006 Feb 09
5
Ajax.Updater not populating element - please help
Hello everyone,
This is related to my post a few days ago regarding multi select
lists. I''ve rewritten the code and now can''t seem to get the
Ajax.Updater in getModels() to "execute", and the element never gets
populated.
I know it''s something obvious and hope someone could point it out to me.
Thanks for any help.
Here''s my code:
<script
2007 Jan 19
1
I want install samba on debian
Dear
I am very beginners for samba. I want to install samba on Debian. I want maintain file server. We have 50 PCs that are running on WinXP I want connect these PCs to PC it run on Debian .
Over IP Range is 192.168.1.0 255.255.255.0
What are the main step to install samba on debian .
DNS server is must or not?
Can you help me thanks
2009 Mar 26
1
Problems with idmap_adex module
Hi Guys,
I'm having problems getting the new idmap_adex module to work.
When using the idmap_adex plugin I get the following:
# wbinfo -n administrator
S-1-5-21-XXXXXXXXX-XXXXXXXXXX-XXXXXXXXXX-500 User (1)
# wbinfo -i administrator
Could not get info for user administrator
As expected attempting to lookup user & group info via commands which use libnss also fail.
The
1999 Feb 02
2
Can anyone suggest a solution?
Thankyou for taking the time to read this ...
We have large PC userbase and a not-so-large (but equally loud) Unix
user base. We have a requirement to "PopUp" information windows on ALL
our user's screens with an absolute minimum of manual intervention (ie
type the message once and then forget it).
We can manage the Unix X servers but can't seem to find a UNIX
application that
2006 Feb 07
1
Help needed with conflicting EventObserver
Hello everyone,
I have a page that populates/updates make, model and year select lists
via Ajax.Updater and I think that an EventObserver is causing a
conflict.
Here''s what I''m trying to do. I''m using this page as a create and
edit page for a car database. If I''m calling the page in edit mode,
I''ll want the make, model and year set (using the
2008 Apr 22
9
Puppetd exits when "puppet" can't be resolved
Heya,
I''m using puppet on Ubuntu (Gutsy/Hardy) and there''s a problem with
the default setup of Ubuntu.
Ubuntu uses network-manager to start the network in the background,
which in turn causes puppet to start before the network is up. Puppet
will then exit because it can''t resolve the server name.
Currently I "solve" this problem by uninstalling
2007 Jan 19
0
Help me I want to install samba on denian
Dear
I am very beginners for samba. I want to install samba on Debian. I want maintain file server. We have 50 PCs that are running on WinXP I want connect these PCs to one server PC it run on Debian .
Over IP Range is 192.168.1.0 255.255.255.0
What are the main step to install samba on debian .
DNS server is must or not?
Can you help me thanks
2004 Aug 25
2
image recognition in R
I have some images of bugs (insects) with many bugs in each image.
I want to count the number of bugs and to have an estimate of the area
of each one.
I've tried searching for an R package to do so with no success. Is this
a task that I should pursue doing in R or should I restrict myself to
specific image analysis software (e.g. ImageJ)?.
The reason I consider R would be a good choice is
2010 Sep 29
1
Obtaining lattice equivalent smoothed (loess) plot in ggplot
Hello,
I have been struggling to do a plot in ggplot(2) that's of lattice equivalent. The following code shows the lattice plot.
2009 Jan 29
32
Facter - the future - your input needed
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all
We''re currently looking at the next release of Facter and the future
direction of the tool. I''d like to try and prompt some discussions on
facter and what people want from it.
As a starter here''s some (although not all) of the ideas we''ll be
working through:
1. Namespaces - add a namespace or tiered
2014 Jan 21
0
CFP: 5th Workshop on Scientific Cloud Computing (ScienceCloud) @ ACM HPDC 2014
Call for Papers: 5th Workshop on Scientific Cloud Computing (ScienceCloud)
June 23/24, 2014. Vancouver, Canada
(http://datasys.cs.iit.edu/events/ScienceCloud2014/)
Co-Located with HPDC 2014
-------------------------------------------------------------------------------
IMPORTANT DATES
Paper Submission: March 1, 2014
Acceptance Notification: April 4, 2014
Final Papers: April 11, 2014
Workshop:
2014 Jan 21
0
CFP: 5th Workshop on Scientific Cloud Computing (ScienceCloud) @ ACM HPDC 2014
Call for Papers: 5th Workshop on Scientific Cloud Computing (ScienceCloud)
June 23/24, 2014. Vancouver, Canada
(http://datasys.cs.iit.edu/events/ScienceCloud2014/)
Co-Located with HPDC 2014
-------------------------------------------------------------------------------
IMPORTANT DATES
Paper Submission: March 1, 2014
Acceptance Notification: April 4, 2014
Final Papers: April 11, 2014
Workshop:
2013 Jan 05
0
CFP: Scientific Cloud Computing (ScienceCloud) -- co-located with ACM HPDC 2013
-------------------------------------------------------------------------------
*** Call for Papers ***
4th Workshop on Scientific Cloud Computing (ScienceCloud) 2013
Co-located with ACM HPDC 2013, New York City, NY, USA -- June 17th, 2013
http://datasys.cs.iit.edu/events/ScienceCloud2013/
-------------------------------------------------------------------------------
Computational and
2013 Jan 05
0
CFP: Scientific Cloud Computing (ScienceCloud) -- co-located with ACM HPDC 2013
-------------------------------------------------------------------------------
*** Call for Papers ***
4th Workshop on Scientific Cloud Computing (ScienceCloud) 2013
Co-located with ACM HPDC 2013, New York City, NY, USA -- June 17th, 2013
http://datasys.cs.iit.edu/events/ScienceCloud2013/
-------------------------------------------------------------------------------
Computational and
2008 Aug 05
31
Btrfs v0.16 released
Hello everyone,
Btrfs v0.16 is available for download, please see
http://btrfs.wiki.kernel.org/ for download links and project
information.
v0.16 has a shiny new disk format, and is not compatible with
filesystems created by older Btrfs releases. But, it should be the
fastest Btrfs yet, with a wide variety of scalability fixes and new
features.
There were quite a few contributors this time