similar to: fit data to y~A+B*sin(C*x)

Displaying 20 results from an estimated 140 matches similar to: "fit data to y~A+B*sin(C*x)"

2010 Apr 19
3
nls for piecewise linear regression not converging to least square
Hi R experts, I'm trying to use nls() for a piecewise linear regression with the first slope constrained to 0. There are 10 data points and when it does converge the second slope is almost always over estimated for some reason. I have many sets of these 10-point datasets that I need to do. The following segment of code is an example, and sorry for the overly precise numbers, they are just
2010 Apr 19
2
nls minimum factor error
Hi, I have a small dataset that I'm fitting a segmented regression using nls on. I get a step below minimum factor error, which I presume is because residual sum of square is still "not small enough" when steps in the parameter space is already below specified/default value. However, when I look at the trace, the convergence seems to have been reached. I initially thought I might
2013 Apr 05
1
white heteroskedasticity standard errors NLS
Hello Is there any function to calculate White's standard errors in R in an NLS regression. The sandwich and car package do it but they need an lm object to calculate the error's. Does anyone have idea how to do it for an NLS object ? Regards The woods are lovely, dark and deep But I have promises to keep And miles before I go to sleep And miles before I go to sleep ----- [[alternative
2013 Apr 25
3
nls: example code throws error
Greets, I'm trying to learn to use nls and was running the example code for an exponential model: > x <- -(1:100)/10 > y <- 100 + 10 * exp(x / 2) + rnorm(x)/10 > nlmod <- nls(y ~ Const + A * exp(B * x)) Error in B * x : non-numeric argument to binary operator In addition: Warning message: In nls(y ~ Const + A * exp(B * x)) : No starting values specified for some
2011 Jun 12
1
Error in NLS example in the documentation
Hello there, I am trying to use R function NLS to analyze my data and one of the examples in the documentation is - ## the nls() internal cheap guess for starting values can be sufficient: x <- -(1:100)/10 y <- 100 + 10 * exp(x / 2) + rnorm(x)/10 nlmod <- nls(y ~ Const + A * exp(B * x), trace=TRUE) plot(x,y, main = "nls(*), data, true function and fit, n=100") curve(100 +
2006 Jan 23
0
(sin asunto)
-- *Juan Carlos Viota Garrido* *Sine95*** Gran V?a 43, 2? plta. Madrid 28013 Tel.: 91 548 20 90 Fax: 91 548 42 55 www.sine95.com <http://www.sine95.com/> ------------------------------------------------------------------------ Este mensaje se dirige exclusivamente a su destinatario y puede contener informaci?n privilegiada o confidencial. Si no es vd. el destinatario indicado,
2010 Sep 24
1
(sin asunto)
Podrías mandar un summary de tu conjunto de datos o un str para ver por que no puede estimar esos efectos, también sería útil el resultado de with(tusdatos, table(Landscape,Crop,Position)) Gabriela
2009 Aug 10
1
(sin asunto)
Tengo un problema que me dice: La libreria MASS de R contiene el fichero birthwt.Trabajando sobre estos datos: 1.-Recodifica las variables tal y como aparece en la ayuda sobre este fichero en R. 2.-Analiza e interpreta la posible asociacion estadistica entre las variables low y smoke. ¿Alguien me podria explicar como hacerlo? Ademas, si alguien puede, no entiendo la validacion cruzada, ni la
2007 Oct 03
1
(sin asunto)
como puedo descargar syslinux Universidad 2008 Del 11 al 15 de febrero del 2008 Palacio de Convenciones. La Habana. Cuba. Sitio Web: http://www.universidad2008.cu
2013 Sep 09
0
(sin asunto)
Te sirve usar un data.frame en lugar de matriz? df <- data.frame( Fecha = format(index(zooreg(1:300, start = as.Date("2012-03-01"))), '%Y-%m-%d'), Valores = 1:300) En lo personal no uso ts para valores diarios sino que utilizo el paquete xts. Daniel Merino El 9 de septiembre de 2013 08:46, Dr. José A. Betancourt B. < jbetancourt@iscmc.cmw.sld.cu> escribió: > No
2013 Oct 06
0
(sin asunto)
A [[alternative HTML version deleted]]
2014 Jan 26
1
Cambiar nombre al host sin reiniciar el sistema
Hola a todos: Yo quiero cambiar el nombre de mi host, pero sin reiniciar el sistema 1) edite el archivo /etc/sysconfig/network HOSTNAME=name_hostname 2) edite /etc/hosts 192.168.x.x name_hostname Se que al reiniciar cambia el nombre, pero mi idea es no reiniciar el server. se puede??? gracias
2016 Dec 01
0
Different results for cos,sin,tan and cospi,sinpi,tanpi
Please note that you need to report your platforms (as per the posting guide), as the C function starts #ifdef HAVE_COSPI #elif defined HAVE___COSPI double cospi(double x) { return __cospi(x); } And AFAICS the system versions on Solaris and OS X behave the same way as R's substitute. On 01/12/2016 09:12, Martin Maechler wrote: >>>>>> Martin Maechler <maechler
2011 Sep 22
1
(sin asunto)
hello, I want to  know as mortality in different families of epiphytes after selective logging in the forest I want to make a survival analysis with left and right censored data.  My study begins in 2004 but I have many individuals who enter the study in 2007 I have tried this:                     surara<-survfit(Surv(fecha,estado)~categoria) fecha= time estado= dead categoria= control and
2003 May 14
0
(sin asunto)
Hello list, already I come as a month doing use of package R, wanted to ask to them like podria to do so that my servant who has the R can publish his results via Web, I can do it by means of php. I have been seeing the Rweb that can be lowered but I have problems at the time of installing it use cgi Perl, is to say tendria that to pass all my scripts of R to Perl, is no a direct way but of
2023 Nov 15
0
"sin titulo"
Conoces o has escuchado el impacto que puede tener la Inteligencia Artificial en las empresas? Encontr? algo que podr?a interesarte. El 30 de noviembre habr? una conferencia online por Zoom sobre c?mo usar la IA en departamentos de compras. Siento que esto es exactamente lo que han estado buscando para darle un giro a su negocio Ser?a incre?ble si pudieras unirte. H?blame si te interesa y te paso
2018 Feb 21
2
Ejecutar shinyapp sin abrir Rstudio
Buenas, Se puede,en local, crear una shinyapp que se abra pinchandodirectamente sobre un icono del escritorio? Gracias Jes?s [[alternative HTML version deleted]]
2013 Sep 09
2
(sin asunto)
No he podido crear una matriz con dos columnas una de fechas y la otra columna con números de casos de una enfermedad x library(zoo) zooreg(1:300, start = as.Date("2012-03-01")) cbind(zooreg(1:300, start = as.Date("2012-03-01")) , c(1:300)) #?como incluir un vector o una ts? -- Este mensaje le ha llegado mediante el servicio de correo electronico que
2012 Mar 21
3
(sin asunto)
Hola Buenas noches   Alguien me podria indicar en que paquete puedo encontras modelos lineales y cuadratico para ajustar una serie de datos   Gracias [[alternative HTML version deleted]]
2017 Aug 15
3
Contar palabras sin tener en cuenta observaciones con NA
Buenas a todos, Necesito crear una variable "Numero.palabras" que sea el número de palabras de la variable "titulo". Al crearla, cuando en la variable "titulo" aparece un NA, me cuenta como 1 palabra. Por otro lado, los puntos o / también los cuenta como palabras. ¿Me podrías ayudar con el comando que tengo que meter para que me de el resultado correcto? Muchas