Displaying 20 results from an estimated 100 matches similar to: "Lattice : factor levels in the margins"
2003 Apr 02
4
randomForests predict problem
Hello everybody,
I'm testing the randomForest package in order to do some simulations and I
get some trouble with the prediction of new values. The random forest
computation is fine but each time I try to predict values with the newly
created object, I get an error message. I thought I was because NA values
in the dataframe, but I cleaned them and still got the same error. What am
I
2002 Jun 18
2
Line width in graphs
Hi,
I'm using R to plot some data and associated linear models, and I was
wondering if there was a parameter to fix the line width in the graphs (for
axis, lines, ...) because I explored the associated help pages and could
not find it.
Thx in advance,
--
Ir. Yves Brostaux - Statistics and Computer Science Dpt.
Gembloux Agricultural University
8, avenue de la Facult? B-5030 Gembloux
2003 Apr 25
2
R compilation problem on Sun Solaris 2.5.1
Dear members,
I'm not very used with Unix systems, but I got an old Sun/UltraSparc
workstation running Solaris 2.5.1 and I tried to install R on it to able
able to do some batch R processing while working on my pc.
I downloaded and installed following required and recommanded programs
before installing R : perl 5.8.0, readline 4.3, gzip 1.3.5, zlib 1.1.4,
make 3.80, jpeg 6b, libpng 1.2.4
2004 Nov 30
3
Creating a factor from a combination of vectors
Dear list,
Here's a little problem I already solved with my own coding style, but I
feel there is a more efficient and cleaner way to write it, but had no
success finding the "clever" solution.
I want to produce a factor from a subset of the combination of two
vectors. I have the vectors a et b in a data-frame :
> df <- expand.grid(a=c(0, 5, 10, 25, 50), b=c(0, 25, 50,
2005 Jan 21
2
Selecting a subplot of pairs
Hello,
I'm trying to plot a set of 3 dependant variables (y) against 4
predictors (x) in a matrix-like plot, sharing x- an y-axis for all the
plot on the same column/line :
y1/x1 y1/x2 y1/x3 y1/x4
y2/x1 y2/x2 y2/x3 y2/x4
y3/x1 y3/x2 y3/x3 y3/x4
In fact, this plot is a rectangular selection of the result of pairs(),
limited to the relations between x's and y's
2005 Jan 10
3
Mixing portrait/landscape in a postscript file
Dear list,
I'm stuck with a little graphical problem. I'm generating several
lattice plots which are printed in a single postcript device opened by
> trellis.device(postscript, theme=canonical.theme("postscript",
color=F), file="an_phase2_graph.ps", paper="a4", pointsize = 10,
onefile=TRUE, horizontal=TRUE)
Everything works fine,but some of these
2002 Nov 18
2
vector of center of
Hello
I have a vector gd of 279 values of diameter of limpets.
Using 'hist(gd, breaks=seq(10,60,5),plot=F)' I can obtain a vector of
10 centers of size-class ($mids).
But I'd like to work on a vector of 279 values being the mids (centers
of size-classes) corresponding to the respective 279 values in gd.
I looked in the different manuals and in archives of list but didn't find
2002 Nov 22
3
simple test on slope of lm()
Hello
I want to compare the slope (let's say 'b') of a linear model obtained
with lm() to a theoretical value (let's say 'th').
To do so, I think I should compute a 't value' using
something like :
(b - 'th')/standard.deviation(b)
and then look at the p-value of this computed t.
I don't understand how to do this in a simple way, just using lm()
2002 May 28
4
id & filter problems in data.frame
Hi,
a questionaire data-set with more than one row for one Person make
me problems.
(1) i want create a function which count the used
row for the relevant id !
example:
id c.row
1 1
1 2
1 3
2 1
2 2
4 1
4 2
4 3
4 4
4 5
(2) i have got a problem to filter & analyse , because the filter
criteria is unlucky
a row above or under the ratings which i would like to
2002 Jun 19
4
drawing ellipses
Hello again,
First I want to thank all the people who answered my question about line
width in graphs. I promise I will learn the 'par' help page by heart for
the end of the month !
I now want to trace some ellipses to emphasize groups of data. I found how
to trace circles with 'symbols()', but no ellipse. I'm planning on writing
my own function based on
2002 Nov 13
4
[Newbie] Is there any support for work with grouped frequencies?
Hi,
I have this table (BTW, published by FBI and representing age
distribution of the WTC tragedy victims):
"LABEL" "FREQ" "MIDPOINT"
"1" "Infant (under 1)" 0
"2" "1 to 4" 5
"3" "5 to 8" 1
"4" "9 to 12" 3
"5" "13 to 16" 0
"6" "17 to
2001 Oct 30
2
creating chron object aggregates (e.g. sums by day)
What is the recommended/optimal way to perform aggregates on data frames
with chron objects?
Here is an example:
>raw.data
1 07/09/01 4000
2 07/09/01 2000
3 07/11/01 1000
4 07/13/01 800
5 07/13/01 700
6 07/16/01 600
7 07/17/01 500
I'm trying to construct a function that would first aggregate the data
(second column) by day (grouping by the first column) according to a
2003 May 28
3
Slow computation in for loop
Dear members,
I'm using R to do some test computation on a set of parameters of a
function. This function is included in three for() loops, first one for
replications, and the remaining two cycling through possible parameters
values, like this :
for (k in replicates) {
data <- sampling from a population
for (i in param1) {
for (j in param2) {
result <- function(i,
2008 Sep 15
2
Conditionnal shutdown
Hello,
Being new to this list and to Nut, maybe my question has been asked
before but I didn't find a clear answer.
My question is : is it possible to make nut aware of the percentage (or
duration) of time before the UPS exhausts its power ? Thus making Nut
conditionning the shutdown of the servers depending on the remaining
load.
I saw this thread on the mailing list :
2001 Nov 20
0
Formulating anova for partially nested model
Hello,
I'm trying to analyse data from an incomplete design with four factor :
- fr : number of the batch
- op : ID of operator
- meth : method used
- mat : nature of the material used
and one variable
- mv : mesure
- trmv : transformed mesure
str(matvol)
`data.frame': 120 obs. of 6 variables:
$ fr : Factor w/ 30 levels "1","2","3","4",..:
2003 May 09
3
Re: R-help Digest, Vol 2, Issue 26
With the same system configuration (WinNT4 SP6 and 1.7.0), I get such a Dr
Watson crash each time I try to use the Change dir... command in the File
menu of Rgui.exe. I doesn't seems to happen if I do this immediately after
starting R but well if I already did some computation.
I don't have any problem by using directly setwd().
At 12:10 23/04/03, you wrote:
>Date: Tue, 22 Apr 2003
2012 Mar 22
4
Plotting patient drug timelines using ggplot2 (or some other means) -- Help!!!
Hello All,
Want very much to learn how to plot patient drug timelines. Trouble is I need to figure out how to do this today. So not much time for me to struggle with it. Hoping someone can just help me out a bit.
Below are some sample data and code that produces what I think is the beginning of a very nice graph.
Need to alter the code to:
1. Get the lines for the drugs to appear on the
2006 May 04
2
R pour débutant
Bonjour,
Je suis actuellement doctorant (en fin de th?se) et je vais avoir besoin de me
servir de R.
Devant apprendre R tout seul, je suis tomb? sur un mail de vous disant que vous
aviez r?aliser un tutorial sur ce logiciel pour des 100% d?butant comme moi
J'aurai essentiellement ? utiliser des algo de clustering (SOM ou Nu?e dyna) sur
des matrices pouvant faire 41x230
Cependant je
2018 May 29
2
Conditionnal redirector samba4
Hi,
I've the following error when I want to create a conditionnal redirector
in samba 4 : " server complex operation 'IpValidate' not implemented "
Version : Version 4.6.7-Ubuntu
Not using bind9 but Samba 4 DNS internal
Must I user bind 9 ?
My goal is to create un approbation between AD2016 et samba 4.
Regard
--
*Hervé* *HÉNOCH*
*Responsable informatique*
Tél. :
2003 Jul 31
2
help with graphics
I'd like to use lattice to make graphics under conditional structure like :
if (TRUE) { barchart(....)
dev.print(png, file = "image1.png", width = 600)
}
but there's nothing in the output file. It seems that it's too long to print graphic into the graphical output and the saved file is a blank picture.
it works if I do that without the conditionnal structure.
it doesn't