Displaying 20 results from an estimated 51 matches for "blandly".
Did you mean:
badly
2008 Jul 05
2
Bland-Altman method to measure agreement with repeated measures
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20080705/878753db/attachment.pl>
2000 Apr 24
2
paste ?
Dear friends. I've made a very simple procedure to make Bland-Altman plots
and it works OK except for the inability to take a variate as argument in
annotation. I'm sure it is a very simple error, so if you have 5 seconds
please tell me.
Best wishes
Troels
bland <- function (x) #accepts two columns
{
mn <- 0.5*(x[,1]+x[,2])
diff <- x[,1]-x[,2]
2000 Apr 25
2
[R) Bland Altman plot (was: paste ?)
> De : Bill Venables <venables at acland.qld.cmis.csiro.au>
> Objet : Re: [R] paste ?
> Date?: mardi 25 avril 2000 08:45
>
(...)
> Secondly, I'm curious about the history of this kind of plot.
> I've only heard it called a "Tukey mean difference" plot, (and
> Trellis graphics has a function, tmd(), that does it, but no one
> knows about it...).
2007 Apr 13
1
Embedding Fonts in eps Files - Required by Publisher
The publisher requires embedded fonts and the eps files that R produces
don't pass its tests. How can I force the fonts (just default fonts) to
be embedded. embedFonts seems to only embed unusual fonts, not the
default ones that are used in a simple eps generated by using
"postscript".
I've tried:
ps2pdf14 -dPDFSETTINGS=/prepress bland-altman_v2.eps bland-altman_v2.pdf
pdftops
2013 Jul 18
1
Bland Altman summary stats for all column combinations
Hello,
I have the following data.frame
structure(list(Study = structure(c(1L, 2L, 3L, 4L, 5L, 6L, 7L,
8L, 9L, 10L, 11L, 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 1L,
2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 13L, 14L, 15L,
16L, 17L, 18L, 19L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L,
11L, 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 1L, 2L, 3L, 4L,
5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 13L, 14L,
2000 Apr 26
1
Bland Altman plot (was: paste ?)
Dear all,
sorry for this perhaps stupid question, but it concerns my recent
problem as well as the current thread on B-A plot.
I would like to plot something like x+y vs. x-y or mean(x,y) vs
difference (x,y), but my "variables" x,y are actually pairs of
replicates (two observed values of a growth rate by 60 clones). So
the order x,y does not matter and each x,y pair can be arranged
2011 Feb 24
1
accuracy of measurements
Dear R people
Could you please help with following
Trying to compare accuracy of tumor size evaluation by different
methods. So data looks like
id true metod1 method2 ...
1 2 2 2.5
2 1.5 2 2
3 2 2 2
etc.
Could you please give a hint how to deal with that.
Seems like {merror} does not suite to me because I am trying to compare
accuracy of measurements with their true known values not just
2006 Aug 16
15
OT: finding a designer (bit of a rant)
I''ve written my app already. It outputs valid xhtml and I need a stylesheet
to drop over the top. How hard is it for people to understand that?
It''s a small project, they''d have to do the main design/layout, and then a
little custom styling for some specific elements which don''t appear on every
page. That''s the point of CSS right? write once, use
2012 May 10
1
Disabling stock firewall and SELinux for ISPConfig
I have been reading a tutorial on configuring and securing a CentOS 6.2 machine:
http://www.howtoforge.com/perfect-server-centos-6.2-x86_64-with-apache2-ispconfig-3-p3
This tutorial bases the configuration on an application called
ISPConfig. I am not sure that I like the idea of disabling the stock
firewall and SELinux as the tutorial suggests, even with all the
troubles that SELinux has given me
2013 Feb 24
0
BA.plot with logarithmic axes (MethComp)
Dear R-helpers,
I am trying to plot a Bland-Altman-Plot using the BA.plot function from the
package MethComp. While there is a function to transform the values for
analysis as shown in the snippet below, I would like to have logarithmic axes
for display as well. The usual log = 'xy' does not work because of the
properties of the y-asxis (positive and negative values). I am sure that
2009 Aug 18
2
malformed XML
Hey all,
rails 2.1
When I do this from the controller:
render :xml => @address.errors, :status => :unprocessable_entity
I get a malformed root node in the XML
<active-record/errors type="array"> ... </active-record/errors> #
note the extra slashes
However when I do this in the console:
address.errors.to_xml
I get the following which seems fine:
2011 Jan 18
2
ggplot2, geom_hline and facet_grid
Hi
I have a long data set on which I want to do Bland-Altman style plots for each rhythm type
Using ggplot2, when I use geom_hline with facet_grid I get an extra set of empty panels.
I can't get it to do it with the "Diamonds" data supplied with the package so here is a (much abbreviated) example:
> lvexs
cvd_basestudy ecd_rhythm fixed_time variable_time
1 CBP05J02
2007 Jan 13
2
Dual Heads?
I decided to blow out the FC2 installation I inherited on my workstation
when I started here and installed CentOS-4.4-i386. Server side stuff I
pretty
much have down cold, but getting two heads on two seperate video cards
doesn't seem to work for me. I'm using the built in Intel 865/810 card as
primary, and an ATI Radeon 9200 PCI card as secondary.
Initially, my system bios on this
2007 Jun 30
1
"R CMD INSTALL in R 2.5.1 (2007-06-27)"
Hello,
I'm moving from R 2.2.1 (Winows XP) to R 2.5.1 and have problems with
installing "myfuncs", which worked OK in 2.2.1
R CMD INSTALL myfuns
# gives
installing to ''
---------- Making package myfuncs ------------
adding build stamp to DESCRIPTION
installing R files
installing man source files
installing indices
installing help
>>>
2013 Jan 07
2
Tag flac as flac 1.2.1_git
I know Erik is busy with maintenance and wants to get a release out soon.
In the meantime, is it appropriate to tag HEAD as 1.2.1_git and include
this in the CLI tools (flac, metaflac, etc)?
This would make it easier to allow programs in development to test against
git flac and older flac versions. For example, sample rates above 48kHz
(for ReplayGain) is available in git flac but not 1.2.1.
2006 Feb 08
3
RJS templates before, during and after
RJS templates are nifty. They let you put all sorts of fun effects all
over your bland html pages without too much work.
The link_to_remote function also lets you run scripts before, during,
and after an AJAX call is run by using callbacks.
There does not seem to be an equivalent method for running an RJS
template before or during an action. Rendering it at the end is no problem.
One
2011 Sep 20
5
help in interpreting paired t-test
Dear all;
A very basic question. I have the following data:
************************************************************************************
A <- 1/1000*c(347,328,129,122,18,57,105,188,57,257,53,108,336,163,
62,112,334,249,45,244,211,175,174,26,375,346,153,32,
89,32,358,202,123,131,88,36,30,67,96,135,219,122,
89,117,86,169,179,54,48,40,54,568,664,277,91,290,
2016 Jun 28
0
Air Media
tisdag 28 juni 2016 kl. 13:40:30 CEST skrev Ove Airmedia:
> Hej Kjell,
Hej Ove
> Jag hade tappat bort dig bland dokumenten.
> Vill du fortfarande ha produkterna du best?llt?
>
Jo det vill jag. De beh?vs till min Multiplex Heron.
Har pengarna kommit in p? ditt konto?
Jag var inte s?ker s? jag kollade med min bank, s? de
skulle se om det kommit r?tt.
N?r kommer den nya s?ndaren ut
2013 Jan 08
0
Tag flac as flac 1.2.1_git
Hi,
On 07.01.2013, at 01:46, Jaren Stangret wrote:
> I know Erik is busy with maintenance and wants to get a release out soon. In the meantime, is it appropriate to tag HEAD as 1.2.1_git and include this in the CLI tools (flac, metaflac, etc)?
>
> This would make it easier to allow programs in development to test against git flac and older flac versions. For example, sample rates
2001 Jul 10
1
Using R for Data Analysis & Graphics: update
There is now an updated version of
"Using R for Data Analysis & Graphics" on CRAN,
under Documentation | Contributed.
Data sets and scripts are available from my web page,
to which there is a link on the relevant CRAN page.
John Maindonald email: john.maindonald at anu.edu.au
phone : (6125)3473 fax : (6125)5549
Statistical Consulting Unit, Room 1194,