similar to: ts function

Displaying 20 results from an estimated 400 matches similar to: "ts function"

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 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 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
2008 Jun 09
2
Crosscorr.plot
Just out of curiosity, why might this be occuring: > class(x6) [1] "mcmc" > crosscorr.plot(x6) NULL # Replicable code example(lmer) x6 <- mcmcsamp(fm1, n=1000) crosscorr.plot(x6)
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 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
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
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
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
2003 Sep 16
2
gam and concurvity
Hello, in the paper "Avoiding the effects of concurvity in GAM's .." of Figueiras et al. (2003) it is mentioned that in GLM collinearity is taken into account in the calc of se but not in GAM (-> results in confidence interval too narrow, p-value understated, GAM S-Plus version). I haven't found any references to GAM and concurvity or collinearity on the R page. And I
2016 Jul 20
1
Getent passwd doesn't show Domain Members
On 20/07/16 11:49, Achim Gottinger wrote: > > > Am 20.07.2016 um 11:33 schrieb Rowland penny: >> 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
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