search for: income

Displaying 20 results from an estimated 12559 matches for "income".

2005 Aug 03
2
MFC/R2 Mexico Unicall Blocked
I've been trying to configure an E1 in Mexico using unicall, i went into vozdigital, googled this list, and finally followed this instructions: http://voip-info.org/tiki-index.php?page=Asterisk+MFC+R2 I have 10 PSTN numbers and 10 "lines" assigned, so i only have 10 "channels" assigned from my telco. However when i try to simulate a call using this call file: --------call
2006 Feb 01
3
inserting one backslash
Hello, I am not very familiar with regular expressions and escaping. I need to replace the %-signs in a character vector with elements as "income 0%-33%# to be replaced by "income 0\%-33\%" (for later use in LaTeX). Using gsub("%","\\%","income 0%-33%") does not give the desired result. However, gsub("%","\\\\%","income 0%-33%") gives "income 0\\%-33\\%", one...
2002 Dec 01
1
generating contrast names
...lenglev), list(levels, levels)) cont[col(cont) == row(cont)] <- 1 } cont } > library(car) . . . > data(Prestige) > attach(Prestige) > contrasts(type) <- "contr.Treatment" > > lm(prestige ~ (income + education)*type) # default behaviour Call: lm(formula = prestige ~ (income + education) * type) Coefficients: (Intercept) income education typeprof typewc 2.275753 0.003522 1.713275 15.351896...
2005 Apr 19
1
How to make combination data
Dear R-user, I have a data like this below, age <- c("young","mid","old") married <- c("no","yes") income <- c("low","high","medium") gender <- c("female","male") I want to make some of combination data like these, age.income.dat <- expand.grid(age, married[-c(2)], income, gender[-c(2)]) age.income.dat age.married.dat <- expa...
2010 Aug 25
1
Surprising behaviour survey-package with missing values
Dear list, I got some surprising results when using the svytotal routine from the survey package with data containing missing values. Some example code demonstrating the behaviour is included below. I have a stratified sampling design where I want to estimate the total income. In some strata some of the incomes are missing. I want to ignore these missing incomes. I would have expected that svytotal(~income, design=mydesign, na.rm=TRUE) would do the trick. However, when calculating the estimates 'by hand' the estimates were different from those obtained from svyt...
2007 Feb 23
1
ooh323 hang up after the call is answered
Hi, I'm trying to make ooh323 works with one asterisk box running 1.2.15 version. I can ring from a h.323 to SIP and SIP to H.323, but when the call is finished when the phone is answered. This is the log when I call from the H.323 device to a SIP device: Feb 23 10:57:32 VERBOSE[6096] logger.c: -- Executing Dial("OOH323/Telconet Mantaer-c5f8", "SIP/666|30|TtrwWC")
2005 May 19
1
Asterisk real time extensions problem...
Hello everybody, I have setup asterisk real time extensions and its working pretty well. But the problem is when I am jumping between the contexts using the Goto statement in the database. I am getting a error = Parsing '/etc/asterisk/sip_notify.conf': Found -- SIP Seeding peers from Astdb: 'ezzibpo4' at ezzibpo4@210.211.246.47:5061 for 60
2023 Jun 29
2
Plotting factors in graph panel
Okay. Here is a modification that does four single line plots. at_df<-read.table(text= "Income MF MF_None MF_Equity MF_Debt MF_Hybrid Bank_None Bank_Current Bank_Savings Bank_NA $10 1 3.05 29.76 31.18 36.0 46.54 24.75 25.4 3.307 $25 2 2.29 28.79 32.64 36.27 54.01 24.4 18.7 2.891 $40 3 2.24 29.51 34.31 33.94 59.1 25.0 29 13.4 $75 4 1.71 28.90 35.65 33.74 62.17 24.61 11.48 1.746 >$75 5...
2009 Apr 22
1
Queue() Ignore Hangup Request
I saw a few posts of this problem before I could not figure out the reason I am getting it. I am running RHEL 5, Asterisk 1.4.21.2, zaptel 1.4.11 and libpri 1.4.4 Basically, if I dial into a queue and hang up the phone, Asterisk did not detect the hangup request and Asterisk will only hang up when the timer expires. There is no such problem if I do not use Queue(). Any thoughts? Here is my
2011 May 17
2
can not use plot.Predict {rms} reproduce figure 7.8 from Regression Modeling Strategies (http://biostat.mc.vanderbilt.edu/wiki/pub/Main/RmS/course2.pdf)
...#39;log 10 of 1992 pop per 1990 miles^2' counties <- cbind(counties, older, pdensity) # add 2 vars. not in data frame dd <- datadist(counties) options(datadist='dd') f <- ols(democrat ~ rcs(pdensity,4) + rcs(pop.change,3) + rcs(older,3) + crime + rcs(college,5) + rcs(income,4) + rcs(college,5) %ia% rcs(income,4) + rcs(farm,3) + rcs(white,5) + rcs(turnout,3), data=counties) incomes <- seq(22900, 32800, length=4) show.pts <- function(college.pts, income.pt) { s <- abs(income - income.pt) < 1650...
2008 May 12
2
Newbie Dialplan: Best Practice in using Context - Do not use Default??
In "The future of Telephony", it says "... We should also note for security's sake you should always make sure that your [incoming] context never allows outbound dialing. (If by chance it did, people could dial into your system and make outbound toll calls that would be charged to you!) The book was demonstrating using a PSTN environment and the zapata.conf was something like:
2003 Aug 23
0
RE: Re: That movie
An e-mail you sent to the following recipients was infected with a virus and was not delivered: wdarrah@lynksystems.com MessageID: T6434583d4c0a08027417c Subject: Re: That movie Attachment: SMTP Messages: The operation completed successfully. Scenarios/Incoming/Sophos Antivirus Content Scanner: Scanned by 'Sophos AV Interface for MIMEsweeper'. SMTP Messages: The operation completed
2004 Jan 25
2
Incoming SIP matching
Incoming FWD calls from other FWD users, iaxtel, or via ipkall, need to have dtmfmode=rfc2833. However, incoming FWD calls from the dialup access numbers (such as libretel) need to have dtmfmode=inband. To solve this problem, I created a second FWD account and configured sip.conf as follows, in order to match the incoming number to the proper dtmfmode: [fwd-rfc] type=friend secret=*****
2023 Jun 29
3
Plotting factors in graph panel
...I did not know that I was posting in HTML. I just copied the data from Excel and posted in the email in Gmail. The data is still in Excel, because I have not yet figured out what is a good way to organize it in R. I am posting it again below as text. These are rows in Excel: 1,2,3,5,9 after MF are income categories and No Answer category (9). Down the second column are categories of MF and Bank AC. Rest of the columns are percentages. Jim, thanks for the graph. I am looking to plot only one line (category) each in many small plots on the same page. I don't want to compare different categories...
2007 Aug 02
1
A simple IVR extension problem
Hi list, I am running TDM11b + Asterisk-1.4.9 + Zaptel-1.4.4 + Libpri-1.4.1 on CentOS 5. I am having trouble to make my simple IVR extension work, here is relevant config: zapata.conf ---- context=incoming signalling=fxs_ks channel => 4 context=internal signalling=fxo_ks channel => 1 ----- extensions.conf: ---- [office] exten => s,1,Dial(Zap/1,30) [home] exten =>
2017 Aug 14
4
PHI incoming blocks order
Hello, Is it a convenient way except of somehow iterating from one block to another to find from which block I have initial incoming value and from which I have a changing incoming value (this is only for phi nodes with two incoming blocks)? Dominator tree requires to know one block and one block edge...this is not what I want. Is it valid to take two first instructions from two incoming blocks
2008 Nov 24
3
Is this correct?
I have to answer the following question for a homework assignment. A researcher was interested in whether people taking part in sports at university made more money after graduating, taking into account the students' GPA. They sampled 200 alumni from a large university. The variables are: income (income 10 years after graduating), sports (1 if they did sports, 0 if they did not), and GPA (the grade point average at university). Discuss the relationship between taking part in sports, GPA, and income for these data. The R code I used so far is Does sports predict GPA? > lm1<-lm(G...
2007 Feb 09
7
Dialplan checkup
Hi All Curious will this work Std. PSTN line ---x------ X100p | ------ Fax Machine Using a standard "home phone" pstn line with a splitter connecting a fax machine and X100 Asterisk Box Incoming Line: Can I have in the dial Plan [incoming] exten => s,1,Wait(1) exten => s,2,IfFax continue to ring, so that the Fax Machine gets it exten
2009 Jan 14
1
1.6.1-b4: Can't get fax2mail work from System()
On 1.6.1-beta4: Trying to receive faxes over a pstn line. extensions.conf: [incoming-pstn-line] exten => fax,1,NoOp(Fax Detected) exten => fax,2,GoTo(incoming-fax,s,1) exten => fax,n,Hangup() ............ [incoming-fax] exten => s,1,Set(FAXFILE=/var/spool/asterisk/fax/${STRFTIME(${EPOCH},,%Y%m%d%H%M)}-0${CALLERIDNUM}) exten => s,2,ReceiveFAX(${FAXFILE}.tif) exten =>
2010 Sep 10
3
(no subject)
Hello, I'm trying to do bar plot where 'sex' will be the category axis and 'occupation' will represent the bars and the clusters will represent the mean 'income'. sex occupation income 1 female j 12 2 male b 34 3 male j 22 4 female j 54 5 male b 33 6 female b 67 7 male j 89 8 male...