Displaying 7 results from an estimated 7 matches for "nmea".
Did you mean:
nema
2003 Mar 11
0
Interrater and intrarater reliability
...el-Larsen
statistician
Centre for Clinical Research
Haukeland University Hospital
N-5021 Bergen, Norway
email: tore.wentzel-larsen at helse-bergen.no
the function:
---------------------------------------------------------------------------------
relInterIntra<-function(Results,nsubj=40,nrater=3,nmeas=2,raterLabels=c('a','b','c'),rho0inter=0.6,rho0intra=.8,conf.level=.95)
{
# gives the reliability coefficients in the article by Eliasziw et. al. 1994; Phys. Therapy 74.8; 777-788.
# all references in this function are to this article.
# input: Results, data frame represent...
2006 Nov 30
1
strange error from R CMD check about xaxp
...ot.Rd:
> varImpPlot(mtcars.rf)
Error in par(opar) : invalid value specified for graphical parameter
"xaxp"
Execution halted
However, I do not have "par(opar)" or set xaxp anywhere in any of the
.Rd or .R files in the package. In varImpPlot(), I used the construct:
if (nmeas > 1) {
op <- par(mfrow=c(1, 2), mar=c(4, 5, 4, 1), mgp=c(2, .8, 0),
oma=c(0, 0, 2, 0))
on.exit(par(op))
}
The weird thing is that even after I commented out the entire section
above, I still get the same error at the same place! Running the
original co...
2000 May 16
1
GPS data import into R
...to try to write a routine to listen to
a GPS signal, strip off the identification codes, and then
*do something interesting* with the data, such as plot the
three-dimensional drift statistics. (Obviously the interesting
stuff can be done with existing R packages.)
Any tips or hints on loading NMEA sentences would be appreciated.
James Marca
jmarca at translab.its.uci.edu
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe&qu...
2009 Jan 12
10
USB and serial
...appears to mean
a module which drives a serial-in/USB-out dongle - not at all related to
what I need!
I've got the GPS - two different ones, actually - being recognized by
Linux; in fact, the appropriate modules are being loaded, the
appropriate device (/dev/ttyUSB9) is being created, and the NMEA
sentences are being read (as confirmed by "gpsd -D2 -nN /dev/ttyUSB9".)
My /var/log/messages says:
-------------------------------------------------------------------------
Dec 31 19:38:16 Tyr kernel: [23431.897090] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: USB Serial s...
2013 Apr 28
8
[UART] GPS 18-5Hz LVC and COM1 silence, OK on Linux though...
Hi,
I'm having issues connecting Garmin GPS 18 to COM1 on 9.1, I get
nothing but silence. Identical setup works absolutely fine with Linux.
I've got PPS wire connected to DCD, but that seems to make no
difference on Linux, so I presume it shouldn't affect fbsd either.
On Linux, I get:
$ uname -a
Linux ubuntu 3.8.0-19-generic #29-Ubuntu SMP Wed Apr 17 18:16:28 UTC
2013 x86_64 x86_64
2009 Jun 01
1
installing sn package
...> # for the reliability coefficients
> # output reformatted as an "irrlist" stucture - Jim Lemon 2009-05-27
>
> relInterIntra<-function(x,nrater=1,raterLabels=NULL,
> rho0inter=0.6,rho0intra=0.8,conf.level=.95) {
>
> xdim<-dim(x)
> nsubj<-xdim[1]
> nmeas<-xdim[2]/nrater
> if(is.null(raterLabels)) raterLabels<-letters[1:nrater]
> Frame1<-data.frame(cbind(rep(1:nsubj,nrater*nmeas),
> rep(1:nrater,rep(nsubj*nmeas,nrater)),
> rep(rep(1:nmeas,rep(nsubj,nmeas)),nrater),
> matrix(as.matrix(x),ncol=1)))
> names(Frame1)<...
2010 Nov 08
89
Re: DM-CRYPT: Scale to multiple CPUs v3 on 2.6.37-rc* ?
On Sun, Nov 07 2010 at 6:05pm -0500,
Andi Kleen <andi@firstfloor.org> wrote:
> On Sun, Nov 07, 2010 at 10:39:23PM +0100, Milan Broz wrote:
> > On 11/07/2010 08:45 PM, Andi Kleen wrote:
> > >> I read about barrier-problems and data getting to the partition when
> > >> using dm-crypt and several layers so I don''t know if that could be
> >