Displaying 20 results from an estimated 42 matches for "meiring".
Did you mean:
mehring
2008 Nov 09
2
Finding Indices of Vector
Lets say I have a vector as follows
xx<-rnorm(20)
How could I find the indices of the vector<0?
Thanks
Meir
********************************************
Meir Preiszler - Research Engineer
I t a m a r M e d i c a l Ltd.
Caesarea, Israel:
Tel: +(972) 4 617 7000 ext 232
Fax: +(972) 4 627 5598
Cell: +(972) 54 699 9630
Email: pmeir@itamar-medical.com
Web: www.Itamar-medical.com
2008 Dec 18
3
Calculating Sensitivity, Specificity, and Agreement from Logistics Regression Model
Hi,
Assume I have a variable Y having two discrete values and two predictor variables x1 and x2.
I then do a logistic regression model fit as:
fit<-glm(Y~x1+x2,family=binomial). Are there functions in R than calculate the
Sensitivity, Specificity , and Agreement of the model "fit"?
Thanks
Meir
********************************************
Meir Preiszler - Research Engineer
I t
2009 Feb 23
2
Support Vector Machine
Hi,
I would like to try using a Support Vector Machine on a classification
problem that I'm dealing with. Does such a package exit in R?
Thanks
Meir
********************************************
Meir Preiszler - Research Engineer
I t a m a r M e d i c a l Ltd.
Caesarea, Israel:
Tel: +(972) 4 617 7000 ext 232
Fax: +(972) 4 627 5598
Cell: +(972) 54 699 9630
Email: pmeir@itamar-medical.com
2008 Sep 15
1
Looking for function tree.matrix
Hi,
Does anyone know where such a function can be found?
Thanks
Meir
********************************************
Meir Preiszler - Research Engineer
I t a m a r M e d i c a l Ltd.
Caesarea, Israel:
Tel: +(972) 4 617 7000 ext 232
Fax: +(972) 4 627 5598
Cell: +(972) 54 699 9630
Email: pmeir@itamar-medical.com
Web: www.Itamar-medical.com
*********************************************
2008 Sep 14
1
Problem with misclass function on tree classification
I am working through Tom Minka's lectures on Data Mining and am now on Day 32. The following
is the link: http://alumni.media.mit.edu/~tpminka/courses/36-350.2001/lectures/day32/
In order to use the functions cited I followed the instructions as follows:
Installed tree package from CRAN mirror (Ca-1)
Downloaded and sourced the file "tree.r"
Downloaded the function
2008 Oct 07
1
Selecting numeric data from a data frame
Hi
I have a data frame containing numeric and factor data.
I want to extract the numeric data only. How can this be done?
Thanks
Meir
********************************************
Meir Preiszler - Research Engineer
I t a m a r M e d i c a l Ltd.
Caesarea, Israel:
Tel: +(972) 4 617 7000 ext 232
Fax: +(972) 4 627 5598
Cell: +(972) 54 699 9630
Email: pmeir@itamar-medical.com
Web:
2013 Apr 02
1
Can I have more than 1 bridge attached to a KVM
Hello Everybody,
I have a physical machine with 4 Ethernet cards that I have mapped to 4 bridges.
I would like to have each of my KVMs use 2 bridges for NIC bonding.
1. Can I have more than one bridge assign to one KVM?
2. Can I use virt-install to assign a KVM with more than one bridge during the KVM installation?
a. It was a long shot but I have tried bridge=br0,br1 ;
1999 May 08
1
JetDirect
...----
> From: Greg Cox [mailto:greg.cox@meltonmachine.com]
> Sent: Friday, May 07, 1999 4:03 PM
> To: jjm@iname.com
> Subject: JetDirect
>
>
> So, is there any way around this "hanging" problem????
>
> RE: Win'95 printer lock-ups & filters
>
> Johan Meiring (jjm@iname.com)
> Thu, 16 Apr 1998 10:37:51 +0100
>
> Messages sorted by: [ date ][ thread ][ subject ][ author ]
> Next message: Ken Weaverling: "Re: Netscape profile scripts?"
> Previous message: Michael Simmons: "Re: Win95 DFS re-director and
> SAMBA...
2006 Jan 26
2
Machine failing to keep its trust with Domain Controller
Hi,
We have a Linux (RHEL 3.0, update 3) Samba 3 server which worked fine
for months
but suddently have trouble to keep its trust with the DC server.
The only way to recover is to reset the machine account from the Windows
DC side
and do a "net join" to the domain from the Linux side. The Linux machine
is able to
keep its "trust" with the domain exactly 7 days, which,
2005 Mar 08
1
VAD with speex_preprocess()
speex_preprocess() isn't covered in the manual, is it? But, it's very
easy to use. If it returns non-zero, voice was detected.
Tom
"Meir Yeshurun" <mt_yeshurun@hotmail.com> wrote:
>
> I would like to use speex_preprocess() for voice activity detection. I read
> the comments in speex_preprocess.h and the relevant paragraphs in the Speex
> manual. Is there
2009 Jun 30
1
One Xen image multiple machines
Hello,
I would like to have a One XEN read only image to be shared among many physical machines.
I would also need to have a writable file system for /etc /var and /tmp.
How can I do that?
Thank you,
Meir
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2010 Jul 07
1
Appropriateness of survdiff {survival} for non-censored data
I read through Harrington and Fleming (1982) but it is beyond my
statistical comprehension. I have survival data for insects that have
a very finite expiration date. I'm trying to test for differences in
survival distributions between different groups. I understand that
the medical field is most often dealing with censored data and that
survival analysis, at least in the package survival,
2011 Dec 29
3
Array element is function of its position in the array
I want to create a new array which selects values from an original array
based on a function of the indices. That is:
I want to create a new matrix Vnew[i,j,k]=Vold[i,j,ks] where ks is a
function of the index elements i,j,k. I want to do this WITHOUT a loop.
Call the function "ksfunction", and the array dimensions nis,njs,nks. I can
do this using a loop as follows:
# Loop version:
2005 Nov 22
3
Weibull and survival
Hi
I have been asked to provide Weibull parameters from a paper using
Kaplan Meir survival analysis.
This is something I am not familiar with.
The survival analysis in R works nicely and is the same as commercial
software (only the graphs are superior in R).
The Weibull does not and produces an error (see below).
Any ideas why this error should occur?
My approach may be spurious.
2005 Jul 29
6
Binary outcome with non-absorbing outcome state
I am trying to model data in which subjects are followed through time to
determine if they fall, or do not fall. Some of the subjects fall once,
some fall several times. Follow-up time varies from subject to subject.
I know how to model time to the first fall (e.g. Cox Proportional
Hazards, Kaplan-Meir analyses, etc.) but I am not sure how I can model
the data if I include the data for those
2009 Feb 24
0
Decision Function of Support Vector Machine
Hi,
As a number of people suggested, I downloaded the "e071" package and am using
the function "svm" for my classification problem. I now want to take the classifier outside
the R environment, for example to a C program, and use it.
I know that the classifer is of the form
WTX+b where W is defined by the support vectors. I did not see that W vector is output
from svm. If am
2011 Jul 13
1
Kill invertor on Powercom 1000VA
...the default)
I've stared the code for usbhid-ups.c for a while, but apart from seeing
that the UPS uses "special bits" in the shutdown time I am no further (my C
knowledge sucks!)
I am prepared to assist with debugging the protocol if neccesary.
Any advice?
Thanks!!
--
Johan Meiring
Cape PC Services CC
Tel: (021) 883-8271
Fax: (021) 886-7782
--------------------
Before acting on this email or opening any attachments
you should read Cape PC Service's email disclaimer at:
http://www.pcservices.co.za/disclaimer.html
2010 Feb 16
1
Winbind Offline Login
...ogs back on, they
cannot access shares on the Samba Domain Member anymore.
I realise that "winbind offline logon" mentions that it is for local pam
logons to the Samba Server itself.
Is there any other way to allow cached access to shares on the Samba server
in Office B?
--
Johan Meiring
Cape PC Services CC
Tel: (021) 883-8271
Fax: (021) 886-7782
2013 Oct 24
2
Shutdown problem with Mecer 1000VA Online UPS
...DE
I modified /etc/init.d/nut-server to call my script instead of upsdrvctl
shutdown.
This works, but I suspect the blazer driver must be fixed at some stage.
I looked at the code, but don't understand enough to help.
Please let me know if I can be of any assistance.
Regards,
--
Johan Meiring
Cape PC Services CC
Tel: (021) 883-8271
Fax: (021) 886-7782
--------------------
Before acting on this email or opening any attachments
you should read Cape PC Service's email disclaimer at:
http://www.pcservices.co.za/documents/disclaimer.pdf
2013 Oct 24
0
Shutdown problem with Mecer 1000VA Online UPS
...if (strncmp(buf, "(ACK", 4)) {
..this should do the trick.
However, your UPS seems to speak an idiom that's more akin to the one
covered by the voltronic drivers (i.e. the (ACK/(NAK replies) -
available in the github repo - so maybe they're worth a try.
/dan
2013/10/24 Johan Meiring <jmeiring at pcservices.co.za>:
> Hi,
>
> There seems to be a problem turning of the inverter on a Mecer online 1000VA
> UPS.
>
> OS: Debian Wheezy
> Nut: Installed via apt - version 2.6.4-2.3
>
> Debug output from driver.
>
> root at proxmox1:~# /lib/nut/bla...