search for: paramt

Displaying 20 results from an estimated 346 matches for "paramt".

Did you mean: param
2004 Sep 23
1
noncentrality paramter in power.anova.test (PR#7244)
Full_Name: Version: 1.9.0 OS: Windows XP Submission from: (NULL) (134.126.93.191) I believe the noncentrality parameter, lambda, in power.anova.test is incorrect. The noncentrality paramter is defined as lambda <- (groups - 1) * n * (between.var/within.var). The n should not be there. The function pf defines the noncentrality parameter as the sum of squares of the means. Therefore, the noncentrality paramter, lambda, in power.anova.test should be lambda <- (groups - 1) * (betw...
2008 Apr 29
2
Help on extract paramters from fitted models
Hi, I have a question about how to extract paramters from a fitted model. I can extract coefficients and std, but from some other statistics, I dont know how to extract. Can anyone help? Here it is an example: > coxout<-coxph(Surv(t,t.censor)~x) > coxout Call: coxph(formula = Surv(t, t.censor) ~ x) coef exp(coef) se(coef) z p...
2009 Mar 23
0
Parameter Estimation - "3 Paramter Gamma distribution"
...,0,0,0,0,6000,4300,3062,0,0,159649,0, ? 0,61329,0,0,0,0,0,0,0,0,0,214816,0,0,0,0,0,0,0,1200) ? In one of earlier mails, the following thing was suggested but I failed to understand its contents. As sugegsted therein, I had referred actuar package but couldn't understand the way to eatimate the paramters. THE CONTENTS OF THE EARLIER MAIL ******************** You might want to look at the TransformedGamma or InverseTransformedGamma distributions, which are part of the actuar package, see page 41, 25 here: http://cran.r-project.org/web/packages/actuar/actuar.pdf You can then use fitdistr of th...
2006 Jul 18
5
a best way to write this.
I have a form, with 3 fields, then in my controller I get the paramters to run a query but I don''t want to filter with paramters if they are nil or blank... I''m doing this @condition = '''' if(params.....) @condition = @condition + " myparamter = " + params[..... if(params.....) @condition = @condition + " m...
2009 Jun 19
1
paramter restriction in optim
...a problem of optimization but I don't know how to do it. function(s){ c<-s[1] a1<-s[2] a2<-s[2] return(-sum()) } optim(...) In fact I need to know how to specify 0<=a1<=1. I've tried but without success Thank you -- View this message in context: http://www.nabble.com/paramter-restriction-in-optim-tp24110745p24110745.html Sent from the R help mailing list archive at Nabble.com. [[alternative HTML version deleted]]
2003 Dec 16
1
Update Archive Flag
...C'S (Win98, Win 2000, XP, NT) only changed files have the Archiv-Flag on after sync. New files where copy to the Backupsrv but the Archive-Flag ist off. That means only changed files where backed up to tape but no new files. (Incremental) The rsync-version are 2.5.7 protocoll-version 26. The Paramter that we use from PC to Novell Backupsrv are -vrWuz *update. When we sysnc the PC's with the Parameter *avz, the same Paramters as Novell, the Archiv-Flags is also off on changed files. Can someone tell me the Paramters to sync PC's so, that new files theres not on the Backupsrv become...
2012 May 22
1
RNORM matrix based on CSV file values for MEAN and SD
This should (hopefully) be a pretty simple task. What I'd like to do is read in a csv file containing means and standard deviations for a large number of 'n' parameters (up to 2000). The list would be in the following format (see attached read.csv): Paramter(1), mean, standard dev., Paramter(2), mean, standard dev., Paramter(3), mean, standard dev., ... Paramter(n), mean, standard dev., Based on the above csv file, I would then like to generate a large sample matrix for 's' samples, using the rnorm function. The matrix will be in the follow...
2009 Jul 28
2
vary the parameters for a function
How I can vary the parameters for a function? I have a function with 5 parameters I want to turn the function for a range of numbers for one of these parameters!! i want to have in the end the value of the function in the different cas of one of the paramter (the others paramters are fixes!!) thank you for your help [[alternative HTML version deleted]]
2010 Mar 01
0
[LLVMdev] paramter attributes and function types
Hi James, > I can see how to apply attributes to function parameters and return values when defining and declaring functions, but I don't see how to do it for function type definitions. you can't. It used to be the case long ago that attributes went on types, but now they go only on calls and function declarations. > Nevertheless, the LLVM Language Reference document suggests, in
2006 Apr 15
3
Multiple Paramters and observe_field :with
Hi All: I have searched high and low with no success. Does anyone know of a way to pass the values of more than one form field through the :with parameter of observe_field? Basically I have two fields on the form with number values. When the user changes the value of one I would like to send the values of both fields to the controller for calculations and return the result to the user on
2005 Nov 13
0
gcontool-2 to set volume and mute paramters
Is there a setting in gconftool-2 to that sets up all the sound and volume settings? If so I havenot found it. Can someone point me in the right direction. Or is this just done directly with alsacntl? THanks, Jerry
2009 Apr 17
1
args and test of passed paramters
Hi, I would like to call a R script sometimes with: R --slave --vanilla --args Debug=1 N=25 < test.R and sometimes with R --slave --vanilla Debug=1 < test.R or similar. Inside the R script I get the arguments with: args=(commandArgs(TRUE)) if(length(args)==0){ print("=== No arguments supplied. =============") }else{ for(i in 1:length(args)){
2010 Mar 01
2
[LLVMdev] paramter attributes and function types
everyone-- I'm confused about what I'm seeing in LLVM 2.6, and I have a series of related questions. I can see how to apply attributes to function parameters and return values when defining and declaring functions, but I don't see how to do it for function type definitions. It's certainly absent from the OCaml bindings. I'm also not seeing it in the C-langauge bindings over
2006 Apr 05
8
Pass paramter via form
Hi, I want to allow users ti search my blog. I have the following code below to initiate the form. <%= start_form_tag :action => ''search'', :search => search %> <p align =center><%= text_field ''search'', ''search'',"size" =>"20" %> <%= submit_tag ''Search'' %></p>
1999 Jan 25
2
graphical paramters to boxplot
Dear all, is this a bug or do a miss something (this concerns version 0.63.1 on Linux)? > boxplot (c (1, 2, 3, 4, 5), ylim= c (-5, 5)) Warning: parameter "ylim" couldn't be set in high-level plot() function > boxplot (c (1, 2, 3, 4, 5), pars= list (ylim= c (-5, 5))) Warning: parameter "ylim" couldn't be set in high-level plot() function > and actually in
2010 Mar 01
3
[LLVMdev] paramter attributes and function types
On Mar 1, 2010, at 04:43, Duncan Sands wrote: > [I wrote:] >> >> Nevertheless, the LLVM Language Reference document suggests, in the examples for the Function Types section, that parameter attributes are part of function types. > > Where exactly? I don't see it in the online version. See <http://llvm.org/docs/LangRef.html#t_function> and look at the second
2002 Jul 31
3
Setting custom parameters for wine-programs
Hi list, Trying to set custom paramters for a wine-program as wcmd for example doesn't work for me. I tried setting [AppDefaults\\wcmd.exe.so\\x11drv] "Desktop"= "N" and [AppDefaults\\wcmd.exe\\x11drv] "Desktop"= "N" when global is "Desktop"="640x480". wcmd is display...
2012 Jul 12
3
ot: execute a script via email?
anyone has any tips what's best way to execute a script via email ? I have a wget script that fetches some pages, and, emails me the output, there is no paramters passed, it's all in the script I'll like to email in and action the script to get the results email -- Voytek
2019 Sep 05
3
New samba backup tool (online & offline) retention
Hi, Using old samba_backup with 4.4.x a paramter can be defined to keep some copies of backup and purge automatically. I'm searching same option with new samba backup offline or online, but I can't find, where is it? Thanks
2010 Apr 09
7
[LLVMdev] whether these transformations are doable and how?
...how to do it? do I need to derive a pass from ModulePass? 2. can I add more stack allocated memory objects to a function? the answer seems yes, any hint how to do it? 3. can I modify a function to take extra formal parameters? can I update all calls of the original function to take extra actual paramters? The function might be called across multiple modules. It seems this has to be done at both ModulePass and FunctionPass levels. Thanks, Neal -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100409/ac6b2...