Displaying 20 results from an estimated 2000 matches similar to: "admin password does not work on APM in a new box"
2005 Jul 10
4
Problems with a new box of asterisk@home 1.3
Hello, I've recently installed Asterisk@home, i'm following step by step the "new user guide" but I cannot get my X-Lite SIP phone see my asterisk@home proxy...
I've installed in a viertual machine (vmware) and there's some problems with the Zaptel service and I think that this is why I cannot connect.
Thanks in advance.
Fabrizzio Valencia
-------------- next part
2019 Mar 17
4
Ayuda para campo con numerico y texto con Problemas
Hola a todos,
Soy nueva usando R y tengo unos problema en procesado de datos que quiero
hacer en R.
Tengo un fichero de datos en formato texto separado con ; (punto y coma).
Este fichero contiene las columnas:
Poblacion;Sexo;Nota; EdadP, EdadM
Tengo 2 problemas que no se como tratar.
1.- Problema
La columna *Poblacion* debo tenerla siempre con la primera letra en
mayúsculas y tengo
2012 Jan 26
1
Error in ifelse(append, "a", "w") : , (list) object cannot be coerced to type 'logical'
Hello
I will appreciate your help with the following.
Running a script in R 2.14.1 under windows vista I get the following error
message:
Error in ifelse(append, "a", "w") :
(list) object cannot be coerced to type 'logical'
However, the very same script runs perfectly well under Ubuntu.
My understanding is that this type of error is associated to
2012 Mar 27
1
read.octave fails with data from Octave > 3.2.X
Hi,
I'm afraid that the function read.octave from package "foreign" has
some problems with the ASCII data format exported by new versions of
Octave (later than 3.2.X). It fails even for a simple case as:
[Octave code:]
octave:1> x=1;
octave:2> save -ascii testdata.mat x
[Now in R:]
> octavedata <- read.octave('testdata.mat')
Mensajes de aviso perdidos
In
2012 May 23
1
procrustes (vegan) plot of residual differences
Hello
This is a simple question but I couldn't google an answer.
In the procrustes function of the vegan package, one uses
plot(procrustes_object, kind=2) to obtain a plot of the residual
differences. For instance:
data(varespec)
vare.dist <- vegdist(wisconsin(varespec))
library(MASS)
mds.null <- isoMDS(vare.dist, tol=1e-7)
mds.alt <- isoMDS(vare.dist,
2017 May 17
2
Re: No way to stop virStream error after guest stop
On Wed, May 17, 2017 at 09:08:14AM +0200, Martin Kletzander wrote:
>On Wed, May 17, 2017 at 01:01:39AM +0000, JosÉ Luis Valencia Gutierrez wrote:
>>I get just _READABLE events repeatedly, virStreamAbort() doesn't work, it
>>gets out of control after the target domain stops and the unix scocket is
>>deleted. I ended connecting directly to the unix socket. I just wanted to
2009 Jul 24
2
Stting non-overlaping text positions
Dear List
I am having problems to set text labels in a scatter plot. At some areas dots
are close and labels overlap and texts cannot be read. I have too many dots
to adjust this manually. Is there any function that will calculate the label
offsets to avoid this overlapping problem?
Thanks
Ana
--
Ana Conesa
Bioinformatics and Genomics Department
Centro de Investigaciones Principe Felipe
2017 Jul 17
2
Guidance on Debugging LLVM error
Hi All,
I'm facing this issue "LLVM ERROR: Program used external function
'_ZN6google4base21CheckOpMessageBuilder9NewStringB5cxx11Ev'which could not
be resolved!" during execution. I've tried to 'nm' on the libraries and
grep for the external function, but I've not found it in any of them.
I'm fairly new to LLVM usage and not sure if there is any other
2017 May 17
2
Re: No way to stop virStream error after guest stop
I get just _READABLE events repeatedly, virStreamAbort() doesn't work, it
gets out of control after the target domain stops and the unix scocket is
deleted. I ended connecting directly to the unix socket. I just wanted to
ask if it certainly is a bug or perhaps someone went through this before
and have a workaround.
Jose V.
Em ter, 16 de mai de 2017 às 05:28, Martin Kletzander
2014 Jan 31
2
manipulación de caracteres
lo que necesito es
"98989","121212"
y no :
paste(unlist(strsplit(char,",")),collapse=",")
[1] "98989,121212"
Luis
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
Luis Ridao Cruz
Faroe Marine Research Institute
Nóatún 1, P.O. Box 3051
FO-110 Tórshavn
Faroe Islands
Tel : (+298) 353900
Fax: : (+298) 353901
e-mail: luisr@hav.fo
2012 Mar 12
1
Faceted bar plot shows wrong counts (ggplot2)
I have encountered a problem with faceted bar plots. I have tried to
create something like the example explained in the ggplot2 book (see pp.
126-128):
library(ggplot2)
mpg4 <- subset(mpg, manufacturer %in%
c("audi", "volkswagen", "jeep"))
mpg4$manufacturer <- as.character(mpg4$manufacturer)
mpg4$model <- as.character(mpg4$model)
base <-
2017 May 24
2
Re: No way to stop virStream error after guest stop
On Wed, May 17, 2017 at 07:53:35PM +0000, JosÉ Luis Valencia Gutierrez wrote:
>I just tried removing the callback before calling virStreamFinish and it
>worked right, I thought by simply finish the stream would stop the events
>and close it, the example I was based on only calls virStreamFinish on EOF
>event.
>
I'm working on a patch that removes the callbacks after calling
2003 Jul 30
2
robust regression
Hi,
trying to do a robudt regression of a two-way linear model, I keep
getting the following error:
> lqs(obs ~ y + s -1,method="lms", contrasts=list(s=("contr.sum")))
Error: lqs failed: all the samples were singular
Robust regression with M-estimators works (also regular least square
fits, of course):
rlm.formula(formula = obs ~ y + s - 1, method = "M",
2017 Apr 28
2
No way to stop virStream error after guest stop
Hello everyone,
I am opening a virChannel(unix) to a domain and receiving data with a
non-blocking virStream using events, when the connected domain gets
stopped(which deletes the channel unix socket) by calling destroy,
shutdown, pause or migrate on that domain, with the stream open the read
event is triggered repeatedly, and virStreamRecv returns 0 bytes indicating
EOF but neither
2012 Jun 12
1
Two-way linear model with interaction but without one main effect
Hi,
I know that the type of model described in the subject line violates
the principle of marginality and it is rare in practice, but there may
be some circumstances where it has sense. Let's take this imaginary
example (not homework, just a silly made-up case for illustrating the
rare situation):
I'm measuring the energy absorption of sports footwear in jumping. I
have three models (S1,
2011 Jun 03
1
R and DBSCAN
Hello everyone,
When looking for information about clustering of spatial data in R I was
directed towards DBSCAN. I've read some docs about it and theb new
questions have arisen.
DBSCAN requires some parameters, one of them is "distance". As my data
are three dimensional, longitude, latitude and temperature, which
"distance" should I use? which dimension is related to
2018 Apr 26
2
[HiPEAC 2019- publicity] CALL FOR PAPERS: HiPEAC 2019, Valencia, Spain
HiPEAC 2019 CALL FOR PAPERS
The 14th International Conference on High-Performance Embedded Architectures and Compilers
21-23January, 2019
Valencia, Spain
web: hipeac.net/conference<http://hipeac.net/conference>
The HiPEAC conference is the premier European forum for experts in computer architecture, programming models, compilers and operating systems for embedded and general-purpose
2011 Sep 03
1
about raw type
Dears
I am searching information about how to use raw data, when it is used,
didn't find to much information on R help. Any suggestion on links about
this theme?
atte
--
Luis Iván Ortiz Valencia
Doutorando Saúde Pública - Epidemiologia, IESC, UFRJ
Estatístico Msc.
Spatial Analyst Msc.
[[alternative HTML version deleted]]
2009 Aug 02
1
Broadvoice versus Asterisk 1.4.25.1 and 1.4.26
---------------
Hi,
I got hit with a funny one today; my configuration, which had been
running fine for many weeks, suddenly stopped registering with
Broadvoice's SIP. I switched among BV SIP hosts, verified my account
was OK, even tried upgrading Asterisk. The weird thing was that I could
associate OK with my WiFi SIP phone. So it looked like an Asterisk-
specific SIP interoperability
2011 Jul 13
7
Extraer datos mensuales de una serie temporal
Hola a todos
Estoy intentando extraer un subconjunto de datos de una serie temporal,
concretamente quiero extraer los meses de verano de varios años pero no
encuentro la manera. Los datos tienen este formato:
FECHA;H_SOLAR;DIR_M;DIR_S;VEL_M;VEL_S;VEL_X;U;V;TEMP_M;HR;BAT;PRECIP;RAD;UVA;UVB;FOG;GRID;