Displaying 20 results from an estimated 800 matches similar to: "R and LINGO?"
2017 Nov 10
2
R and LINGO?
Hei
Im struggling with this problem:
b) Another company wants to compose the optimal project portfolio based on the following 5-
year project proposals. In the table, the cash flow for each project in each year is shown.
Project 1 Project 2 Project 3 Project 4 Project 5 Project 6
1st year of the project -58 -32 -18 -31 -33 -39
2nd year of the project 17 17 11 4 21 30
3rd year of the project 26 30
2005 Jun 09
4
Lingo(.com) and Asterisk
Hello,
A long Google search didn't turn any clear answer. Does somebody use
Asterisk in combination with Lingo?
Thank you,
Bas
2004 Jun 10
2
Primustel a.k.a. Lingo $20/month unlimited service
Hi all,
I just saw this article about this new offer from Lingo.com:
http://www.techweb.com/wire/story/TWB20040607S0008
$20 monthly plan with unlimited local and long-distance calling in North
America (US & Canada) and Western Europe. Plus first three months free and
free equipment. It doesn't say what hardware they send you.
Sounds like a very good deal.
I searched the list and
2009 Jul 06
1
R- NLP on R but ....
I'll appreciate the help on the following problem:
I solved many Nonlinear programming problems with nonlinear
constraints....Rdonlp is working well but i am unable to get INTEGER data
with nonlinear constraints in Rdonlp. Is it possible to get Integer Values
of parameters in any package of R with nonlinear constraints.
Rahul
[[alternative HTML version deleted]]
2011 Jan 23
1
Newb Question : How do I load the Rsymphony Library, and How do I get Symphony Running on my windows Vista?
Hi, I'm new to R, and at this phase, I don't really even know how to learn
how to use R.
I want to use R and Symphony together. CAn I use Symphony on a windows
based machine? I downloaded
Symphony 5.2.0, and when I hit to install it, I'm getting an error that I
can't get past. "Bad end of central directory record"
Now, let's say I miraculously am able to install
2005 Jan 12
0
connect asterisk to lingo without ata
Hi,
I've recently signed up to the lingo service.
I wish to use their service as a trunk interface for asterisk
directly(without an ATA).
Lingo's support hasn't been very helpful and I couldn't find any info
searching google and voip-info.org.
Does anyone have any experience with it?
Could you send me a working config?
Thanks,
David Lowes
--------------
2006 May 22
10
US telco lingo
Could someone explain to a non-US dummy the following phrases I have seen on
the list.
"I can provide you with tier 1 termination 6/6. I can blend or NPANXX
breakout."
"We provide US48 termination, blended rate for 1 MOU and above is .008 with
6/6."
What is 6/6?
What is US48?
What is blended?
What is MOU?
What is NPANXX breakout?
-------------- next part --------------
2005 Sep 06
2
Wireless router with built-in VOIP(FXS) ports for Ansterisk
Hi Team,
Just, I would like to know, is there any unlocked device(wireless router
with built in FXS port) for home users which are connected Asterisk based
VOIP service.
I have looked products from Linksys and D-link etc. But all these products
are bundled with VOIP Service providers (vonage, lindo and at&t) .
Please sugest if any products avaiable in market.
Thanks,
Karun
2013 Oct 29
3
Ayuda con Mice con polyreg
Saludo gente, antes que nada gracias por la ayuda que puedan aportarme, soy
iniciante en R, estoy usando el paquete Mice para realizar imputaciones
múltiples sobre variables en su mayoría categóricas. El problema está que
cuando expresó este comando imp <- mice(dataset,method="polr",maxit=1)
donde el dataset es un data.frame me tirá este error :
iter imp variable
1 1 pial1a
2005 Jan 16
1
Guatemala DID's?
I'm looking for a company that offers Guatemala DID's. I saw that Lingo does,
but Lingo isn't easily compatible w/ Asterisk, so they're a last resort.
Thanks in advanced, Phil Astin.
2018 May 30
2
Scripting the next UID/GID number to use
On Wed, 30 May 2018 10:03:19 +0200
Marco Gaiarin via samba <samba at lists.samba.org> wrote:
> Mandi! Andrew Bartlett via samba
> In chel di` si favelave...
>
> > > newid="dn:
> > > CN=$domainNETBios,CN=ypservers,CN=ypServ30,CN=RpcServices,CN=System,$domainDN
> > > changetype: modify replace: $1
> > > $1: $2"
> >
> >
2012 Feb 19
2
installing the package Rcplex
Dear All,
I have difficulty in installing the package of Rcplex. Its description web is at
http://cran.r-project.org/web/packages/Rcplex/index.html
First, I tried
--------------------------------------------------------------------------------------------------
url <- "http://cran.r-project.org/src/contrib/Rcplex_0.3-0.tar.gz";
download.file(url, basename(url),
2011 Jan 06
1
RSymphony appcrash
Hi list,
Please tell me why sometimes RSymphony.dll crashes on
Windows 7 (may be on other Windows too).
I saw that it depends on
input data. For example this code bring to crash:
library('Rsymphony')
mat = c(0, 1, -100.37967, 0, 0, 1, 0, 0, -200, 0,
0, 1, -0.4, 0, 0, 1, 0, 0, -0.4, 0, 0.5, 0, 0, 0, 0, 0, -1, 0, 0, 0)
mat
= matrix(mat, nrow=6, byrow=TRUE)
mat
dir = c("=",
2009 Nov 17
4
Installing a PHP class
Guys,
Web/php stuff is outta my area to say the least. I need to setup a php class
called Advanced Graphing Class. It has php, font and js files that need to be
made available.
How and where do I set this up to be available to any virtual host that uses it?
A link to where this is documented would be great, I have been searching obviuolsy
using the wrong lingo...
Thanks!
jlc
2012 Mar 29
1
Error, Variable is Missing
Hi, I am writing a function to plot a pdf of a distribution,
GNL.pdf.fn = function(x,mu,sigma,alpha,beta,rho)
{
y = x-rho*mu
cf.fn = function(s){
cplex = complex(1,0,1)
temp1 = alpha*beta*exp(-sigma*s^2/2)
temp2 = (alpha-cplex*s)*(beta+cplex*s)
out = (temp1/temp2)^rho
out
}
temp.fn = function(s){
(Mod(cf.fn(s)))*cos(Arg(cf.fn(s))-s*y)
}
int.fn =
2009 Jun 04
4
Binning or grouping data
Newbie here. Many apologies in advance for using the incorrect lingo. I'm
new to statistics and VERY new to R.
I'm attempting to "group" or "bin" data together in order to analyze them as
a combined group rather than as discrete set. I'll provide a simple example
of the data for illustrative purposes.
Patient ID | Charges | Age | Race
1 |
2013 Oct 30
1
Material y videos disponibles - Reunión del "Grupo de Usuarios de R de Madrid - martes 29-octubre"....
Saludo a todos, una consulta, donde hay que enviar las dudas en R para que
alguién con mayor conocimiento en R nos ayude!!, Me llegan estos email lo
cual son interesantes pero necesito ayuda!. Por favor!, gracias.
El 30 de octubre de 2013 10:16, Felipe Vargas Reeve
<kaiser756@gmail.com>escribió:
> Muy buena iniciativa y gestión Carlos, se agradece. Saludos estimado,
> atte
>
2010 Feb 08
2
IVR Demo / Create file / Move file / Demo all
Do you see any syntax errors?
Positive comments welcomed.
The short version of the logic is as follows:
create a file based on the NUMBER
create a an audio file
move to a new extension (label) and play the results
exten => 621,1,Answer()
exten => 621,n,Read(NUMBER,enteryournumberstartingwithaone,12,,5)
; create a variable from a DTMF entry / 12 characters long
exten =>
2011 Mar 28
2
Problems installing fPortfolioSolver
Hello, I am trying to install fPortfolioSolver using the following commands
and I am getting the following error:
> filename
[1]
"C:\\Users\\Hp\\Documents\\R\\win-library\\2.12\\fPortfolioSolver_271.75.tar.gz"
>
> install.packages(filename, type="source", repos=NULL)
ERROR: dependencies 'fEcofin', 'RlpSolve', 'RlpSolveAPI',
2009 Jun 10
2
How to extract from a matrix based on indices in a vector?
Sorry, there may be some lingo for describing the extraction problem I have,
but I don't know it.
I have a matrix of 2 rows and N columns, and a vector of N 1s and 2s.
Matrix M:
1 2 3 4 ... N
1 A C D G ...
2 B D F H ...
Vector v:
1 2 2 1 2 1 1 ... N
I'd like to apply v to M to get
Vector w:
A D F G ...