Displaying 20 results from an estimated 400 matches similar to: "Is it possible to separate two independent components from arandom variable?"
2003 Jun 05
1
Error when creating layouts with partly filled pages within lattice
Dear all,
Please take my apologies if that has already been asked
- at least I couldn't find it in the archives.
When trying to specify a layout within library lattice,
i.e. using xyplot, I get an error when the prepanel
function tries to subscript the automatically generated
x.limits. This seems to appear if the last page wouldn't
be filled completely, i.e. there would be space left
2003 Jul 03
1
Use of PKG_FFLAGS on Windows
Dear all,
After reading the manuals (especially R-exts) I haven't found
an answer to the following question yet.
I was compiling someone else's Fortran routines to make them
available with R. Hear, I should not that I don't know anything
about Fortran, and I only tried to built a shared library.
Linux being my platform of choice when developing for R, I first
got everything done
2003 May 08
3
R crashes with package SJava; was Memory leakage?
Dear all,
Maybe this has something to do with R crashing?
When my R version crashes, there is Rgui.exe still
running in the background (i.e. W2K's task manager
recognises it only as a process, which apparently
is using almost 100% of the CPU).
I can reproduce that by "using" the SJava package
(from Brian Ripley's homepage, as suggested on
http://www.omegahat.org/RSJava/).
2014 Oct 10
3
[Bug 2289] New: arandom(4) as documented in sshd_config(5)’s ChrootDirectory option does not exist on all platforms
https://bugzilla.mindrot.org/show_bug.cgi?id=2289
Bug ID: 2289
Summary: arandom(4) as documented in sshd_config(5)?s
ChrootDirectory option does not exist on all platforms
Product: Portable OpenSSH
Version: 6.7p1
Hardware: Other
OS: All
Status: NEW
Severity: enhancement
2001 Sep 14
2
tkfilefind in tcltk on Windows2000
Hi,
The tkfilefind demo in the tcltk package doesn't seem to work for me in
Windows2000.
The demo script uses tkfilefind(".") which doesn't display the parent
directory so you can't browse around the whole drive.
Using tkfilefind() (which uses the default path getwd()) doesn't seem to
work for me at all.
I also tried tkfilefind("/") which worked fine but
2002 Dec 10
1
Non-installation of Samba
Hi,
I am attempting install of samba 2.2.7 on a Sequent (IBM) Dynix 4.4.6
platform.
I downloaded the samba-latest.tar from the samba website:
samba.mirror.ac.uk/samba/download.html
Having unzipped and untarred the file, I then started as per the "how to",
very first part.
I ran "./configure" which generated a number of messages before failing as
follows:
...
...
...
2011 Aug 19
1
Writing non-graphic (text) output to PDF
Hi, friends.
I keep coming to you because I'm so new to R and can't seem to figure out
some simple things. Sorry.
Consider the following code. I want to load a table and write out the
structure to a PDF document. I just can't seem to manage writing
non-graphic output to PDF. Any help? I've tried several functions, but
nothing worked. All I get is the title.
#
2010 Aug 20
0
Assign statistically relevant groups following multimodal distribution of data
Dear R mailing list members,
?
I am trying to find a way to assign samples into groups depending on their mathematical distribution in a computational way (that is, looped many times). My input is by row, a series of 34 samples per row with n rows. The goal would be to compute the distribution of row n and assign for that row n the samples into bins that would match the distribution of the given
2011 Aug 12
2
Getting data from an *.RData file into a data.frame object.
Hi, all.
I'm new to R. I've been a SAS programmer for 20 years.
I seem to be having trouble with the most basic task - bringing a table in
an *.RData file into a data.frame object.
Here's how I created the *.RData file.
library(RODBC)
db <- odbcConnect("*******")
df <- sqlQuery(
db
, "select * from schema.table where year(someDate)=2006"
)
save(
2006 Jul 24
3
Identifying peaks (or offsets) in a time series
Dear R-users,
We are monitoring the activity of animals during a few days period. The
data from each animal (crossing of infra-red beam) are collected as a
time series (in 30 min bins). An example is attached below.
y <-
c(0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,3,28,27,46,76,77,60,19,35,55,59,48
,87,20,38,82,62,60,85,105,69,109,102,100,101,116,126,119,63,27,25,15,8,0
2009 Jun 16
3
Adding zvols to a DomU
I''m trying to add extra zvols to a Solaris10 DomU, sv_113 Dom0
I can use
virsh attach-disk <name> <zvol> hdb --device phy
to attach the zvol as c0d1. Replacing hdb by hdd gives me c1d1 but then
that is it. Being able to attach several more zvols would be nice but even
being able to get at c1d0 would be useful
Am I missing something or can I only attach to hda/hdb/hdd?
2011 Aug 08
1
Display a DataFrame in a data grid
Hi, all;
I'm new to R. Have been a SAS developer for over 20 years.
Whenever I create a new table - you call them dataFrame objects - or modify
an existing one, I like to open the table in a grid with horizontal and
vertical sliders so that I can scan across the table and (especially) look
at all four corners. If I made a gross error, it often shows up when I look
at the corners of
2006 Sep 21
2
R data query
Dear Sir/Madam,
I am encountering one of those alien computer momements one finds every
so often in life. See the sequence below:
> fish3.fis <-read.csv("emperor2.csv", check.names = TRUE, strip.white =
TRUE)
> colnames(fish3.fis)
[1] "Month" "Year" "FishingArea"
"SumOfTotalCatch" "CPUE"
[6]
2005 Mar 07
0
Re: [linux-cifs-client] Mounting directories below share level
Many thanks for all the help with this, it looks very promising for what we
are trying to do.
I'm following on from this and still getting problems, probably from my own
lack of knowledge.
If I do:
root@ma:~# mount -t smb -o username=test //time.cfs/usershare1$ /mnt
Password:
root@ma:~# df
Filesystem 1K-blocks Used Available Use% Mounted on
.. other file systems ..
2010 Jan 19
4
Dom0 cache-ing MAC addresses?
I created a DomU with a dedicated network connection
script path=''/usr/lib/xen/scripts/vif-dedicated''
Having run the virtual machine I now destroy the domain, undefine it,
change the script to
script path=''/usr/lib/xen/scripts/vif-vnic''
define the domain and try to start it. This fails. If I change the
assigned MAC address the newly defined virtual
2008 Jun 16
1
PXE boot problem.
I've searched all the archives and can't find anything relating to my
problem. I have a 128 node cluster. Al NICS are Nvidia. I have them
on a network with other machines. I do PXE installs of Fedora on them.
These 128 nodes have a problem with the install. The initial DHCP
requests get answered, the machine accepts and then the TFTP sequence
takes place. The second DHCP request is
2005 Mar 03
3
Mounting directories below share level
>From my investigations, and searching the archives, it seems that smbfs can
only mount shares, and not directories under the share
i.e.
smbmount //host/share /mnt works
smbmount //host/share/directory /mnt doesn't work
Our W2K3 server has user home directories in a tree where there are no user
rights to the next node up the tree (level1), which is the directory on the
share,
i.e.
2001 Sep 11
0
New package pixmap
A new package called `pixmap' has been released on CRAN. From the
DESCRIPTION file:
Package: pixmap
Version: 0.2-1
Title: Bitmap Images (``Pixel Maps'')
Depends: R (>= 1.3)
Author: Friedrich Leisch and Roger Bivand
Maintainer: Friedrich Leisch <Friedrich.Leisch at ci.tuwien.ac.at>
Description: Functions for import, export, plotting and other
manipulations of bitmapped
2003 Jul 15
3
clearing some part of a graph
Hi R lovers
2 questions:
1) I'd like to know how to clean the title, the sub title or the labels of
a graph. I know how to redefine it with the function title() but it
overwrites the previous title and do not replace it
2) How could I clear a whole plot (for example in a multiple figure
environment)
thanks for your help
vincent
2003 Jul 03
4
Generating a vector for breaks in a histogram
Hi
I have two lots of numbers which I would like to histogram using the hist() function. For comparative reasons, I want them to be on the same scale, which I can use the xlim and ylim options to achieve.
However, having them on the same scale is meaningless unless they have the same "breaks". Consulting the documentation, there are 4 ways of defining the number of breaks, only one