search for: reprot

Displaying 6 results from an estimated 6 matches for "reprot".

Did you mean: repro
2004 Nov 22
2
Unknown number CID on SIP phone
...oming call without an ANI, such as directly from my TDM phone switch, Asterisk says the call is coming from the IP address of the Cisco gateway, withough the dots, so if my gateway is at 10.0.0.1, Asterisk reports a call from "10001" instead of reporting "Unknown", or simply not reproting anything at all. It looks like there was some dicussions about a caller ID translation table. Is something like that what would be needed? Thanks, Brian
2008 Feb 19
0
(PR#10799) Assigning a sub-matrix from a data frame to a
...umeric matrix you coerce the latter to mode list, and that is what happened. If we have the simpler version d <- data.frame(v1=1:2,v2=3:4) x <- matrix(0, 2, 2) x[] <- d it may be easier to see what happened. I think the problem is in your subject line: d[,1:2] is _not_ a sub-matrix. Reproting behaviour as 'strange' without explaining what you thought should have happened and why leaves us guessing as to what you think the 'bug' might be. On Tue, 19 Feb 2008, david at opsi.co.za wrote: > See below: > > > >> d = data.frame(v1=1:2,v2=1:2) > >...
2010 Apr 01
2
About logistic regression
Hi, I have a dichotomous variable (Q1) whose answers are Yes or No. Also I have 2 categorical explanatory variables (V1 and V2) with two levels each. I used logistic regression to determine whether there is an effect of V1, V2 or an interaction between them. I used the R and SAS, just for the conference. It happens that there is disagreement about the effect of the explanatory variables
2010 Apr 04
2
"mantel.haenszel.test for trend in S-plus doesn't work i R"
Dear R'ers, When I used S-plus i wrote a small program for a Mantel-Haenszel test for trend (I think it worked). Unfortunately I can't get it working in R. It appears as if my use of 'el' is the problem but I can't sort it out. Error in apply(array, c(, 2, 3), function(el) el * 1:s) : argument is missing, with no default Further down in the program I use 'el'
2013 Jun 27
3
Read a text file into R with .Call()
Hi, I want to read a text file into R with .Call(). So I define some NEW_CHARACTER() to store the chracters read and use SET_STRING_ELT to fill the elements. e.g. PROTECT(qNames = NEW_CHARACTER(10000)); char *foo; // This foo holds the string I want. while(foo = readLine(FN)){ SET_STRING_ELT(qNames, i, mkChar(foo))); } In this way, I can get the desired character from qNames. The only problem
2006 Jan 25
7
reducing learning curves?
Hi all, I am really new to the R language. I am a long time Matlab and C++ user and I was "forced" to learn R because I am taking a statistics class. I am seeking to reduce the learning curve to as smooth as possible. Are there any addon/plug-in features that can reduce the learning curve, for example, the following features can be very helpful for new learners: 1. Matlab-like