search for: tariffication

Displaying 20 results from an estimated 44 matches for "tariffication".

Did you mean: tarification
2014 Jan 14
2
Duda Regresión Multiple
Buenos días, *Muchas gracias, todas las aportaciones han sido bien útiles.* Las he tenido en cuenta y he pasado los datos con el R, siguiendo el siguiente comando: *modeloRTUN2<-lm(AVE.~ Tariff + d1 + d2 + d3 + d4 + d5 + d6 + d7 + d8 + d9+ d10 + d11+ d12+ d13+ d14+ d15+ d16+ d17+ d18+ d19+ d20 +d21 + Tariff*d1 + Tariff*d2 + Tariff*d10)* *summary(modeloRTUN2)* Siendo: AVE. = Variable
2014 Jan 14
0
Duda Regresión Multiple
Buenos días, *Muchas gracias, todas las aportaciones han sido bien útiles.* Las he tenido en cuenta y he pasado los datos con el R, siguiendo el siguiente comando: *modeloRTUN2<-lm(AVE.~ Tariff + d1 + d2 + d3 + d4 + d5 + d6 + d7 + d8 + d9+ d10 + d11+ d12+ d13+ d14+ d15+ d16+ d17+ d18+ d19+ d20 +d21 + Tariff*d1 + Tariff*d2 + Tariff*d10)* *summary(modeloRTUN2)* Siendo: AVE. = Variable
2005 Mar 21
1
ASTCC: perl / mysql or me???
I try to change something in ASTCC, but I am now totally blind, .... I hang on one line now. I changed: vpbx:/var/lib/asterisk/agi-bin # diff astcc-original.agi astcc.agi 22c22 < # exten => _00XXXXXXXXX,1,DeadAGI(astcc.agi,${CALLERIDNUM},${EXTEN}) --- > # exten => _00XXXXXXXXX,1,DeadAGI(astcc.agi,${CALLERIDNUM},${TARIFF},${EXTEN}) 35c35 < # exten =>
2014 Jan 12
6
Duda Regresión Multiple
Buenos días, Me gustaría aplicar una regresión múltiple a los datos con los que trabajo pero no se como introducir los datos en R. He probado introducir el siguiente comando: modeloM<-lm(AVE.~ d1 + as.factor(d1T)*Tariff) summary(modeloM) Pero me da el siguiente error: > summary(modeloM) Error in if (attr(z$terms, "intercept")) sum((f - mean(f))^2) else sum(f^2) : argument is
2006 Apr 17
1
astcc and inwards billing
I (cannot sleep and I) am thinking if there is a way to make inwards billing easy possible. To dial out we use something like: exten => _9011N.,4,DeadAGI(astcc.agi,${CALLERID(num)},${EXTEN:${TRUNKMSD}},${TARIFF}) (I have an extra field TARIFF, what allows me to use different prices for different users) To dial to a phone we use something like: exten => 888888888,1,Dial(SIP/6001,20,tr)
2006 Apr 06
1
Bell Canada Requests $987.14 Rate increase 911 / VOIP Providers
From the bend me over news department. 2 March 2006 Mr. Leonard Katz Executive Director Broadcasting and Telecommunications Canadian Radio-television and Telecommunications Commission Ottawa, Ontario K1A 0N2 Dear Mr. Katz: Associated with Bell Canada Tariff Notice No. 6929 1. Attached for the Commission's approval are proposed revisions to Bell Canada's Access Services Tariff Item
2006 Apr 06
1
Look What 911 Will Cost in Canada
Check out the proposed prices when this is approved. BELL CANADA REPORT ON THE ECONOMIC EVALUATION FOR THE TARIFF REVISION OF Bell Canada's Access Services Tariff Item 315 ? Zero-Dialed Emergency Call Routing Service (0-ECRS) *2 March 2006 TABLE OF CONTENTS Page 1.0 GENERAL 3 1.1 Purpose of the Study 3 2.0 SERVICE DESCRIPTION 3 2.1 Service Characteristics 3 2.2
2007 Dec 03
4
RSYNC
If I try: rsync -lptgoD -e "ssh -i /root/.ssh/rsync-key" --verbose --exclude="/*.*" --exclude="*.xml" --include="+ */Tariff/" 192.168.1.1:/home/e-smith/files/ibays/frogs/files/dbs/ rsync lists the correct files, but if I add the destination like this: rsync -lptgoD -e "ssh -i /root/.ssh/rsync-key" --verbose --exclude="/*.*"
2006 Apr 07
0
CRTC Stops Bell Canada 911 rate increase for 45 days only
Public Comment is required in order to stop this from approval. Letter Ottawa, 10 March 2006 File No.: 8740-B2-200602153 By E-mail Mr. David Palmer Director - Regulatory Matters Bell Canada 110 O'Connor Street Floor 7 Ottawa, ON K1P 1H1 bell.regulatory@bell.ca Dear Mr. Palmer: Re: Bell Canada Tariff Notice 6929 On 2 March 2006, the Commission received Tariff Notice 6929 proposing
2010 Oct 18
1
a2billing
Not sure if a2billing can be shared here, but ill give a shot If the credit < min_credit the IVR play: sorry you have 0 credit and hangup, I want it to FW me to the IVR to add voucher, please let me know: here is log: [18/10/2010 07:01:12]:[file:a2billing.php - line:75]:[CallerID:]:[CN:]:[IDCONFIG : 1] [18/10/2010 07:01:12]:[file:a2billing.php - line:76]:[CallerID:]:[CN:]:[MODE : standard]
2006 Jun 28
1
Realtime: how to use column setvar?
How can I use the column "setvar" in my dialplan? I am not sure if it is for that what I need: Many phones have the same jump in place, but need a few variables different, like tariff, silent, need_password, I have for tariff = 4 variations, for silent=2, for need_password=2 ... If I solve it like now, I need 4x4x2 = 32 context variations. If I could use a field in the Real-time
2003 Jul 02
3
Asterisk PBX Billing
Hi I would like to use the Asterisk PBX as part of a phone shop system instead of the usual PBX plus PC. How can I do the the billing in a way that is convinient to the phone shop attendant? Regards Shepherd _________________________________________________________________ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail
2014 Jan 12
0
Duda Regresión Multiple
Hola, ¿qué tal? Si tu comando (copio textualmente) es modeloM<-lm(AVE.~ d1 + as.factor(d1T)*Tariff) y tu variable dependiente se llama AVE, te sobra un punto (detrás de AVE). Por otra parte, no sé si as.factor dentro de una fórmula funciona como uno espera. Modificaría la variable de antemano, si procede (porque, posiblemente, p.e., si es textual, no sea necesario). Un saludo, Carlos J.
2004 Dec 09
2
Asterisk started but doesn't register SIP client
Hi: We just setup the Asterisk and it seems to start ok. We checked the log, and beside the timer warning, there isn't other error message. However, we tried both SIPURA and XLite, but their registration is not accepted (timed out and failed). Could someone tell me what's wrong? [message] Dec 10 01:33:22 WARNING[2649]: Unable to open IAX timing interface: Permission denied Dec 10
2008 Jul 31
1
need creative solutions for number portability
I'm presently working on an office move and evaluation of telecommunications services needed at the new location. I'm presently wrastling with an issue related to portability and geography between landline carriers. Presently certain people within the organization are hopelessly in love with our 909-822-xxxx number(provided by pacbell/att). As that number is presently provisioned it
2014 Jan 13
0
Duda Regresión Multiple
Si AVE es la variable dependiente y Tarrif "LA" variable independiente: ¿Quién son d1 y d1T? Como dice Carlos, as.factor dentro de la fórmula no es buena idea, es más seguro que la variable d1T sea convertida en factor previamente. Saludos. El 12/01/14 13:53, Lorena Tudela Marco escribió: > Buenos días, > > Me gustaría aplicar una regresión múltiple a los datos con los que
2014 May 10
2
Duda_TEST DE WALD
Hola a todos y todas, Gracias por vuestro apoyo en cantidad de preguntas anteriores, de nuevo os escribo para compartir una duda: Estoy trabajando con un modelo bien sencillo, es una regresión simple, pero me gustaría comprobar la significación estadística de cada uno de los coeficientes de regresión en el modelo. La idea es hacer un contraste de hipótesis. Me he descargado el paquete
2006 Feb 25
31
Ajax Scaffold Generator for Rails Released
I just released a whole new version of the Ajax Scaffold Generator (for Ruby on Rails). The generator creates a scaffold page like the typical rails one, except adding, editing and deleting are all done inline. The generated scaffold is valid XHTML strict and fully styled right out of the box. Check out the demo: http://ajaxscaffold.height1percent.com/ And the how-to:
2011 Jul 14
1
Amelia_Multiple_Imputation_with_observational_priors_noms
I am fairly new at using R/programming in general so I apologize if I am leaving crucial parts of the puzzle out, but here goes. First and foremost this is the error I am receiving: Error in muPriors[priors[, 1:2]] <- priors[, 3] : NAs are not allowed in subscripted assignments This occurs only when I am using observational priors and some number of nominal variables, it does not
2014 May 12
2
Duda_TEST DE WALD
Buenos días, Gracias Carlos, siguiendo el ejemplo que comentas, esto es lo que he introducido en el Scrip de RStudio: *library(xlsx)* *library(xlsxjars)* *library(rJava)* *library(aod)* *R<-read.csv("2002.CSV", sep=";", dec=",", header=T)* *attach(R)* *group<-gl(2,670,1340,labels= c("AVE", "Log.Imports.Value.in.1000.USD"))*