Displaying 10 results from an estimated 10 matches for "lengte".
Did you mean:
length
2003 Dec 03
1
Error in randomForest.default(m, y, ...) : negative lengt h vectors are not allowed
Christian --
You don't provide enough information (like a call) to answer this. I
suspect, though, that you may be subsetting in a way that passes
randomForest no data.
I'm not aware offhand of an easy way to get this error from randomForest. I
tried creating some data superficially similar to yours to see whether
something would break if there were only a single value in the variable
2004 Mar 04
1
Lineair regression modelling between time series //correlation analysis
Dear R specialists,
I'm working with time series and want to investigate the relationship
between two time series by correlation analysis or by fitting a gen.
lineair model to the plot of x(timeserie1) and y(timeserie2).
Lin1 <- data.frame(
Nr = c(1:lengte),
NDII = window(ts.mNDII,c(1998,10),c(2003,11)),
InvERC = window(Inv.ERC,c(1998,10),c(2003,11))
)
summary(glm(NDII ~ InvERC, data=Lin1, family=gaussian(link ="identity")))
Error in "storage.mode<-"(`*tmp*`, value = "double") :
inva...
2015 Jul 22
2
Cisco 7940 and PJSIP registration
Hi list,
I've been googling this issue and found some good resources however I am still running into problems with the following combo ... Here's my story;
- Asterisk 13.4 with FreePBX 12.
- Migrating from Asterisk 11 / FreePBX 2.11
- Mix of Cisco 79xx handsets, mostly 7940G's.
My problems started with (the very common) issue of the 7940 not replying to 401
2015 Jul 22
2
Cisco 7940 and PJSIP registration
I?ve gotten to the bottom of this;
Seems that the pjsip.endpoint_custom.conf isn?t getting included properly, or my syntax is wrong.
If I put force_rport=no into pjsip.endpoint.conf and reload only Asterisk, everything works perfectly. Unfortunately, I?m using FreePBX, so it owns this file and my changes won?t persist a FreePBX reload.
Brendan Ord
OntheNet - Network Engineer
P 07 5553 9222
F
2009 Nov 08
1
Failure of user registration with XLITE
Dear all,
I'm setting up a connection via XLITE softphone and asterisk 1.4 but I get
the error:
*Registration error: 404 Not found*
Here my configuration file of asterisk:
*[root at dhcppc0 asterisk]# vi sip.conf
[gianca]
type=friend
username=gianca
secret=pwd_gianca
host=dynamic
context=tutorial*
*[giusy]
type=friend
username=giusy
secret=pwd_giusy
host=dynamic
context=tutorial*
*[root at
2004 Aug 15
2
[LLVMdev] Re: [llvm-announce] LLVM 1.3 Release!]
Chris Lattner wrote:
> LLVM Compiler Infrastructure -- Release 1.3
> http://llvm.cs.uiuc.edu
>
>We are pleased to announce the release of version 1.3 of the LLVM
>Compiler Infrastructure.
>
>
>
Great news, thanks.
However, I wonder if someone supplies pre-built cfrontend binaries for
cygwin?
I followed the instructions and tried to
2010 Sep 03
2
Interactions in GAM
Hello R users,
I am working with the GAM to inspect the effect of some factors (year, area) and continuous variables (length, depth, latitude and longitude) on the intensity and prevalence of the common parasite Anisakis. I would like introduce interaction in my models, both "continuous variables-continuous variables" and "continuous variables-factor". I have read some
2006 Oct 17
0
lots of registrations, sip problem
Hello,
I've got a problem with connection to my SIP provider. In general,
everything works, but I get lots of these messages:
Oct 17 19:10:06 DEBUG[29707]: chan_sip.c:11148 handle_request: That's
odd... Got a response on a call we dont know about. Cseq 42710 Cmd
SIP/2.0
Oct 17 19:10:06 DEBUG[29707]: chan_sip.c:11148 handle_request:
That's odd... Got a response on a call
2015 Jul 23
2
Cisco 7940 and PJSIP registration
Thank you.
I read that last yesterday afternoon, and I could've sworn I tried that but I will look into it again (I've tried so many different things it was getting cloudy what I've tried and what worked etc, combined that the extension config gets messed up after playing with it so much so I'm often recreating it as well).
I also found a bug report in the FreePBX bug tracker
2003 Apr 13
2
Problem in getting tftp transfer to succeed
Setup:
Server: Mac OS X Server which serves dhcp and tftp requests
client: Acer with PXE boot agent 4.0.19
file to transfer: -rw-r--r-- 1 root wheel 10988 Apr 12 13:50
pxelinux.0
The default tftpd daemon doesn't support the tsize option (I think,
look at the packet trace at the end, it reports the file isn't found,
but I think this is because of tsize ... but I could be