Displaying 4 results from an estimated 4 matches for "liat".
Did you mean:
lat
2010 Jul 22
3
how to force a table to be square?
...at would be used to
build an n*n table and the data for this table should then come from myData
(and if there are characters in my list that do not appear in the data at
all I would like to see a zero row or a zero column).
Is that possible to do?
What would be the simplest way?
Many many thanks!!!
Liat.
--
View this message in context: http://r.789695.n4.nabble.com/how-to-force-a-table-to-be-square-tp2298707p2298707.html
Sent from the R help mailing list archive at Nabble.com.
2009 Dec 10
3
heatmap/image from csv data
Hi all,
I'm trying to use heat.map to display some data.
The data is originally in csv format and when I read it in R using
read.table I get:
a b c d e
1 A 1 1 1 1
2 B 1 0 1 1
3 C 0 1 0 1
4 D 1 1 1 0
5 E 1 0 0 0
The problem is, that for heatmap I need a numerical matrix. When using
data.matrix I get:
a b c d e
[1,] 1 1 1 1 1
[2,] 2 1 0 1 1
[3,] 3 0 1 0 1
[4,] 4 1 1 1 0
[5,] 5 1 0 0 0
So
2008 Jun 24
1
Bar charts with error bars
I would like to add error bars to a bar chart, I have created in R. I am able to add error bars to a bar plot, but the same method does not seem to work for my bar chart version.
Is there a way to add error bars to bar charts?
________________________________________________________
Audi, Fiat, Peugeot, Skoda, Porsche, Toyota, Ford - Kelkoo har brugte biler til en hver smag! Klik her
2009 Mar 24
1
CONFIDENCE INTERVAL FOR GLMER MODEL
.... I've also developed some curves for defining its limits but
I did not succeed in developing confidence interval for the model's curve
(confint or predict does not work - only for glm).
Does anyone know how can I produce confidence interva for a glmer model?
I'll appriciate any help...
Liat
--
View this message in context: http://www.nabble.com/CONFIDENCE-INTERVAL-FOR-GLMER-MODEL-tp22677543p22677543.html
Sent from the R help mailing list archive at Nabble.com.