search for: uniniti

Displaying 20 results from an estimated 26 matches for "uniniti".

Did you mean: uninit
2017 Oct 28
2
Function Relevel DOE NOT FOUND
Dear Forum, Which functions and packages should be installed to make work the function "relevel"? treatment<-revel(treatment,ref="Db") Error: no se pudo encontrar la funci?n "revel" Thank you very much for your help, Xavier Chiriboga M. PhD Candidate Fundamental and Applied Research in Chemical Ecology Lab. Institute of Biology University of Neuchatel
2004 Apr 21
1
two stage level least square in R
I m in front of a problem of simultaneity bias between two equations and would like to apply the two stage level least square....Is there a special command in R ? I didn't found something about that in the R help. Thanks for your help !!!! ************************************************************** Mathieu Vuilleumier - collaborateur scientifique Institut de recherches ??conomique et
2010 Aug 19
6
Frequent "Could not retrieve file metadata" errors
I get errors like this randomly on some of my puppet clients: puppetd[7303]: (//munin/Config-file[muninnode]/File[/etc/m unin/munin-node.conf]) Failed to retrieve current state of resource: Could not retrieve file metadata for puppet://puppet.hq.eso.org/modules/munin/munin-node.c onf: at /etc/puppet/manifests/site.pp:41 The relevant definition from /etc/puppet/manifests/site.pp is: # Generic
2017 Oct 28
2
HELP relevel INTERCEPT-COMPARISONS
Dear colleagues, How can I do to "relevel" the intercept? I need that the treatment "Db" be the intercept, and have p-values for the comparisons with the others treatments. I used the function "relevel" but it did not work out to have what I want. Thanks for your help, Xavier T1 <- read.table(file.choose(), h=T) > head(T1) treatment replicate Time
2008 Mar 09
2
issue with plugin loading
...s. Now, I''me having issues running the code. When I run webgen, I got the following error : C:\Documents and Settings\Maison\Bureau\nicolas-delsaux.is-a-geek>webgen C:/Documents and Settings/Maison/Bureau/nicolas-delsaux.is-a-geek/plugin/database/04_role.rb:1:in `load_plugin'': uniniti alized constant #<Module:0x33a1c74>::AbstractBaseEntry (NameError) from c:/ruby/lib/ruby/gems/1.8/gems/webgen-0.4.6/lib/webgen/plugin.rb:224:in `load_from_file'' from c:/ruby/lib/ruby/gems/1.8/gems/webgen-0.4.6/lib/webgen/plugin.rb:223:in `catch'' from...
2004 Mar 30
0
Recursive regression on a logistic model
Hello ! I need help ! I would like to make a recursive regression on a logistic model (or linear model) to test the the stability of my data. Is anybody know if R has a special command or not ? Thanks for your help. Best regards, ************************************************************** Mathieu Vuilleumier - collaborateur scientifique Institut de recherches ?conomique et r?gionale (IRER)
2010 Aug 09
0
[LLVMdev] Determine whether a stored variable is local or global in the code of LLVM 2.7
I would like to know something different than that. How I can determine if the address at which data is stored is part of the heap or part of the stack. Regards, Nayden On Sat, Aug 7, 2010 at 3:22 AM, Patrick Marlier <patrick.marlier at unine.ch>wrote: > >> On 08/07/2010 04:41 AM, Nayden Nedev wrote: >> >>> Hi, >>> >>> I am trying to modify
2010 Jul 13
1
Czech stemming
Hello, I just find Xapian project when looking for some indexing engine in Ruby and was quite impressed. Is there any change for Czech stemming? I found that it is already written in Java as part of Lucene here: http://svn.apache.org/viewvc/lucene/dev/trunk/modules/analysis/common/src/ja va/org/apache/lucene/analysis/cz/CzechStemmer.java?view=markup Sadly, I have no experience with C++, but
2003 Dec 17
3
Asking for help
Hello evry one, I'm a frensh consulting Engineer in statistics and i work under R times to times. I would like to build an Graphic User Interface as we can do under MS Excel but i don't know how to do it. The aim is to have a GUI betwen a user and the console or the function (for exemple toto(a,b,c) ) In the GUI , i would like to have 3 boxes empty where i can put the values of a, b, and
2010 Aug 07
3
[LLVMdev] Determine whether a stored variable is local or global in the code of LLVM 2.7
Hi, I am trying to modify visitStoreInst() function in Execution.cpp of LLVM 2.7 to do some extra things. How I can determine whether the stored variable is global or local for some function? Regards, Nayden -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100806/fba58a79/attachment.html>
2020 Apr 11
2
using the bat script build_llvm_package.bat on windows
where should the file build_llvm_package.bat be placed and how should the build_llvm_package.bat be called? or is there a another way to do a two stage build of the llvm project on windows starting with using visual studio 2017 community. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Jul 07
0
[LLVMdev] LLC Bug x86 with thread local storage
On 07/07/2010 08:20 PM, Eric Christopher wrote: > > On Jul 7, 2010, at 4:52 AM, Patrick Marlier wrote: > >> Which one is correct ? >> - movl $tm_nest_level at TPOFF, %ecx >> or >> - movq $tm_nest_level at TPOFF, %rcx >> or >> - movl tm_nest_level at TPOFF, %ecx >> > > I believe this is initial exec and so from: > >
2009 Aug 12
0
TraMineR updated to version 1.4
Dear R users, The TraMineR package for mining, describing and visualizing sequences of states or events, and more generally discrete sequential data has been updated to version 1.4. Many new functionalities have been added, among which: new metrics for computing distances between sequences, function for computing multi-channel distances, new functions for extracting and visualizing sets of
2003 Nov 24
1
mle in the gamma model
Dear [R]-list, I'm looking for a classic equivalent of the wle.gamma function (library wle) that estimate robustly the shape and the scale parameters of gamma data. I have a vector of iid gamma rv : >data=rgamma(100,shape=10,scale=3) and a vector of their weights: >weights=c(rep(.5/70,70),rep(.25/20,20),rep(.25/10,10)) and want to estimate the scale and shape of the gamma
2003 Dec 06
1
pdf() function, screen command and graphs
Dear [R]-list, I am trying to do a pdf() of the following graphs but don't understand why the pdf() function does produce an empty pdf file. (I use R1.7.0 on MacOS 10.2.8) any idea? Is pdf() incompatible with screen? Thanks a lot, DLC ## create dataset x=rnorm(1000,10,2) y=rpois(1000,5) ## graphs pdf() par(col.main=4,omi=c(0,0,1.25,0)) split.screen(c(1,2))
2009 Nov 09
1
persp function question
Hello, I have a question about persp function: I made my classical matrix with x, y and z variables and I dont know why I obtain a 3D image with overestimate heights. Here is my script: microtopo = read.csv2("topo2.csv", dec=".") attach(microtopo) require(akima) # for persp or zz <-interp (x, y, z) persp(zz) See also my attach file Thanks, Best regards JS
2011 Mar 08
0
nlme: Computing REML likelihood value from ML likelihood value
Dear All, I have a question concerning the computation of the value of the Restricted Maximum Likelihood (REML) function evaluated at a given set of parameter estimates from the Maximum likelihood (ML) value. Following the book of Fitzmaurice, Laird and Ware (2004) "Applied Longitudinal Analysis" pp101, the REML likelihood can be computed by multiplying the ML likleihood by the square
2006 Oct 18
1
Schmera: a question on R software
Dear All, I would like to run a generalized linear mixed model with the software R (one categorical predictor, one random factor, the distribution of the dependent variable is binomial, and the link is logit). Thereafter, I would like to perform multiple comparisons (post hoc test) among the groups of the categorical predictor. Is it possible with the software R? Are traditional methods of
2009 Aug 12
0
TraMineR updated to version 1.4
Dear R users, The TraMineR package for mining, describing and visualizing sequences of states or events, and more generally discrete sequential data has been updated to version 1.4. Many new functionalities have been added, among which: new metrics for computing distances between sequences, function for computing multi-channel distances, new functions for extracting and visualizing sets of
2011 Sep 27
1
Adding axis to an ellipse: "ellipse" package
Dear list members, This might be a silly question but I just can't figure it out. I am using the "ellipse" package on covariance matrices. I would simply like to plot my ellipses WITH its two axis ploted as well. These axis represents the 2 eigen vectors of my matrix and it is important that I can graphically show them. Is there an easy way to do so? Many thanks, Antoine -- View