Displaying 11 results from an estimated 11 matches for "x202".
Did you mean:
202
2012 Aug 07
0
predicting test dataset response from training dataset with randomForest
...dat1$X111 <- as.factor(dat1$X111)
> dat1$X142 <- as.factor(dat1$X142)
> dat1$X157 <- as.factor(dat1$X157)
> dat1$X158 <- as.factor(dat1$X158)
> dat1$X162 <- as.factor(dat1$X162)
> dat1$X169 <- as.factor(dat1$X169)
> dat1$X200 <- as.factor(dat1$X200)
> dat1$X202 <- as.factor(dat1$X202)
> dat1$X203 <- as.factor(dat1$X203)
> dat1$X205 <- as.factor(dat1$X205)
> dat1$X206 <- as.factor(dat1$X206)
> dat1$X209 <- as.factor(dat1$X209)
> dat1$X210 <- as.factor(dat1$X210)
> dat1$X225 <- as.factor(dat1$X225)
> dat1$X269 <-...
2009 Jul 09
1
PRI failover to SIP trunk
...;t have a testing environment, so the solution
really has to work.
Does anyone else on the list have a PRI to VoIP failover setup that's
worked for them in a high volume environment?
Thanks!
Jason Martin
Metrix Matrix, Inc.
785 Elmgrove Rd, Bldg 1
Rochester, NY 14624
Office: 888-865-0065 x202
Mobile: 585-705-1400
2008 Jan 31
2
box plot
the data is attached
I want to boxplot this data
y<-read.table("afdmmgs.txt", header=T)
boxplot(y)
Error in oldClass(stats) <- cl :
adding class "factor" to an invalid object
I get this error when I try and plot something with na in it
can boxplot just overlook the na and boxplot the values?
stephen
--
Let's not spend our time and resources thinking about
2009 Dec 18
1
Could Asterisk be crashing under high context switches?
...size and that directly affects system load.
Second question - the document explains how to change the chunk size for Sangoma hardware. Is there a general way to do that for DAHDI?
Thanks is advance!
Jason Martin
Metrix Matrix, Inc.
785 Elmgrove Rd, Bldg 1
Rochester, NY 14624
Office: 888-865-0065 x202
Mobile: 585-705-1400
2007 Jun 27
2
LSPCI comboot module
...mall size
d quick boot time
I am currently having to get through a 5 - 7 minute boot cycle with a
fedora setup just to get the lspci output.
Heeeeeeeeeeeeeeelp
Authenticlick, Inc.
5757 Wilshire Boulevard | Penthouse One
Los Angeles, California 90036
Tel: 323.330.0404 x202 | Fax: 323.330.0755
email: jalifrangis at authenticlick.net
<mailto:jalifrangis at authenticlick.net>
Jacob Alifrangis
Director of Operations
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 2116 bytes
Desc: i...
2009 Sep 11
0
Asterisk 1.6.1.6 Crash when accessing Directory
...e
directory through the Directory app, the asterisk process completely
dies.
Our extensions are in a realtime MySQL table, and the directory has
worked fine with previous versions of asterisk.
Jason Martin
Metrix Matrix, Inc.
785 Elmgrove Rd, Bldg 1
Rochester, NY 14624
Office: 888-865-0065 x202
Mobile: 585-705-1400
2009 Sep 03
1
Noises on Batphones
...s, but I put in "mwisendtype=nofsk"
in chan_dahdi.conf anyway, and all features like faxdetect and
transfer are turned off.
Has anyone else experienced this issue and fixed it?
Thanks.
Jason Martin
Metrix Matrix, Inc.
785 Elmgrove Rd, Bldg 1
Rochester, NY 14624
Office: 888-865-0065 x202
Mobile: 585-705-1400
2007 Apr 11
2
Unable to figure out extlinux
OK, been perusing the archives and Google, but can't find what I want.
I'm building up a 512 MB compact flash using the CLFS directions to
build the filesystem. That works great, but I would like to use extlinux
to make the cflash bootable on my little SBC. However, to date, no dice.
Attached is my extlinux.conf file and the steps I have used to make this
work.
Initially I tried to
2012 Aug 08
1
basehaz() in package 'Survival' and warnings() with coxph
Hello,
I have a couple of questions with regards to fitting a coxph model to a data
set in R:
I have a very large dataset and wanted to get the baseline hazard using the
basehaz() function in the package : 'survival'.
If I use all the covariates then the output from basehaz(fit), where fit is
a model fit using coxph(), gives 507 unique values for the time and the
corresponding cumulative
2007 Jun 22
3
pxelinux and WDS server for Vista
I am testing BDD 2007 and WDS on a Windows 2003
Server.
I have a PXE Server with tftpd32 and pxelinux boot.
Is it possible to have a menu entry that chain the
first pxe booting(pxelinux) to the WDS Server which is
on a different computer because I can't install WDS on
the TFTP pxelinux.
I have testing this entry:
LABEL TEST WDS
kernel ipadress::pxeboot.0
but the first server always respond
2012 Aug 09
1
basehaz() in package survival and warnings with coxph
I've never seen this, and have no idea how to reproduce it.
For resloution you are going to have to give me a working example of the
failure.
Also, per the posting guide, what is your sessionInfo()?
Terry Therneau
On 08/09/2012 04:11 AM, r-help-request at r-project.org wrote:
> I have a couple of questions with regards to fitting a coxph model to a data
> set in R:
>
> I have a