similar to: acf() with two df?

Displaying 20 results from an estimated 4000 matches similar to: "acf() with two df?"

2003 Apr 21
2
name of arrays
Hello, I computed acf() and have an array as output. now I would like to have only one matrix or data frame (not yet familiar with the nomenclature) extracted from this array. or even only the first row of each matrix. the first part of my data "test" is called $acf ,1 , , 1 , , 2 1, , ... ... 2, , .. ... I tried several names but nothing wants to work, I only
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
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
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
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,
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
2005 Dec 28
2
Which cluster function can be used to cluster a correlaiton matrix?
Hi, I'd got a matrix of correaltion values. Which cluster method can I use to cluster it? Best Regards...
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
2016 Jul 19
0
Getent passwd doesn't show Domain Members
We already tried this without success... Kind regards Timo Dachs-Wegmann -EDV- -----Ursprüngliche Nachricht----- Von: samba [mailto:samba-bounces at lists.samba.org] Im Auftrag von Rowland penny Gesendet: Dienstag, 19. Juli 2016 16:30 An: samba at lists.samba.org Betreff: Re: [Samba] Getent passwd doesn't show Domain Members On 19/07/16 13:28, Timo Dachs-Wegmann wrote: > Dear
2004 Dec 14
5
sort() leaves row names unaffected
Hello, I wonder if I ran into a bug. If I do summary(df1$X1) -> df1.y df1.y a b c d e [1,] 50.74627 8.955224 17.91045 19.40299 2.985075 sort(df1.y) a b c d e [1,] 2.985075 8.955224 17.91045 19.40299 50.74627 my numbers are sorted but do not anymore correspond to the rownames. For me it is counterintuitive that solely the numbers are sorted and not the names. Is
2016 Jul 20
2
Getent passwd doesn't show Domain Members
On 20/07/16 08:22, Timo Dachs-Wegmann wrote: > 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
2003 Nov 24
2
statistical prediction for glm()
hello, I apologize that I poste this question again but I did not receive any replies on this topic and would like to know if the mail has been read over or if there is no method of statistical prediction computation for poisson errors in glm(). I am looking for a way to compute the model prediciton error of a glm() with poisson error family. cv.glm() does not work. (it prompts values
2003 Jun 27
3
regression for several responses
hello, I only want to get the slope of a linear regression of ca. 100 variables against time. I can do for each response (100 times) var1.lm <- lm(response~predictor) but I thought that there might be an easier way of doing this. If I am including more variables it is doing a multiple regression and the output (slope) differs. any idea? thanks Martin
2010 Nov 07
1
When using ACF, receive error: no applicable method for 'ACF' applied to an object of class "c('double', 'numeric')"
I am guessing this is a very simple question, but this is only my second day with R so it is all still a bit imposing. I am trying to run an autocorrelation. I imported a CSV file, which has one column labeled "logistic". I ran the command: ACF(data$logistic,maxLag=10) However, I received the error: Error in UseMethod("ACF") : no applicable method for 'ACF'