search for: res_

Displaying 11 results from an estimated 11 matches for "res_".

Did you mean: res
2002 Apr 22
3
glm() function not finding the maximum
..., 6325.23, 92.37, 8340.04, 51.08, 55.59, 94.08, 69.98, 554.13, 104.88, 170.15, 945.1, 143.52) #Fits data to a gamma distribution using glm() gamma1_function(data){ n_length(data) m_summary(glm(data~1, family=Gamma(link=identity))) shape_1/as.numeric(m$disp) scale_as.numeric(m$coeff[1]*m$disp) dev.res_-2*log(dgamma(data,shape=shape,scale=scale)) loglik_sum(dev.res) #actually -2 * log like list(loglik=loglik,par=c(shape,scale)) } #Fits data to a gamma distribution "by hand" using optim() gamma2_function(data){ n_length(data) m_summary(glm(data~1, family=Gamma)) shape_1/as.numeric(m$di...
2014 May 24
2
R múltiple archivos de salida
...riable, sino tambien la opcion > de poder exportar el resultado obtenido, ojala con el nombre de la > varible de entrada. Seria algo como > > mifuncion <- function(variable, modelo){ > resultado <- hacer_algo_con_el_modelo(variable) > write.table(..., paste0('res_', variable, '.txt'), ...) > } > > Asi las cosas, en mi opinion, lo mejor seria algo como > > lapply(variables, mifuncion, modelo = modelo) > > Luego de ejecutar esta instruccion, en tu espacio de trabajo veras los > archivos .txt que contienen la informacion obt...
2014 May 23
2
R múltiple archivos de salida
R múltiple Estoy pensando en un problema que tendré que solucionar pero aún no comencé a escribirlo, por lo tanto no hay código en R como para compartir, sin embargo no tengo idea de cómo realizarlo desde R. El planteo es el siguiente: Los datos son en una cantidad necesaria para que el procesamiento estadístico demore (minutos, horas). Supongamos dos variables (serían más), la A y la B,
2010 Sep 13
0
Upgrade from 1.4 to 1.6 : problems with realtimemysql
This is a problem with extconfig.conf - not your res_ or cdr_ ones. In your case - extconfig.conf probably contained something like 'sippeers => mysql,MyDBase,sippeers'. The 'problem' is that the middle parameter is no longer for the database name - it is for the context in res_mysql.conf. So, the above now becomes 'sippeers...
2011 Nov 24
0
loop through columns in S4 objects
...tutorials that can help me understand how to do this and other manipulations such as subsetting the snp.matrix data for example. This is what I have tried for the loop: rhs <- function(x) { x<- snp.rhs.tests(x, family="gaussian", data=phenotype, snp.data=snp.matrix$genotype) } res_ <- apply(phenotype,2,rhs) Error in x$terms : $ operator is invalid for atomic vectors Then I tried this: for (cov in names(phenotype)) { association<-snp.rhs.tests(cov, family="gaussian",data=phenotype, snp.data=snp.matrix$genotype) } Error in eval(expr, envir, enclos) :...
2013 Feb 01
1
Expresiones regulares y nombres de variables
Hola a todos, de nuevo una pregunta referente a expresiones regulares. en este caso me estaba preguntando si se puede suministrar el valor de una variable a la exp. regular: ls(pattern=(''res_Slag_.*16_17_18'')) donde ''Slag'' es una variable de carácter (Slag=''UP'') por lo que de arriba tendria que devolver algo asi como: "res_UP_may_aug_16_17_18" "res_UP_sep_dec_16_17_18" gracias de nuevo saludos, Luis -.-.-.-.-.-.-.-...
2010 Aug 15
1
Removing `chan_dahdi.conf`
Hi guys, I'm currently playing around with optimizing an Asterisk install (trying to remove as many possible configuration files as possible) for testing and debugging purposes. I've been able to remove most of the files and maintain an error-less Asterisk full file, with a single exception: I can't seem to remove `chan_dahdi.conf` without having Asterisk complain in the full logs:
2010 Nov 30
2
Error loading module 'chan_gtalk.so': libiksemel.so.3: cannot open shared object file: No such file or directory
Hello, Can't get chan_gtalk.so module to load, neither res_jabber.so: Asterisk*CLI> module load chan_gtalk.so Unable to load module chan_gtalk.so Command 'module load chan_gtalk.so ' failed. [Dec 1 16:10:05] WARNING[2931]: loader.c:387 load_dynamic_module: Error loading module 'chan_gtalk.so': libiksemel.so.3: cannot open shared object...
2006 Apr 30
4
unable to compile
...21/tools/wrc' make[1]: *** [wrc] Error 2 make[1]: Leaving directory `/home/crashedagain/compile/wine-20040121/tools' make: *** [tools] Error 2 desktop:/home/crashedagain/compile/wine-20040121# The relevant sections of newstruc.c are: "static void handle_ani_list(riff_tag_t *lst, enum res_e type, int isswapped) { riff_tag_t *rtp = lst+1; /* Skip the "LIST" tag */ while((char *)rtp < (char *)lst + lst->size + sizeof(*lst)) { if(!memcmp(rtp->tag, info, sizeof(info))) { rtp = (riff_tag_t *)(((char *)rtp) + 4); } else if(!memcmp(rtp->tag, inam, sizeof...
1999 Oct 21
1
left.solve
...ab, ylab=ylab, cex=cex) if (!is.null(f)) lines(lowess(x,y,f=f)) } } else { lms_summary(rslt) e_rslt$residuals n_length(e) beta_rslt$coef p_length(rslt$coef) R_rslt$R Q_left.solve(R, cbind(rep(1,length(x)),x)) h_as.vector((Q^2 %*% array(1, c(p, 1)))) h.res_(1 - h) z_e/h.res v1_e^2 z_t(Q * z) v.res_sum(v1) v1_(v.res - v1/h.res)/(n-p-1) dbeta_backsolve(R, z) si_sqrt(v1) xxi_diag(lms$cov.unscaled) bi_t(beta-dbeta) dfbetas_(t(coef(rslt)-t(bi)))/(si %o% xxi^.5) adfbetas_abs(dfbetas[,2]) p1_(99/18)*adfbetas*(a...
2013 Jan 07
7
Outoing Calls Motif Google Voice Calls Ring After Pick-up
Outoing calls I make using Motif Google Voice Calls continue ringing even after the other end picks up. I have to restart Asterisk to resolve the issue. I don't see any errors. It's not recognizing that the other party picked up the phone and restarting Asterisk fixes it only for a day. -- Co-op Vacation Rentals www.coopvr.com 15218 Summit Ave Suite #300-354 Fontana, CA 92336