Displaying 7 results from an estimated 7 matches for "ymeans".
Did you mean:
means
2004 May 21
2
bars with sd
I need some help for a curious question of a friend of mine.
She usually does some experiments (3-5 repeats for each exp) and then she
calculates mean and standard deviation.
In microsoft excel she writes something like the following
sample mean sd
a 1.25 0.35
b 2.65 0.65
c 3.45 0.50
She can do a vertical barplot graph just giving mean value and specifying
the
2009 Jul 13
1
regression with replication
Dear all,
I would like to fit a linear regression with replication (on each year,
observation is replicated, e.g 4 times). The independent variable ranges
for instance 1-5 year, so I expect to have a linear fit of 5 points.
For that purpose I do these (with dummy variables x and y):
x<-rep(seq(1:5),4)
y<-rnorm(20)
linreg<-lm(y~x)
fitted.values(linreg) # why produce 20 points of
2007 May 21
1
PLS in R and SAS
Dear all:
I am comparing the PLS outputs of R and SAS for the following data set:
Y x1 x2 x3
3 6 2 2
3 1 5 5
4 7 4 1
5 6 5 6
2 4 3 2
8 5 0 9
where Y is the dependent variable and x1, x2, x3 are the independent variables. I found several PLS algorithms in R (NIPALS,SIMPLS,KERNEL PLS). SAS has SIMPLS and NIPALS.
The following are the NIPALS calculations of
2011 Apr 20
2
Random Relabelling
I have 4000 observations that I need to randomly relabel 1000 times and then
calculate the mean of the 1000 values at each of the 4000 points. Any ideas
for where to begin?
Thanks
Kevin
--
View this message in context: http://r.789695.n4.nabble.com/Random-Relabelling-tp3463100p3463100.html
Sent from the R help mailing list archive at Nabble.com.
2010 May 15
2
Attempt to customise the "plotpc()" function
Dear R-list,
Among the (R-)tools, I've seen on the net, for (bivariate) Principal Component
scatter plots (+histograms), "plotpc" [1] is the one I like most.
By default it performs PCA on a bivariate dataset based on R's "princomp()"
(which is the eigenvector-based algebraic solution to PCA). I would like to
modify "plotpc()" in order be able, as an
2011 Mar 22
1
Using the mahalanobis( ) function
Hello all,
I am a 2 month newbie to R and am stumped. I have a data set that I've run multivariate stats on using the manova function (I included the data set). Now it comes time for a table of effect sizes with significance. The univariate tests are easy. Where I run into trouble filling in the table of effect sizes is the Mahalanobis D as an effect size. I've included the table so
2013 May 18
3
bar plot with non-zero starting level
Hi,
I want to plot grouped bars to compare 95% confidence interval estimates
from two models. Each bar represents a 95% confidence interval estimate
of a coefficient from one of the two models. Each group represents
confidence interval estimates of the same coefficient from the two models.
I think such a bar plot will nicely present whether 95% confidence
interval estimates of the same