Displaying 20 results from an estimated 2000 matches similar to: "name of arrays"
2003 Apr 30
2
acf() with two df?
Hello,
I have two dataframes, one with a time series of variables and another
one with biological data of each plot. the column names correspond to
each other
plot1 plot 2.......
1983 ... ....
1984 ... ....
...
and
plot 1 plot2
1 ... ...
2
is it somehow possible to use acf() with two data frames and get a p
values for the whole correaltion of these
2003 Apr 03
1
ts function
hello
I read "Practical Time Series" (Gareth Janacek; 2001) and they presented
e.g the
smoothing functions msmooth(x,k) or the bivariate function
crosscorr(x,y,k),
but both didn't work on my machine. I only load the ts library, is
another
library necessary or did this function change since 2001? Is there a
more recent and detailed manual for ts?
thanks, cheers Martin
--
Martin
2003 Mar 14
2
grasper installation
Hello R user,
I downloaded grasper_0.3-2.tar.gz and installed it as described.
$ su
$ R CMD INSTALL grasper_0.3-2.tar.gz
$ R
that seems to work, but
> grasp.GUI()
doesn't work. I read the note, that graspeR need mgcv (downloaded),
MASS, modreg and tcktk . I haven't found the last 3 packetages in the
Suse 8.1 contrib list. Where can I find them? Or what could be the
problem?
thanks in
2003 Apr 30
1
Interactive Input Problem
Hi,
I built and installed R-base-1.7.0 on SuSE 8.2 without any problems, but the
interactive R interpreter, has problems with cursor movement:
> ls()
character(0)
> ^[[A^[[B^[[D^[[C^[[A^[[D^[[C^[[B^[[D^[[A
These ugly characters are produced by the arrow keys. Does anyone know how to
fix that problem?
Ciao
Sebastian
2003 Apr 26
3
PCA
Hi, I have a dataset of dimensions 50 x 15000, and tried to use princomp or prcomp on this dataset with 15000 columns as variables, but it seems that the 2 functions can;t handle this large number of columns, anyone has nay suggestions to get around this? Thanks
---------------------------------
[[alternate HTML version deleted]]
2003 May 10
1
error in qr(x)
Hello,
I get the following prompt when tring to compute rlm:
> x<-rlm(core.e, na.action=na.omit)
>Error in qr(x) : NA/NaN/Inf in foreign function call (arg 1)
I checked with is.finite and is.infinite but in both cases i get FALSE and my
missing values are substituted by NA.
what does this error prompt mean and how do I solve it?
thanks in advance, cheers Martin
--
Martin
2010 Nov 12
3
Partition of a set
Hi
I am new on this forum. I am searching for a function in R which provides
all partitions of a set, say for the set
{1,2,3}
you get
{{1,2,3}}
{1,{2,3}}
{2,{1,3}}
{3,{1,2}}
{{1},{2},{3}}
. The number of partitions of a set is given by Bellsche`s number. The
number of possibilities of length (this is the number of subsets included in
the partition) of the partition is given by the partition
2010 May 04
3
Using R with screenreading software
Dear R-Experts,
a student of mine tries to use the Windows-Rconsole with screen reading
software (she is blind), and cannot access the command line (Menus are ok).
The company which produces her screen reader tells her that this is due to
the cursor used in Rconsole, which is static, not blinking. They maintain
that if the cursor could be changed to a blinking one, she should be able to
access
2010 Feb 18
2
Your password expires today problem
Hi.
I enabled policies with pdbedit. Password must be changed every 90 days and
must contain at least 8 characters. I enabled password history too.
After that (I tried it in samba 3.4.3 and 3.0.25 with same behaviour) every
time a user try to log in the domain using Windows receives a "Your password
expires today. Do you want to change it now ?" message box. If the password
is changed,
2006 May 16
3
multiple plots in a function()
Dear all,
I have the following problem:
I have written a function genereating to plots, eg
myfunction <- (data, some.parameters) {
#some calculations etc
.
par (mfrow=c(1,2))
plot1(......)
plot2(.....)
}
which works fine. But for analysing several variants, I tried a slope, eg:
par (mfrow=c(5,5))
for ( i in 1:10) {
myfunction(data, i)
}
Off
2005 Jul 15
4
WG: Cisco 7920 WLAN Phone
Hi,
I?ve been following some information about the latest
chan_sccp drivers for a few weeks. I installed and tried
about any variant of driver that exists in the chan_sccp system.
Despite a few little changes in the CLI options I am still
encountering a lot of problems with the phone.
When not using the phone for a while, it "disconnects" from
asterisk (1.0.7) after a few hours
2002 Jun 27
1
Samba 2.2.5: denying access to printer...
Hy there,
I have a problem with Samba 2.2.5 (on AIX 4.3) concerning a printer
share.
I set up a few printer share which work well. Now I want to restrict
the access to one of them. In order to achieve this I put in a
hosts deny=all
hosts allow=<IP-Adresses of hosts, which should be allowed to print>
in the corresponding printer-share-section.
What happens is this:
non
2001 Feb 27
4
AllowHosts / DenyHosts
I'd like to see a feature of the commercial ssh in openssh:
AllowHosts xxx.yyy.xxx.yyy *.domain.net
DenyHosts xxx.yyy.xxx.* name.domain.net
This allows or denies connects from certain machines (including wildcard
matching).
Is there any chance for this feature to be included? No, we don't want to
use tcp-wrapper for this.
Bye.
2016 Jul 19
8
Getent passwd doesn't show Domain Members
Dear Support-Team,
i have a problem regarding the function of winbind on a samba4 Active Directory Domain Controller.
I installed samba4 from the standard debian sources.
Made the domain provisioning and installed Kerberos.
After that I installed winbind and linked the libnss_winbind.so.2 -> libnss_winbind.so.
Wbinfo -u and wbinfo -g do work properly.
The strange thing is, that
2008 Apr 29
2
Broken Header uidvalidity problem after upgrade
Hi, we use a current Debian etch distribution as basis for our servers,
which are running within a vmware server environment. Our current
configuration consists of a dovecot server with imap enabled and a ldap
based authentication. Mails are stored using the Maildir format on a
central nfs store. We do not use any virtual mailboxes.
Since upgrading from dovecot version 1.0.rc15 (debian
2010 May 17
0
R interface for blind users: Summary
Dear R-help,
just for the record a summary of responses to my problem:
> On 04/05/2010 9:41 AM, Rainer Scheuchenpflug wrote:
> a student of mine tries to use the Windows-Rconsole with screen
> reading software (she is blind), and cannot access the command line (Menus
are ok).
- Duncan Murdoch (Murdoch.duncan at gmail.com) suggested as preliminary
workaround to run RTerm in a command
2007 Dec 20
2
Multicore computation in Windows network: How to set up Rmpi
R-users,
My question is related to earlier posts about benefits of quadcore over
dualcore computers; I am trying to setup a cluster of windows xp
computers so that eventually I could make use of 10-20 cpu:s, but for
learning how to do this, I am playing around with two laptops.
I thought that the package snow would come handy in this situation, but
to use snow, I would probably need to install
2008 Nov 06
1
trouble with html help
I have this problem with R 2.6.1 and 2.7.1 (have not tried others)
running on Windows XP:
Html help has wrong links to help files. The index.html is correctly
found from
file:///C:/PROGRA~1/R/R-26~1.1/doc/html/index.html
as well as the search engine
file:///C:/PROGRA~1/R/R-26~1.1/doc/html/search/SearchEngine.html
However, when I search for, say, "paste", I will be pointed to
2016 Jul 20
0
Getent passwd doesn't show Domain Members
Okay, i tried to install the server without winbind but with libnss-winbind.
Still the same problem. Getent passwd administrator works but the result of getent passwd only shows local users.
This seems to be the same bug as achims.
We are running a Debian 4.8 with samba 4.2 packages...
A few months ago I installed a test environement for samba with samba version 4.1.17. There the getent command
2001 Jun 06
2
Failure to compile OpenSSH.
Hello guys.
Following Dug's withdrawal of the SSH1 AFS patches, I'm trying to give
OpenSSH installation another shot. It fails.
The setting:
* Platforms: Linux (Immunix 6.2), Solaris 7, IRIX 6.5, OSF1 4.0F, HP-UX 10.20.
* Compilers: StackGuard egcs on Linux, vendor-supplied native on others
(Workshop 5.0 Sun; MIPSpro 7.3 SGI; OSFCMPLRS440 package; HP ANSI C
compiler B3899BA