similar to: VAR-Estimation

Displaying 20 results from an estimated 3000 matches similar to: "VAR-Estimation"

2008 Mar 31
1
Reverse seq
Hi all, I thought I was not SUCH a nooby:) How can I reverse a sequence/ vector? i.e., turn X <- 3 5 4 2 6 5 4 3 6 Into X <- 6 3 4 5 6 2 4 5 3 I mean without looping and indexing. There should be a very easy solution, shouldn't it? Mario __________________________________________________________________ Mario Maiworm Biological Psychology and Neuropsychology University of Hamburg
2008 Aug 21
5
psychometric functions
Hi, I want to fit some psychophysical data with cumulative gaussians. There is quite a convenient toolbox for matlab called 'psignifit' (formerly known as 'psychofit'). It allows the lower bound of the sigmoid to vary slightly from zero, aswell as the upper bound to vary from one. with these two free parameters, the fitted function is less sensitive to noisy data and outliers.
2011 Jan 03
0
orddom package for Ordinal Dominance Statistics
Dear R-users, a new R package has been released named orddom. This package provides ordinal estimates as alternatives to independent or paired group mean comparisons, especially for Cliff?s delta statistics. It provides basic parameters for various robust tests of stochastic equality with ordinally scaled variables. For two sets of data, ordinal comparison estimates are calculated such as -
2011 Jan 03
0
orddom package for Ordinal Dominance Statistics
Dear R-users, a new R package has been released named orddom. This package provides ordinal estimates as alternatives to independent or paired group mean comparisons, especially for Cliff?s delta statistics. It provides basic parameters for various robust tests of stochastic equality with ordinally scaled variables. For two sets of data, ordinal comparison estimates are calculated such as -
2005 Nov 09
1
Tendancy Chi test?
Hello, I would like to know what I do it to test correlation between ordered categorical variables. Tendancy Chi test? Thank you, Melle Lejeune Julie [[alternative HTML version deleted]]
2006 Feb 24
1
network-bridge - tg3 - no network
Hi, i have some problems with xen-3.0.1 and the network-bridge script. After ''/etc/init.d/xend start'' or ''/etc/xen/script/network-bridge start'' everything works perfect (as well as the domU''s network) - but only for a few seconds (~20s). After that the network seems to crash - no outgoing or incoming connection possible. I have read a forum
2004 Sep 17
3
Removing constants from a data frame
Suppose I have x<-data.frame(v1=1:4, v2=c(2,4,NA,7), v3=rep(1,4), v4=LETTERS[1:4],v5=rep('Z',4)) or a much larger frame, and I wish to test for and remove the constant numeric columns. I made: is.constant<-function(x){identical(min(x),max(x))} and apply(x,2,is.constant) # Works for numerics x[,-which(apply(x,2,is.constant))] I'd really like to be able to
2013 May 30
0
asterisk-users Digest, Vol 106, Issue 41
hi, try exten = .....,n,System(wget -P /var/log/asterisk/wgets 'http://theUrlYouWantToCall' &) kind regards, andre Am 30.05.2013 19:00, schrieb asterisk-users-request at lists.digium.com: > Message: 9 > Date: Thu, 30 May 2013 15:06:59 +0000 > From: Salaheddine Elharit <salah.elharit200 at gmail.com> > Subject: [asterisk-users] how to launch a URl when dialing a
2004 Oct 04
4
Off-Topic: LaTeX package listings
Hola! I ask here since I learnt from this list that the LaTeX package listings should be good for typesetting R code. I encountered one problem: \begin{lstlisting} X %*% V \end{lstlisting} in the output the * in %*% disappears! same with %/%, etc, the / disappears. Any ideas? Kjetil -- Kjetil Halvorsen. Peace is the most effective weapon of mass construction. --
2004 Dec 13
3
bootstrap package
Hello R'ers In previous versions of R (I now use 2.0.1) there was a package "bootstrap". I wrote some programs that depended heavily on this package but can unfortunately not find it on Cran today. Is there any way to find an older version of "bootstrap" and use it with the new version - 2.0.1? Sincerely Fredrik Lundgren Norrk??ping Sweden
2019 Nov 12
3
CDR extract call numbers on interval on unique callers
hi, we want to extract the information when the most callers are entering our phone system based on an interval of 15 minutes. this is quite simple (although not perfect) with select calldate, count(*) as anzahl from cdr where calldate > '2019-10-12' group by unix_timestamp(calldate) DIV 900 having ; Unfortunately we have lots of callers who calls multiple times when they are
2009 Apr 29
3
Mongrel_rails will not autostart
Hi, I''m running a ubuntu 8.04.2 LTS server. Using ruby 1.8.6 and Rails 2.0.2 I added the mongrel_rails start -d -c /app/ to the /etc/rc.local sofar so good.. Mongrel will start but will log Missing the rails 2.0.2 gem. Please ''gem install -v=2.0.2 ..... and then terminate When I log onto the the console I can start mongrel_rails and it will locate the right gems any ideas
2016 Oct 15
3
Registered successfully, but after a minute or so no SIP messages anymore
ok, solved the firewall issue. A first test call worked fine. Another one now still gets disconnected after 32s. But in FW there are no blocked packets anymore?! And I don't understand why the registration to the same IP and same Port is working, but not later transmission of further SIP packets? that doesn't sound logical to me. What do you think? regards, andre
2004 Aug 06
4
error compiling icecast on woody
hi. i just tried to compile latest icecast version from cvs on a debian 'woody' intel machine. autogen works without errors but trying to 'make' it i receive the following error-message in the end. ____________________________________________________________________________ _ ... /usr/local/icecast/stream/include -I/usr/local/icecast/stream/include \
2017 Feb 13
2
First SIP-registering succeeds, second doesn't
Hi all, I have a strange issue, with a some kind complicate architecture... A router of our internet provider is in front of another bintec rs353j router, at which my freepbx installation is located. However, NAT etc. seems to work fine. BUT: Something is not working...: When registering my sip-trunk towards my provider (3 different providers, all behave comparable), everything works at first.
2004 Sep 04
5
R question
Hi, Would you help me solve the following question? Thanks. Question: If I try to set the probability=0.05 and find the approximate x. (The answer should be somewhere between 2.1782 and 2.1783.) I write about this R program as follows but I don¡¦t know how to get the value of x which is between 2.1782 and 2.1783. library(mvtnorm) value<-array(1000) a<-array(1000)
2004 Dec 23
1
small problem with R CMD check
On trying with very smll test packages to try drilling down to som problems earlier reported in this list, I detected the following: R CMD check on a package with an R subdirectory empty, reports: * checking R files for syntax errors ... ERROR Syntax error in file On removing the empty subdirectory, the error disappears. Kjetil -- Kjetil Halvorsen. Peace is the most effective weapon of
2004 Oct 29
1
as.list.matrix
I found the need of converting a matrix into a list of its columns (for use with do.call), and was surprised there was no method as.list.matrix, it could easily be a part of as.list default I wrote my.as.list.matrix <- function(mat) { if(!is.matrix(mat))stop("Argument must be a matrix") n <- NCOL(mat) res <- vector(mode="list", length=n)
2004 Dec 08
2
Strange error from R CMD INSTALL
I am trying to install a local package and get this unexpected error: ---------- Making package UMSA ------------ adding build stamp to DESCRIPTION installing R files installing data files installing man source files installing indices Error: couldn't find function "na.omit" Execution halted na.omit of course is in package stats, and that is listed in the Depends field in
2004 Oct 12
5
covariate selection?
Hello, I am hoping someone can help me with the following multivariate issue: I have a model consisting of about 50 covariates. I would like to reduce this to about 5 covariate for the reduced model by combining cofactors that are strongly correlated. Is there a package or function that would help me with this in R? I appreciate any suggestions. Thanks, Ian