search for: fonction

Displaying 20 results from an estimated 176 matches for "fonction".

2010 Oct 06
1
R getting slower until it breaks...
...am. Here is my code, but I doubt it would help much with my problem: ######## # It made of 4 functions (sorry, it's french): ########################################################################## ########################################################################## ### Ensemble des fonctions pour faire les images NDVI rouge et verte ### ########################################################################## ###### Bastien Ferland-Raymond, 5 oct 2010 ############################# ########################################################################## ######## ## Simplement ro...
2004 Jul 21
2
fonction Getvar
Hia .... i try to use the fonction Getvar of asterisk to get a variable myDNIS that i have define. i use it as follow Action: Getvar Channel: SIP... Variable: myDNIS but asterisk don't know it .i have the response as follow Response: Error Message: Invalid/unknown command does everybody meet this problem . i try all possible...
2009 Jan 24
1
fonction PLATEAU???
Hello, I am working on extracting data from sound recording (fee bee song of the black-capped chickadee). I obtained a two column matrix with x=time(s) and y=frequency(khz). The part of the recording that is interesting me is when the frequency is stable. Does somebody ever used a fonction that extract only constant data among a huge list of data (sample= 180000)? Thanks Thibault Grava PhD candidate, Natural Resources and Environmental Study (NRES) University of Northern BC, Prince George, BC phone office: (250) 960 6050 email address: grava at unbc.ca
2011 May 16
1
Inverse autocorrelation fonction
...netype="dashed")+opts(title=expression(paste("Inverse autocorrelogram of ",y[t])),plot.title = theme_text(size = 25))+geom_hline(yintercept=0) q2 Hope this can help somebody JB Lepetit -- View this message in context: http://r.789695.n4.nabble.com/Inverse-autocorrelation-fonction-tp3527467p3527467.html Sent from the R help mailing list archive at Nabble.com.
2006 Jul 12
11
ruby-debug 0.1.3
Hello Everyone, I''m pleasant to announce the release of ruby-debug 0.1.3. If you think that ruby-breakpoint is too limited for your needs and debug.rb brings your application to its knees, you might find this small extension useful. INSTALL It''s a usual procedure: $ gem install ruby-debug DOCS This library has almost identical interface with the standard debug.rblibrary.
2017 Jun 16
2
compil error samba 3.6.5
...1 python ./buildtools/bin/waf build Waf: Entering directory `/root/samba/samba-4.6.5/bin' Selected embedded Heimdal build [3373/3906] Linking default/lib/async_req/async_connect_send_test [3377/3906] Linking default/lib/util/libsamba-util.so default/lib/util/become_daemon_32.o: dans la fonction « become_daemon »: become_daemon.c:(.text+0x1d3): référence indéfinie vers « sd_notifyf » default/lib/util/become_daemon_32.o: dans la fonction « exit_daemon »: become_daemon.c:(.text+0x25c): référence indéfinie vers « sd_notifyf » default/lib/util/become_daemon_32.o: dans la fonction « daemon_read...
2009 Oct 22
1
What happen for Negative binomial link in Lmer fonction?
Dear R users, I'm performing some GLMMs analysis with a negative binomial link. I already performed such analysis some months ago with the lmer() function but when I tried it today I encountered this problem: Erreur dans famType(glmFit$family) : unknown GLM family: 'Negative Binomial' Does anyone know if the negative binomial family has been removed from this function? I really
2009 Oct 26
1
What happen for negative binomail link in lmer() fonction?
Dear R users, I’m performing some GLMMs analysis with a negative binomial link. I already performed such analysis some months ago with the lmer() function but when I tried it today I encountered this problem: *Erreur dans famType(glmFit$family) : unknown GLM family: ‘Negative Binomial’* Does anyone know if the negative binomial family has been removed from this function? I really appreciate any
2004 Jul 22
2
Programmation pour MLE
Bonjour, Je veux cherché l’estimateur de vraisemblance maximal (MLE)d’une fonction à 3 paramètre inconue étant donné une échantillon de taille 50 (les observations des valeurs de x) alors comment je peux procédé La fonction de densité est définie par : f(x)= 1/3(g(a1)+g(a2)+g(a3)) avec g(ai)=(exp(ai)*ai^x)/x! pour i=1,2,3. Je vous remercie beaucoup. A. Elhabti...
2006 Apr 28
4
mongrel error on debian sarge
...16: attention : its scope is only this definition or declaration, which is probably not what you want /usr/lib/ruby/1.8/i486-linux/intern.h:216: attention : parameter has incomplete type /usr/lib/ruby/1.8/i486-linux/intern.h:446: attention : noms de param??tres (sans type) dans la d?claration de fonction Dans le fichier inclus ? partir de http11.c:1: /usr/lib/ruby/1.8/i486-linux/ruby.h:687:21: pthread.h : Aucun fichier ou r?pertoire de ce type In file included from http11.c:1: /usr/lib/ruby/1.8/i486-linux/ruby.h:689: error: erreur de syntaxe before "rb_nativethread_t" /usr/lib/ruby/1.8/...
2004 Sep 22
5
Dear Any, Is there a fonction in R to change a string to uppercase ? Thanks for all your help
2007 Mar 13
0
compatibility S-plus R: stepwise fonction
Hi, I tried to use S-plus script with R. I thought it was easy because there aren't a lot differences between S-plus and R syntaxe. However, I didn't succeed to use stepwise function in R. I think the best equivalent in R is step, but this function seems not to use same parameters. is there a better equivalent in R ? or package to make stepwise compatible with R ? Thank you for
2010 Jun 28
1
[PATCH] Btrgs-progs: Define _GNU_SOURCE for strndup
This fixes: btrfs-list.c: Dans la fonction «ino_resolve» : btrfs-list.c:511: attention : déclaration implicite de la fonction « «strndup» » btrfs-list.c:511: attention : incompatible implicit declaration of built-in function «strndup» make: *** [btrfs-list.o] Erreur 1 and: btrfs.c: Dans la fonction «split_command» : btrfs.c:168: attention...
2003 Apr 16
5
besoin d'aide
J'aimerais savoir si la fonction merge() est la seule disponible pour concatener des tableaux de donn?es? Est-ce normal que l'ex?cution soit lente?
2005 Oct 11
2
Problems with plot function
...ot; simulation <- function(k, n){ conc <- seq(0,10,by=0.5) #choixg <- seq(1, length(conc)) choixg <- rep(0,length(conc)) for (i in 1:length(conc)){ choixg[i] <- (k + conc[i])^2/((k+conc[i])^n + (k+1)^n) } return(choixg) } simulation(5,1) plot(conc, choixg, main ="fonction de choix", col= "blue", pch=20, xlab = " concentration", ylab="proba de choisir la gauche") ########################################################## Lassana KOITA Service Technique de l'Aviation Civile (STAC) Direction G??n??rale de l'Aviation Civile (D...
2017 Jun 16
0
compil error samba 3.6.5
...waf build > Waf: Entering directory `/root/samba/samba-4.6.5/bin' > Selected embedded Heimdal build [3373/3906] Linking > default/lib/async_req/async_connect_send_test > [3377/3906] Linking default/lib/util/libsamba-util.so > default/lib/util/become_daemon_32.o: dans la fonction « > become_daemon »: > become_daemon.c:(.text+0x1d3): référence indéfinie vers « sd_notifyf » > default/lib/util/become_daemon_32.o: dans la fonction « exit_daemon »: > become_daemon.c:(.text+0x25c): référence indéfinie vers « sd_notifyf » > default/lib/util/become_daemon_32.o: dans...
2011 May 05
7
Draw a nomogram after glm
Hi all R users I did a logistic regression with my binary variable Y (0/1) and 2 explanatory variables. Now I try to draw my nomogram with predictive value. I visited the help of R but I have problem to understand well the example. When I use glm fonction, I have a problem, thus I use lrm. My code is: modele<-lrm(Y~L+P,data=donnee) fun<- function(x) plogis(x-modele$coef[1]+modele$coef[2]) f <- Newlabels(modele,c(L="poids",P="taille")) nomogram(f, fun=list('Prob Y<=1'=plogis), fun.at=c(seq(0,1,by=.1),.95,....
2011 Jun 17
4
Bartlett's Test of Sphericity
Hello Dear R user, I want to conduct a Principal components analysis and I need to run two tests to check whether I can do it or not. I found how to run the KMO test, however i cannot find an R fonction for the Bartlett's test of sphericity. Does somebody know if it exists? Thanks for your help! Thibault [[alternative HTML version deleted]]
2005 Oct 26
1
Pb encountered with demos
...demo(lattice,package='lattice') demo(lattice) ---- ~~~~~~~ Type <Return> to start : > require(grid) [1] TRUE > old.prompt <- grid.prompt(TRUE) > old.settings <- trellis.par.get() Erreur dans eval.with.vis(expr, envir, enclos) : impossible de trouver la fonction "trellis.par.get" - Zelig > demo(poisson,package='Zelig') demo(poisson) ---- ~~~~~~~ Type <Return> to start : > data(sanction) > user.prompt() Erreur dans eval.with.vis(expr, envir, enclos) : impossible de trouver la fonction "user.prompt"...
2007 Nov 19
4
options
Bonjour tout le monde. En fait je voudrait savoir si il est possible d''enlever l''une des trois fonctions de la frame(maximize_box, minimise_box, close_box). On peut retirer les 3 en même temps, mais est-ce que l''on peut juste retirer l''une des trois? merci sebastien http://beusse.liveror.com _______________________________________________ wxruby-users mailing list wxruby-users@ruby...