similar to: How many nested function calls?

Displaying 20 results from an estimated 10000 matches similar to: "How many nested function calls?"

1998 Feb 19
1
R-beta: dataframes again
A non-text attachment was scrubbed... Name: not available Type: text Size: 2257 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments/19980219/8304c142/attachment.pl
2006 Jul 11
1
Table of P values for Fisher's exact test
Hi, I have a table of observed counts for various genetic markers. Instead of doing Fisher's exact test for each marker one at a time and recording the P value manually, is there a script to go through the whole list and generate the P value column automatically? An example of my data: Counts_CHB and Counts_AA are the observed counts for one allele. 2N_CHB and 2N_AA are the total number
2008 Aug 18
1
"nested" getInitial calls; variable scoping problems
Hi All, Another nls related problem (for background, I'm migrating a complicated modelling package from S-plus to R). Below I've reduced this to the minimum necessary to demonstrate my problem (I think); the real situation is more complicated. Two similar selfStart functions, ssA and ssB. The 'initial' function for ssB modifies its arguments a little and then calls getInital
2006 Mar 21
0
Nested One-To-Many ActiveRecord Question
I have a set of one-to-many relationships, nested 4 deep. In other words: table_A has_many table_B, table_B belongs_to table_A, has_many table C, table_C belongs_to table_B, has_many table D, table_D belongs_to table_C Now, I want to to find on table_A, based on criteria in table_D, and I want to paginate it. And I need fields from all four tables in the result set. Does anyone know
2013 Jul 14
0
Form objects vs nested attributes in 1 to many association
Recently I have been reading about form objects and have been wondering its use in 1 to many assocation. Let''s say I have a model of project with many tasks and the user edits the project along with the tasks in one big form. Is nested attributes using cocoon gem better suited than using reform/virtus or other form objects? Any examples of using form objects in this context? --
2011 Apr 04
1
Best way to instanciate an empty address element in many nested fields_for
Hi! I have 3 models, User, Company and Address. Basically, a User belongs to a Company and an Address has one Company (because it can be linked to other models). In a form I want to display a User, its Company and its company Address, with fields_for. The problem is when my User has a Company, that does *not* have an Address: the part containing the Address is not displayed. I see 2 ways of
2010 Apr 05
1
Deleting many list elements in one time
Hi guys, here is a simple thing I want to do but it doesn't work: I have a vector of the element indexes that I want to delete called index so when I write myList[[index]] <- NULL to delete these elements here is what I get: Error in myList[[index]] <- NULL : more elements supplied than there are to replace Isn't it possible to delete multiple elements? ----- Anna Lippel --
2008 Jul 17
2
nested calls, variable scope
Below is an example of a problem I encounter repeatedly when I write functions. A call works at the command line, but it does not work inside a function, even when I have made sure that all required variables are available within the function. The only way I know to solve it is to make the required variable global, which of course is dangerous. What is the elegant or appropriate way to solve
2008 Jul 30
1
Mixed effects model where nested factor is not the repeated across treatments lme???
Hi, I have searched the archives and can't quite confirm the answer to this. I appreciate your time... I have 4 treatments (fixed) and I would like to know if there is a significant difference in metal volume (metal) between the treatments. The experiment has 5 blocks (random) in each treatment and no block is repeated across treatments. Within each plot there are varying numbers of
2007 Aug 27
1
silent option in nested calls to try()
Hello, is it *really intentional* that the "silent" option of try() does only apply to the outer call in nested try constructs? I would assume that a silent try() should suppress all error messages regardless where they occur, even if they are already handled with other try()'s. The error message itself should be (and is in both cases) reported by the return value of try().
2004 Jun 08
1
Nested shared library calls in Linux
Hi, I have an interface from R to the wxPython GUI toolkit which works under Windows: http://bioinf.wehi.edu.au/folders/james/wxPython/ (as long as you build RSPython with a shared (not static) Python library). But on Linux I get an error: > library(RSPython) > importPythonModule("wx") Error in .PythonEval(cmd) : Error in Python call:
2006 Jun 29
1
Passing argument in nested function calls
Please, do not ask why you would do this. I have simplified my complicated code to just the basic problem occuring to be able to make it easier to understand the actual problem. I have two function getArgs() and extractArgs() - code and test results provided below. I test them using getArgs(id = 's1002') from the command line. getArgs() prints the name of the argument as id and the
2012 Feb 21
2
Using substitute in nested function calls
Dear List members, I really, like the feature that one can call R functions with mathematical expressions, e.g. curve(x^2, 0, 1) I wonder, how I can construct in a simple way a function like mycurve = function (expr) {...} such that that a call mycurve(x^2) has the same effect as the call curve(x^2, -100,100) Below is some code that works, but it seems much to complicated: it first
2006 Nov 15
3
Regular audio fade-out fade-in on IAX2 calls Asterisk 1.2.4 Hi all, One of my users has a problem with many of his calls via my Asteriskā„¢ server. He describes the problem as having the sound slowly fade out and then fade back at a regular frequency. Has
Hi all, Originally tried to post this without being subscribed, apologies if the list gets this twice. One of my users has a problem with many of his calls via my Asterisk? server. He describes the problem as having the sound slowly fade out and then fade back at a regular frequency. Has anyone experienced this before? Can you suggest a potential cause? The client is an IAX2 soft
2011 Apr 19
1
How to know how many calls are into hold by asterisk command
Hi All, Is it possible o know how many call are into hold ? who are on hold ? By whom these extension are on hold ? And after 60 sec asterisk will call them automatically as Call Parking do? I wan to make this concept to my PBX system... Thanks in advance -- ----- Thanks and regards Virendra Bhati +91-9172341457 Software Engineer -------------- next part -------------- An HTML attachment
2007 Aug 19
2
How many calls can use the same username
Hi List; If I configured one SIP account or one IAX account [sipuser1] or [iaxuser1] then how many calls can be originate/terminate using the same account [sipuser1] or [iaxuser1]? In other words, can 10 IP Phones (users) do a calls via Asterisk using the same account (SIP or IAX2)? If yes, how can I control the number of calls per account? Regards Bilal
2009 Feb 10
1
Asterisk how many calls handle using H.323 to SIP conversion?
I have P4 2.50GHz RAM 4GB, Asterisk how many calls handle using H.323 to SIP conversion on this server? Regards, --------------------------- Muhammad Asif Raza -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090210/6d5cb26b/attachment.htm
2011 May 17
3
how to know how many calls are on hold
hi list, please help me how to know how many calls are on hold..... -- ----- Thanks and regards Virendra Bhati +91-9172341457 Asterisk Engineer -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110517/09cbc325/attachment.htm>
2014 Jul 10
1
dialplan =>how many concurrent calls
Hi guys. Does somebody knows how to get the concurrent calls from the dial plan? Or. How can i control not to run more than n simultaneus agi applications? Thanks in advance. rv -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140710/70b38e21/attachment.html>
2015 Jul 06
0
Asterisk how to setup alarm too many outgoing calls from same user
I don't think you can do this natively within Asterisk, but take a look at SecAst (from http://www.telium.ca<http://www.telium.ca/> ). There is a free edition you can download right from the web site. SecAst will monitor the rate at which a user/device places calls to detect potential fraud. (I assume that is what you are trying to achieve). It also checks for suspicious dialed