Re: [R-es] Intervalos de confianza de la varianza de los residuos enunmodelo no lineal.-

2017-04-01 Thread Freddy Omar López Quintero
2017-04-01 16:06 GMT-03:00 : > busque un documento donde hay algo de variancias y una librería de R, ¡​Gracias Javier!​¡Muy buen documento! Lo tendré bajo la manga para cuando deba enfrentarme a un modelo jerárquico con varianza heterogénea. También agradezco a

Re: [R] Windowing Time Series in The Past

2017-04-01 Thread Bert Gunter
?ts tells you exactly how to do this. -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Sat, Apr 1, 2017 at 1:37 PM, Lorenzo Isella

Re: [R] modifying list in loop

2017-04-01 Thread Rui Barradas
Hello, I don't understand your functions but neither of them returns a value. And in the loop that calls them for(period in 1:1){ BeginBal(Deal, period) } you don't assign the value of BeginBal to anything, so Deal is never updated. The corrected functions and a way of calling them would be

Re: [R] Correlation between continuous and binary vectors.

2017-04-01 Thread David Winsemius
I suspect this has been discussed in the past in rhelp. My favorite search engine is Markmail Sent from my iPhone > On Mar 31, 2017, at 8:53 PM, Art U wrote: > > Hi, > I'm trying to create number of vectors, part of them are binary and part > are continuous. Is there a

[R] Windowing Time Series in The Past

2017-04-01 Thread Lorenzo Isella
Dear All, I am sure the solution is a one liner, but I am a bit struggling. Given a time series which starts at a given time t_ini, I would like to set a initial start time farther away in the past and have NA before t_ini (I need this to align different time series). For instance

Re: [R] How can I delete column yhat AND STILL retain the order of Response?

2017-04-01 Thread Bruce Ratner PhD
Jeff: Thanks for the info. Sorry for the misstep. Bruce __ Bruce Ratner PhD The Significant Statistician™ (516) 791-3544 Statistical Predictive Analytics -- www.DMSTAT1.com Machine-Learning Data Mining -- www.GenIQ.net > On Apr 1, 2017, at 3:37 PM, Jeff Newmiller

Re: [R] How can I delete column yhat AND STILL retain the order of Response?

2017-04-01 Thread Jeff Newmiller
Eventually you will think to read the Posting Guide, which discusses which attachments are likely to be allowed on the mailing list. Most users find that pasting a minimal amount of data into the main body of the email is the simplest way to be sure the info will get through to someone who can

[R] modifying list in loop

2017-04-01 Thread Glenn Schultz
All, I am working on structuring a FHLMC credit risk transfer deal.  I have the deal modeled as a list of lists as shown below.  I would like to fill in the CashFlows.  The first step is simply to assign the current balance to the first position in CashFlow$BeginBal.  I am using the below

Re: [R] How can I delete column yhat AND STILL retain the order of Response?

2017-04-01 Thread BR_email
Rui: Success! Thank you so much. Bruce Rui Barradas wrote: Hello, 1) We don't have access to your file firstRdata.csv so what I'll say is just an untested guess. You can post some of your data with the following R command. dput(head(Response, 20)) # paste the output of this in a mail

Re: [R] How can I delete column yhat AND STILL retain the order of Response?

2017-04-01 Thread BR_email
Rui: Thanks. I will try it. FYI: I did attached the data, but here it is re-attached. Thanks, again. Bruce Bruce Ratner, Ph.D. The Significant Statistician™ (516) 791-3544 Statistical Predictive Analtyics -- www.DMSTAT1.com Machine-Learning Data Mining and Modeling -- www.GenIQ.net Rui

Re: [R-es] Intervalos de confianza de la varianza de los residuos enunmodelo no lineal.-

2017-04-01 Thread javier.ruben.marcuzzi
Estimado Freddy No pretendo cambiar su análisis ni nada por el estilo, busque un documento donde hay algo de variancias y una librería de R, puede exceder la discusión, pero lo comparto porque es un tema que en lo personal me dio trabajo con R siendo más sencillo con algunos otros programas.

Re: [R] How can I delete column yhat AND STILL retain the order of Response?

2017-04-01 Thread Rui Barradas
Hello, 1) We don't have access to your file firstRdata.csv so what I'll say is just an untested guess. You can post some of your data with the following R command. dput(head(Response, 20)) # paste the output of this in a mail 2) First you use read.csv that outputs a data.frame and then do

[R] The R-help community list was started on this day 20 years ago

2017-04-01 Thread Henrik Bengtsson
Today, it is been 20 years since Martin Mächler started the R-help community list (https://stat.ethz.ch/pipermail/r-help/). The first post was written by Ross Ihaka on 1997-04-01: Subject: R-alpha: R-testers: pmin heisenbug From: Ross Ihaka When: Tue Apr 1 10:35:48 CEST 1997 Archive:

Re: [R-es] Intervalos de confianza de la varianza de los residuos en unmodelo no lineal.-

2017-04-01 Thread Rubén Fernández-Casal
Con el bootstrap podrías obtener ICs de cualquier estadístico de la muestra, entre ellos de la varianza de un ajuste... El 1 abr. 2017 18:11, "Freddy Omar López Quintero" < freddy.lopez.quint...@gmail.com> escribió: > ​​Gracias Javier,​ > > 2017-04-01 12:07 GMT-03:00

Re: [R] Correlation between continuous and binary vectors.

2017-04-01 Thread Boris Steipe
Yes. > On Mar 31, 2017, at 11:53 PM, Art U wrote: > > Hi, > I'm trying to create number of vectors, part of them are binary and part > are continuous. Is there a way in R to generate them with specific > correlation between each pair? > Thank you in advance. > Ariel > --

[R] How can I delete column yhat AND STILL retain the order of Response?

2017-04-01 Thread BR_email
Hi R'ers: Attached, my R_code, the dataset, and my query. How can I delete column yhat AND STILL retain the order of Response? When I remove yhat, the resultant dataset has Response in the original order, not the reordered version I created. Any help is greatly accepted.

[R] Correlation between continuous and binary vectors.

2017-04-01 Thread Art U
Hi, I'm trying to create number of vectors, part of them are binary and part are continuous. Is there a way in R to generate them with specific correlation between each pair? Thank you in advance. Ariel -- *I like to pretend I'm alone*. *Completely alone*. *Maybe post-apocalypse or plague*...

Re: [R] Deploying R on the cloud - Help Please

2017-04-01 Thread Usman Suleman
Hello: You might consider implementing RStudio server on an AWS instance in the cloud. You could purchase the pro version or the opensource version. I recently installed (for a client) opensource versions of RStudio server and Shiny server on an AWS Ubuntu instance. It is not that complicated.

Re: [R-es] Intervalos de confianza de la varianza de los residuos en unmodelo no lineal.-

2017-04-01 Thread Freddy Omar López Quintero
​​Gracias Javier,​ 2017-04-01 12:07 GMT-03:00 : > Mi duda es la siguiente, la varianza residual en su modelo, es homogénea o > heterogénea, ​La varianza es homogénea, común a todas las observaciones. Digamos que el modelo es el siguiente, y=f(x, betas)+e con

Re: [R-es] Intervalos de confianza de la varianza de los residuos en unmodelo no lineal.-

2017-04-01 Thread javier.ruben.marcuzzi
Estimado Freddy Omar López Quintero A ver si comprendo, usted tiene algo como mediciónes con un espectrofotómetro donde tiene absorbancias y transmitancias, con varias mediciónes alguna de las cuáles pueden ser a 280 nanometros de longitud de onda, otras a otra longitud, por ejemplo. Ahora

Re: [R] Deploying R on the cloud - Help Please

2017-04-01 Thread Barry Rowlingson
On Fri, Mar 31, 2017 at 10:43 PM, Axel Urbiz wrote: > Hello, > > I work for a large organization who is looking to productionize (deploy) > models built in R on the cloud. Currently, we were looking into IBM > Bluemix, but I’ve been told only Python is supported for model

Re: [R-es] Intervalos de confianza de la varianza de los residuos en un modelo no lineal.-

2017-04-01 Thread Freddy Omar López Quintero
Hola Rubén y Carlos, ¡Muchas gracias por sus respuestas! Me parece sin embargo que ellas van encaminadas a obtener intervalos de confianza para la predicción. En la salida del ejemplo de la ayuda, se obtiene: Residual standard error: 0.01919 on 13 degrees of freedom > Ese sería (si no he

Re: [R] pull stat out of summary

2017-04-01 Thread peter dalgaard
> On 01 Apr 2017, at 01:54 , Sarah Goslee wrote: > > The short answer is that hold isn't a list-like object, and $ only > works with list-like objects (lists and data frames, mainly). > > You can get the full explanation (VERY full), at > ?Extract > or any of its

[R-es] Series de tiempo diarias

2017-04-01 Thread CARLOS ALBERTO TAIMAL YEPES
Cordial saludo, tengo 244 mediciones diarias de una variable meteorológica con la cual necesito realizar una serie de tiempo. Por favor, quería que me recomendaran alguna librería o función con la cual trabajar este tipo de datos. De antemano, gracias por su atención. [[alternative HTML

Re: [R] Difference between R for the Mac and for Windows

2017-04-01 Thread peter dalgaard
[This is drifting somewhat awy from the original intention of the topic, I think]. This looks like a build dependency. I get 3.3.2 (yeah, I know, should upgrade): > (1+2i)/0 [1] NaN+NaNi R-devel, march 24: > (1+2i)/0 [1] Inf+Infi on the *same* machine. The difference is that one is stock

Re: [R-es] Intervalos de confianza de la varianza de los residuos en un modelo no lineal.-

2017-04-01 Thread Rubén Fernández-Casal
Hola Freddy, A mí lo único que se me ocurre es que hagas bootstrap. Te recomendaría el paquete boot... Un saludo, Rubén. El 1 abr. 2017 4:22, "Freddy Omar López Quintero" < freddy.lopez.quint...@gmail.com> escribió: > Hola amigos, > > Supongamos que se quiere ejecutar un modelo no lineal con