similar to: ¨Time series and variables with different lengths

Displaying 20 results from an estimated 5000 matches similar to: "¨Time series and variables with different lengths"

2017 Dec 14
1
Aggregation across two variables in data.table
Dear all, I have a data.frame that includes a series of demographic variables for a set of respondents plus a dependent variable (Theta). For example: Age Education Marital Familysize Income Housing Theta 1: 50 Associate degree Divorced 4 70K+ Owned with mortgage 9.147777 2: 65
2004 Jun 29
1
give PAM my own medoids
Hello, When using PAM (partitioning around medoids), I would like to skip the build-step and give the fonction my own medoids. Do you know if it is possible, and how ? Thank you very much. Isabel
2006 Nov 23
2
Digium through Octasic
We're looking at using 4 or 8 port T1 cards with echo cancellation and are evaluating brands to go with. We know that Sangoma has excellent solutions especially when it comes to echo. But we still have to hear about actual performance of a Digium card using the same Octasic DSP echo canceller. Would appreciate hearing something on this. --------------------------------- Sponsored Link
2009 Apr 27
3
Video Conference Software (Open Source)
I am looking for Video Conference Software (Open Source) , But but not for free Trial.. please give reference about it. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090427/cc9690ee/attachment.htm
2006 Nov 20
2
Help me to configure my NOKIA E70 Mobile with my Asterisk server
Hi Friends, Recently, I bought NOKIA E70 mobile. I have configured my mobile to connect with my Asterisk server depends on the information available in Internet. But, its telling that "Registration failed". If anybody configured this mobile for Asterisk server, please tell me the step by step configuration or please tell me a good website link to do this. Looking forward to your
2006 Nov 21
1
Attn:Peter, Gsalas, Tim-Help me to configure my NOKIA E70 Mobile with my Asterisk server
Hi Friends, Thank you for your response. Yesterday only, I configured my Nokia E70 mobile and its working fine. For group members convenience, here I am giving the configuration: Configuring the Nokia E70: Go to Menu - Tools - Settings - Connection - Sip Settings - Profile name: Olivetalk Service Profile: IETF Default Access Point: Olive Public user name: sip:102@202.xxx.xxx.xxx Use
2001 Oct 31
3
Quick question!
Thanks very much to all who answered my question yesterday on loops. Just a further quick question: If I have this: for(i in 1:n) { subset <- data[which(data$id==i),] which returns the rows where I have the variable ID=1, how can I tell the same statement to return just column Y where ID=i? I have tried this for(i in 1:n) { subset <- data[which(data$id==i),data$Y] but it
2013 May 29
0
Lloyd Segal
Lloyd Segal Real Estate News 15-year mortgage rate hits record low Mortgage rates dropped again this week, with the 15-year fixed-rate loan hitting a record low, according to a report from mortgage financier Freddie Mac. The 15-year fixed rate fell to 2.56% from 2.61%. A year ago, it stood at 3.07. The most popular mortgage, the 30-year fixed rate, came in at 3.35%, a drop of 0.05 percentage
2003 Mar 13
2
subdirectory of home
Hi. Sorry: my level of english is not enough good. I hope you understand what I mean. My question is: it's possible to share a subdirectory (and only one subdirectory for every user) in the section [homes]? The version of samba which i'm working is 2.2.7a, over Solaris 8. Thanks in advance. --
2001 Oct 30
2
For Loops
Hi all Perhaps someone could help me? I am running a loop from i=1 to n In my data.frame I have a list of i.d's (i=1 to n) and each i.d has 2 rows of data (representing 2 time points) e.g. id Y X1 X2 1 1 0 0 1 0 0 0 2 1 1 0 2 1 1 0 I am wanting to put into my 'for' loop, a line which can pick out the rows where id=i and call this a
2008 Jul 23
5
Dovecot antispam (X-DSPAM-Signature)
Hi, I recently installed an IMAP server with dovecot and the dovecot antispam plugin with dspam backend. If I configure dspam to not include the signature in the X-DSPAM-Signature header will I be able to move mail into SPAM folder? Regards, Isabel
2011 May 28
1
newbie xml parsing question
I am trying to read some data off the zillow site. Newbie to xml, html, parsing and the xml package. I've been able to load the web page I'm interested with the following code but I'm not sure of the next step to get the information I'm interested in into R : library(XML) url <- "http://www.zillow.com/homes/511 W Lafayette St, Norristown, PA_rb" doc <-doc <-
2003 Sep 23
4
Windows XP Home Edition
I am using Samba 2.2.3a-12.3 on a Debian server. All the clients but one are XP home edition. I have a share on the server which all workstations are able to see, view, write, edit, etc. After 15 minutes of inactivity the share obtains a red X over the share icon. I am able to reactivate the share by clicking on the red x with no problems. I understand that Microsoft, in their wisdom, has a
2011 Jan 10
1
Cosinor en R
Hola a todos, es la primera vez que escribo a la lista, espero explicarme correctamente. Trabajo en cronobiología de mamíferos y quiero comenzar a analizar mis datos con R (haciendo análisis de varianza ya llevo unos años en el entorno). Me interesa saber si cada una de mis variables podría ajustarse a una función sinusoidal; tengo medidas cada dos horas para cada una. Querría extraer el mesor y
2012 Jun 12
5
Wxruby Homepage Hijacked
Hi, It seems like the wxruby homepage has been replaced by a mortgage broker. I do need to refinance, but I was more interested in some documentation on wxruby. Is this a sign that the project is fading into oblivion? If so, I would really like to know what new cross-platform library people are using for developing ruby desktop applications. Josh
2005 May 11
1
Gateway service under Asterisk
Hello list! I am new in * but i want to learn about its possibilities. I want somebody to tell me if what I want to do is possible with *. I have a teleconference tool which uses SIP and now I am using Asterisk as POTS gateway. When I dial certain number from a telephone I connect with asterisk which asks me for an extension. When I dial certain extension I connect with my SIP application
2001 Feb 15
4
R with multiple processors
Hello. The laboratory where I work has the possibility to get a Sun machine with 12 processors. My question is: can R be used to implememt parallel algorithms which take into account the several processors? Is there a way to run *threads* in R? If this is possible, would somebody share his/her experiences? Thanks. Isabel -- Isabel Cañette Iguá 4225 Centro de Matemática 11400
2010 Sep 30
2
panel.pairs in splom
Hello, I have a customized pairs () fonction as follows that displays correctely my data. ------------------------------------------------------------------------ panel.cor1 <- function (x, y, digits=2, prefix="") { usr <- par("usr"); on.exit(par(usr)) par(usr = c(0, 1, 0, 1)) r <- cor(x, y,use="pairwise.complete.obs",
2007 Jun 07
0
CeMAP Training
<p class="style1">CeMAP Training</p> <p class="style1">CeMAP training courses, become a mortgage broker, mortgage compliance and insurance training are all available as the first steps to becoming a mortgage advisor and you could be CeMAP qualified after just 10 days of fast track training.</p> <p class="style1"><a
2007 Feb 19
0
Financial Modeling Position
Andrew Davidson & Co., Inc. (ADCo) is looking for a talented modeler with a strong background in finance, statistics, or econometrics to join its team of financial engineers in the San Francisco Bay Area. The position involves applying the R language to mortgage data in support of ADCo's prepayment and default modeling businesses. In particular, the role would entail estimation