search for: mur

Displaying 20 results from an estimated 98 matches for "mur".

Did you mean: mr
2004 Sep 12
2
mahalanobis distance
Is there a function that calculate the mahalanobis distance in R . The dist function calculates "euclidean"', '"maximum"', '"manhattan"', '"canberra"', '"binary"' or '"minkowski"'. Thanks ../Murli
2007 Oct 04
5
combining vectors on unequal length
If I have two vectors X<-1:10 Y<-1:5 When I combine them using cbind, the shorter one is repeated and both are made of the same length. Is there a methods that does this without duplicating the shorter one. I want to use this to store the data back to a file. Thanks ../Murli [[alternative HTML version deleted]]
2005 Feb 24
1
Re: FRS and GMRS via *
...and the transmissions are strictly non-business. Non-amateurs can talk over the system but only when the transmitters are being controlled by licensed amateurs. The line in the sand is that you can order pizza over the autopatch, but you can't order cheese for your pizzeria. GMRS, FRS and MURS radios may not be interconnected with the PSTN (47 CFR 95.141). There has been a lot of talk from lobbyists to clarify this rule, but as it stands you could conceivably connect a *private* network to GMRS or MURS radios (you can't make any plugins or modifications to an FRS radio that isn&...
2005 Feb 10
5
sample
...g to sample a subset from a matrix using sample. The size of the matrix is 20X 1532. It works fine with this, but when I transpose the matrix and try to sample it, it returns null. pick.set<-sample(tissue.exp.t,5,replace=FALSE,prob=NULL) Is there something that I am missing here ? Thanks ../Murli
2007 Jun 26
3
inter-rater agreement index kappa
Is there a function that calculates the inter-rater agreement index (kappa) in R? Thanks ../Murli [[alternative HTML version deleted]]
2007 Aug 01
5
t-distribution
If I have a calculated t can I get the probability associated with it using an R function by giving it the df and t? I know I can do the whole calculation using t.test() or get the t-distribution using qt(). If t=1.11 and df =9 can I get the probability? Thanks../Murli [[alternative HTML version deleted]]
2004 Aug 13
3
Tutorials on R
Hi !! Is there a good tutorial for the R language ? I really find it hard to find methods in R. Thanks and Cheers ../Murli
2005 Feb 25
1
Re: FRS radios on *
Rich Adamson writes >>GMRS, FRS and MURS radios may not be interconnected with the PSTN (47 > > CFR 95.141). There has been a lot of talk from lobbyists to clarify this > > rule, but as it stands you could conceivably connect a *private* network > > to GMRS or MURS radios (you can't make any plugins or modifications...
2014 Aug 22
1
LMTP and passdb deny=yes not working
...#39;INBOX' Aug 21 13:01:00 klee dovecot: lmtp(pid): Disconnect from 172.16.16.205: Successful quit So lmtp seems to find the user and correctly states the fact but then stores the email anyhow. Is this intended or did I hit a bug? Or do I have an error in my config? Cheers, -- j.hofm?ller mur.sat -- a space art project http://sat.mur.at/ -------------- next part -------------- # 2.2.13: /etc/dovecot/dovecot.conf # OS: Linux 3.14-1-amd64 x86_64 Debian jessie/sid btrfs auth_verbose = yes disable_plaintext_auth = no imapc_features = rfc822.size fetch-headers imapc_ho...
2006 Sep 06
2
biplot label size
Which is the parameter that is used to decrease the size of ylabs plotted in biplot? I tried playing with cex and cex.lab I am not getting it right pc <- princomp(USArrests) biplot(pc, xlabs = rep("", nrow(USArrests)),ylabs=(colnames(USArrests))) Thanks../Murli [[alternative HTML version deleted]]
2007 Mar 18
1
multcomp
...ckage sometime back for doing multiple comparisons. I see that it has been updated and the methods like simint are no longer supported. When I run the program it prompts to me to use glht. How do I get the lower and upper conf int and the pValues using glht? Does anyone have an example? Thanks ../Murli [[alternative HTML version deleted]]
2007 Jul 27
2
manipulating arrays
Can I insert an element in an array at a particular position without destroying the already existing element? X<-c(1,2,3,4,5) I want to insert an element between 1 and 2. Thanks ../Murli [[alternative HTML version deleted]]
2008 Jun 25
1
stringdot
...Error in match.arg(kernel, c("rbfdot", "polydot", "tanhdot", "vanilladot", : # 'arg' should be one of ?rbfdot?, ?polydot?, ?tanhdot?, ?vanilladot?, ?laplacedot?, ?besseldot?, ?anovadot?, ?splinedot?, ?matrix? What am I doing wrong here? Thanks ../Murli
2009 Jul 24
2
computing the radius of an arc
Hi!! I am interesting in computing the radius of an arc that best approximates a curve. Is there an R function that I can use to draw an arc? Nothing useful came up when I searched help.search. Does anyone have any suggestion to do this? Thanks ../Murli
2014 Aug 20
1
preserving flags for shared mailbox when migrating from cyrus to dovecot
...tions for shared mailboxes and -- more importantly -- flags for mail in a shared mailbox. Reconstructing subscriptions is quite easy but I have no clue on how to reconstruct a user's flags. Any hint is greatly appreciated! [1] http://cyrus2dovecot.sw.fu-berlin.de/index.html -- j.hofm?ller mur.sat -- a space art project http://sat.mur.at/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 213 bytes Desc: OpenPGP digital signature URL: <http://dovecot.org/pipermail/dovecot/attac...
2009 May 29
2
strsplit
...arated parts. > filName<-"chrI_2223" >part<- strsplit(filName,"\\_") > part [[1]] [1] "chrI" "2223" > part[1] [[1]] [1] "chrI" "2223" I looked up the help archive but did not find it. Can someone help me here? Cheers../Murli [[alternative HTML version deleted]]
2015 Apr 02
1
Dovecot Oy merger with Open-Xchange AG
...aying sorry instead of barking at people? > > sorry for what? For not being precise (enough). If someone doesn't understand you you could try expressing whatever you meant to say in a different/better way. Cheers, -- j.hofm?ller aka Thesix >-<#!&$@@@? http://thesix.mur.at/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 213 bytes Desc: OpenPGP digital signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20150402/56755223/attachment.sig>
2009 Jul 14
4
Trig functions strange results
...Browse[1]> x<-direction[i] Browse[1]> x [1] -1.570796 Browse[1]> cos(x) [1] 6.123032e-17 I am not sure why I am getting one values when I am using a variable that stores the value and another when I use the value directly. Am I missing something here? Can someone comment? Thanks ../Murli
2004 Nov 04
2
biplot drawing conc ellipses
Is there an option to draw concentration ellipses in biplots ? It seems really nice to summarize large number of points of each group. Cheers../ Murli
2004 Nov 02
2
lda
...b = "second linear discriminant") text(ir.ld, labels= as.character(ir.species[-143]), col =3 +codes(ir.species),cex =0.8) ====================================== eqscplot does not plot anything and it gives me an error saying codes is defunct. Have I missed anything there. Thanks../Murli