Displaying 20 results from an estimated 21 matches for "invers".
Did you mean:
inverse
2017 Apr 04
2
libcurl issue when manually installing R-3.3.3 on Debian 3.16.0-4-amd64
Dear all,
I am trying to upgrade R on Debian 3.16.0-4-amd64, as the default R version is 3.1.1 (2014). When I try to run ./configure on R-3.3.3, I get an error message saying
...
checking for curl-config... /usr/local/bin/curl-config
checking libcurl version ... 7.53.1
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking if libcurl
2017 Apr 04
2
libcurl issue when manually installing R-3.3.3 on Debian 3.16.0-4-amd64
Dear Dirk,
Do you mean binaries for R-3.3.3?
I could not find any link on the page you mention
I downloaded R-3.3.3.tar.gz from https://cran.r-project.org/src/base/R-3/
then ran
./configure
I also tried
./configure --enable-R-shlib
based on a suggestion found in
http://jenzopr.github.io/bioinformatics/2016/05/03/r-wheezy-build.html
Many thanks,
Lucio
On 4 April 2017 at 17:17, Dirk
2017 Apr 05
1
libcurl issue when manually installing R-3.3.3 on Debian 3.16.0-4-amd64
Dirk,
I appreciate that you were trying to help, but I would suggest you don't answer a question if you find it irritating or think it is posed by someone who hasn't taken the time to figure things out on his own... others might be able to spare a bit more time and be more patient, however basic the question is. There is a lot of material covered in the page and I found your "read
2006 Feb 07
1
orphaned sip channels channels?
My sip show channels shows some channels active that I can not make
sense out of, and they have been that way for days, so I am pretty sure
they are orphans.
Is there a way to show active CALLS (instead of channels) to try and
determine the source?
Does the output below provide any clues as to why these channels might
show active?
Anyone aware of related bugs?
The #'s indicate original
2010 Sep 17
5
Initial Audio Cut off
With some carriers the initial Audio (2-4 secs) seems to get cut off when using a Auto Attendant or Conf Meetme.
Is there any known remedies for that. Just want to know if others have seen that esp. with Level 3.
If Auto Attendant says - "Welcome to ABC bank"
Caller only hears "Bank"
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2003 Jun 08
2
LDA: normalization of eigenvectors (see SPSS)
Hi dear R-users
I try to reproduce the steps included in a LDA. Concerning the eigenvectors there is
a difference to SPSS. In my textbook (Bortz)
it says, that the matrix with the eigenvectors
V
usually are not normalized to the length of 1, but in the way that the
following holds (SPSS does the same thing):
t(Vstar)%*%Derror%*%Vstar = I
where Vstar are the normalized eigenvectors. Derror
2010 Nov 04
0
Echo to file using Rscript
...the
echo when code is copied into the R Gui. This works e.g. with the command:
R CMD BATCH --no-restore D:\path\script.r
then a file called script.Rout is generated in the same folder. It
contains the code and the corresponding output.
This does not work using:
Rscript --no-restore D:\Ketzin\Invers\V1\read_obs.r
A partial alternative is to include to the beginning of the code
sink("log.dat",type=c("output","message"))
but the file does not contain the code, only the output. Is there a way
to geneate anything analogue to the *.Rout file? if possible only with...
2011 Feb 23
0
Over-constrained? gamma mixtures using R: mix{mixdist}
Dear R-help,
my aim is to fit a constrained 2 component gamma mixture using mix
within package mixdist. The constraints being fixing both of the means
and both of the sigmas. Thus the only unconstrained parameter I wish to
fit is pi the proportions of the mixtures.
This is the code I used:
PP2Pars<-data.frame(c(0.23,0.77), c(9.174,29.54), c(9.983,12.369));
2009 Feb 04
0
Problem with MOH and streaming music on 1.6.0.5
I am having a problem getting MOH to work with mpg123 on 1.6. I created
a bug ticket
and I am not getting any where so I am looking here for help.
Please see http://bugs.digium.com/view.php?id=14387 for details.
--
Jonn Taylor
Taylor Telephone Systems, Inc
8334 Argenta Trail
Inver Grove Heights, MN 55077
http://www.taylortelephone.com/
2009 Feb 06
2
upgrade from 1.4.22-rc5 to 1.4.23.1: crash when transferring a call
Hi,
just upgraded my Asterisk from 1.4.22-rc5 to 1.4.23.1 keeping the same
zaptel/libpri/mISDN/add-ons.
It crashes when transferring a call.
Anybody tried it with success?
Thank you
Giorgio
2005 Jun 19
1
1-based arrays and copying vectors
I'm interfacing to C code that uses 1-based indexing on arrays -- it
ignores the zeroth element. Thus, input vectors from R must be moved up
one, and output arrays must be moved down one.
What is the best way to deal with this using R internal code?
My current approach is:
For an input R vector of length n, allocate a new vector(v) of length n+1
and copy input into v[1] to v[1+n]. Call
2009 Nov 27
2
Modular inverses
I want to find the inverse of an integer k mod p (prime.) Is there a
function that can do this for me? I know i could simply write (k^(p-2)) %%
p, but i need to do this for large primes (above 100) and this gives the
warning message:
Warning message:
probable complete loss of accuracy in modulus
so this method does not work...
2007 Apr 24
0
new version of seqinR
...y Anamaria Necsulea.
o Functions translate() and getTrans() have gained a new argument
NAstring to
represent untranslatable amino-acids, defaulting to character "X".
o There was a typo for the total number of printed bases in the ACNUC
books:
474,439 should be 526,506.
o Function invers() has been deleted.
o Functions translate(), getTrans() and comp() have gained a new argument
ambiguous defaulting to FALSE allowing to handle ambiguous bases. If
TRUE,
ambiguous bases are taken into account so that for instance GGN is
translated
to Gly in the standard genetic code.
o New...
2007 Apr 24
0
new version of seqinR
...y Anamaria Necsulea.
o Functions translate() and getTrans() have gained a new argument
NAstring to
represent untranslatable amino-acids, defaulting to character "X".
o There was a typo for the total number of printed bases in the ACNUC
books:
474,439 should be 526,506.
o Function invers() has been deleted.
o Functions translate(), getTrans() and comp() have gained a new argument
ambiguous defaulting to FALSE allowing to handle ambiguous bases. If
TRUE,
ambiguous bases are taken into account so that for instance GGN is
translated
to Gly in the standard genetic code.
o New...
1997 Jul 18
2
MMap failed with code 22
We have been using samba since 1995 and have found it superb, Thanks to
all. Recently
I built Samba1.19.17alpha4 on a DECstation 5000 running Ultrix 4.4 and
included -DFAST_SHARE_MODES
This results in
UIST>smbclient -L UIST
Session request failed (0,0) with myname=UIST destname=UIST
Unspecified error 0x0
Your server software is being unfriendly
and
ERROR
2007 Nov 21
1
Load Balancing with secondary tables (not main as in the howto)
Hello,
We have 3 DSL connections connected to eth3 and another interface with
a dedicated link in eth0 (main table)
We want to balance selected traffic (using fwmark and iptables) through our
3 DSL connections in a secondary table named DSL (without using the
dedicated link in eth0), but the next command is not accepted, and gives us
the following error:
# ip route add default
2009 Oct 06
2
ggplot cumsum refined question (?)
OK, so maybe last night was a little too much at one throw, so I have
reduced the data to two stations- one that has precipitation and one
that does not. This is going to be in the context of a larger data
set. I would like to be able to issue a ggplot command and have cum
sum just act on the facets (factors) to apply this.
library(chron)
library(ggplot2)
DF <- structure(list(date_time =
2003 Jul 30
0
Lula-Cuba, "bloqueio", patrulhas"...
...t;script" castro-comunista, transformam o milh?o de exilados cubanos, a
maioria dos quais vive em Miami, como principais respons?veis pelo
atual drama cubano, e o vitim?rio, esse criminoso internacional e
ditador comunista chamado Fidel Castro, em v?tima pouco menos que
inocente. A invers?o de pap?is, de crit?rios de an?lise, de princ?pios
morais e l?gicos, n?o podia ser maior.
O famoso "bloqueio" ou "embargo" norte-americano ? tomado pelo regime
comunista como um pretexto para justificar seu fracasso econ?mico e a
repress?o interna. J? o disse o sac...
2016 Jul 14
6
Several patches of ARM NEON optimization
I rebased my previous 3 patches to the current master with minor changes.
Patches 1 to 3 replace all my previous submitted patches.
Patches 4 and 5 are new.
Thanks,
Linfeng Zhang
2005 Jun 22
0
The GNU Linear Programming Kit for R
The R interface to the GNU Linear Programming Kit (GLPK) is now available
on CRAN.
The R interface functions are almost identical to the native GLPK C API
making it easy to move code and concepts between R and C.
The GLPK package is intended for solving large-scale linear programming
(LP), mixed integer linear programming (MIP), and other related problems.
The GLPK library includes the