Displaying 8 results from an estimated 8 matches similar to: "loess with missing data points"
2012 Feb 27
1
row names of a heatmap on left hand side
Hello R Gurus,
I have a matrix for which I am doing a heatmap using heatmap.2. I want to
put the rownames on the lefthand side instead of the right side of the
heatmap. how can i put the rownames on left hand side: I have already tried
axis but could not make it work
ccc<-structure(c(1, 0.283300333755851, 0.237863231117007,
0.0148696794159253,
-0.0780756406815149, -0.106161465097659,
2011 May 19
3
A better way to do this
Hello gurus,
I have a dataframe containing two groups viz., 'control' and 'case', each of
these groups contains longitudinal data for 100 subjects. I have to plot all
these subjects on a single chart and then put a regression line for each of
the group for all the subjects. I have written a function to do the chart
grpcharts<-function (dat, group,group2,molecule,cutoff){
2012 Mar 20
0
labeling rows in heatmap.2
how can i put the row labels on the left hand of the heatmap in heatmap.2?
abnr<-structure(c(1, 0.678622097406395, 0.670294749652918,
-0.0016314464654279,
-0.000519068106572792, 0.199581999119988, -0.0106623494189115,
0.0840111691399559, -0.0461494399639137, 0.249279171677728, NA,
1, 0.757114062773504, 0.0352642759270137, -0.0255518450373996,
0.0943268190664674, -0.0536269679247722,
2011 Oct 26
1
help with means using tail()
Hi all,
I have 5 series (5 ts objects: rp, igpm, ereal, jurosreal, crescpib), and want to create a vector with the means of the last values of each variable.
What I did was this:
mrp1<-mean(tail(rp,9))
migpm1<-mean(tail(igpm,9))
mereal1<-mean(tail(ereal,9))
mjr1<-mean(tail(jurosreal,9))
mcp1<-mean(tail(crescpib,9))
means=rbind(mrp1,migpm1,mereal1,mjr1,mcp1)
They are monthly
2009 Aug 28
1
extracting pvalues from ttest
Hello list,
I have a similar issue as this post
http://tolstoy.newcastle.edu.au/R/e6/help/09/04/11438.html#options2 and I
used the suggestion provided by Jorge with modifications to my data
do.call(c,lapply(your_list_with_the_t_tests,function(x) x$p.value))
but I am getting the following error after excuting the code
B<-by(eo,eo$PlateID, function(.sub) t.test(mcp1~Self_T1D,data=.sub,
2001 Jan 02
1
chron blues
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 1599 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20010102/cf0e43dd/attachment.bin
2008 Dec 09
1
creating standard curves for ELISA analysis
Hello R guru's
I am a newbie to R, In my research work I usually generate a lot of ELISA
data in form of absorbance values. I ususally use Excel to calculate the
concentrations of unknown, but it is too tedious and manual especially when
I have 100's of files to process. I would appreciate some help in creating
a R script to do this with minimal manual input. s A1-G1 and A2-G2 are
2008 Dec 26
1
starting values update
Hi all,
does anyone know how to automatically update starting values in R?
I' m fitting multiple nonlinear models and would like to know how I can update starting values without having to type them in.
thank all
--- On Fri, 12/26/08, r-help-request@r-project.org <r-help-request@r-project.org> wrote:
From: r-help-request@r-project.org <r-help-request@r-project.org>
Subject: