Displaying 20 results from an estimated 200 matches similar to: "No subject"
2002 Apr 18
0
Re: printing tree results
Look at help(sink). I have figured out how to fix up draw.tree to do
factor labels correctly and will be doing that in the next few days.
Meanwhile I discovered that rpart() provides factor labels in a much
more satisfactory way than tree() does. Because of this and because of
the additional information rpart provides about the tree building, I
recommend you switch to that.
> I have created
2005 Nov 01
1
coding nesting in data for nlme example of Wafer data set.
I am trying to understand the proper way to encode the nesting structure
for data in the context of nlme, in the specific case of individuals
nested within species for which each individual is unique. I have
searched through Pinheiro & Bates and also past postings, but without
success.
Take the Wafer data set which has 2 levels: Wafer (8 values) and Site
nested within Wafer (10 values for
2004 Apr 29
1
Plot.lme error
Dear All;
Attempting to reproduce Figure 4.15 of MEMSS (p. 171) in R using
plot(Wafer, outer = ~ Wafer)
yields an error:
> plot(Wafer, outer = ~ Wafer)
Error in order(na.last, decreasing, ...) :
Argument lengths differ
The plot() produces the figure without problems for all versions of
Splus (4.5 to 6.2) on Windows. Noticing that the plot() differs slightly
between
2005 Sep 29
1
lmer random effect model matrix question
I have one fixed effect, sor, with two levels. I have eight lots and
three wafers from each lot. I have included the data below.
I would like to fit a mixed model that estimates a covariance parameter
for wafer, which is nested in lot, and two covariance parameters for
lot, one for each level of sor. The following command fits the model
that I want, except for it estimates the correlation
2009 Aug 21
1
trouble with Vista & reading files
All,
I am having trouble with a "read.table()" function that is inside of
another function. But if I call the function by itself, it works fine.
Moreover, if I run the script on a Mac OS X (with the default Mac OS X
version of R installed, rev 2.8), it works fine. But it does not work if I
run it on windows vista (also default Windows version of R, rev. 2.8).
Again, both
2006 Mar 29
1
lmer multilevel
My question relates to problems that I'm having matching lme and lmer
examples in P&B.
using Matix 0.995
In the Oxide example in p167-170 I can't get the level 2 coefficient
estimates to match
the fm1Oxide model in lme is
data(Oxide,package="nlme")
lme(Thickness~1,Oxide)
which I translate in Lmer syntax to
fm3Oxide<-lmer(Thickness~
2004 Sep 05
1
Question to NLME, ML vs. REML
Dear all,
I am planning to use nlme library for analysis of experiments in semiconductor
industry. Currently I am using "lm" but plan to move to "lme" to handle
within wafer / wafer-to-wafer and lot-to-lot variation correctly.
So far everything is working well, but I have a fundamentel question:
NLME offers "maximum likelihood" and "restricted maximum
2004 May 27
1
Crossed random effects in lme
Dear all,
In the SASmixed package there is an example of an analysis of a split-plot experiment. The model is
fm1Semi <- lme( resistance ~ ET * position, data = Semiconductor, random = ~ 1 | Grp)
where Grp in the Semiconductor dataset is defined as ET*Wafer. Is it possible to specify the grouping directly some way, e.g. like
fm1Semi <- lme( resistance ~ ET * position, data =
2006 Jan 16
1
singular convergence(7)?
Hi all,
I just wonder what singular convergence means. Thanks.
Yen Lin
Error in lme.formula(Data ~ 1, random = ~1 | Wafer/fie/loc, subset =
Wafer == :
singular convergence (7)
[[alternative HTML version deleted]]
2007 Jan 12
1
wafer map drawing
Hello R-Users!
Does anyone know of a package to draw/analyze silicon wafer maps?
Here are some examples
http://www.java2s.com/Code/Java/Chart/JFreeChartWaferMapChartDemo.htm
http://dp.pdf.com/site/products/wafermap/binmap.html
I've google'd and searched CRAN with no luck.
It seems possible for R, given the hexbin and hist2d graphs I saw at the
Graph gallery.
2010 Aug 14
4
\" character in folder name results in strange LIST
Hi Timo,
>> * LIST (\HasNoChildren) "/" "folder1"
>> * LIST (\HasNoChildren) "/" "folder2"
>> * LIST (\HasNoChildren) "/" {9}
>> six"wafer
>> . OK List completed.
>>
>> Note the {9} length of the following real folder name. Is this normal
>> handling of special folder names ?
>Yes.
Well,
2006 Feb 08
2
lme syntax for P&B examples
Hi helpeRs,
I've been working through some examples in Pinhiero & Bates( 2000)
trying to understand how to translate to the new Lme4 syntax but without
much luck.
Below is what I think I should do, but either the answers don't come out
the same or I get errors.
In the Oxide problems I'm particularly interested in obtaining the
levels coeficients but this options no longer seems
2006 Mar 29
1
Lmer BLUPS: was(lmer multilevel)
Paul:
I may have found the issue (which is similar to your conclusion). I
checked using egsingle in the mlmRev package as these individuals are
strictly nested in this case:
library(mlmRev)
library(nlme)
fm1 <- lme(math ~ year, random=~1|schoolid/childid, egsingle)
fm2 <- lmer(math ~ year +(1|schoolid:childid) + (1|schoolid), egsingle)
Checking the summary of both models, the output is
2012 May 14
2
How to interpret an ANOVA result?
Hello all,
here's a real-world example: I'm measuring a quantity (d) at five
sites (site1 thru site5) on a silicon wafer. There is a clear
site-dependence of the measured value. To find out if this is a
measurement artifact I measured the wafer four times: twice in the
normal position (posN), and twice rotated by 180 degrees (posR). My
data looks like this (full, self-contained code at
2005 Oct 16
2
Wine supports Game Port?
Hi all,
I want to install a Medical Transcription Related S/W which is running in M$
Wallless Windows. I want it to be in my box. So does wine / Cedega / Cross
Over supports Game port or com port emulation.
S/w Name: Express Scribe
Website : www.nch.com.au/scribe/ <http://www.nch.com.au/scribe/>
Kernel : 2.6.8 Debian Sarge 3.1
Wine : 20050930 release
This s/w uses game port for playing
2007 Aug 09
1
Help on R performance using aov function
Hi,
I?m trying to replace some SAS statistical functions by R (batch calling).
But I?ve seen that calling R in a batch mode (under Unix) takes about 2or 3
times more than SAS software. So it?s a great problem of performance for me.
Here is an extract of the calculation:
stoutput<-file("res_oneWayAnova.dat","w");
cat("Param|F|Prob",file=stoutput,"\n");
2011 Jun 27
7
[btrfs-delalloc-]
Hello all.
What we have:
SL6 - kernel 2.6.32-131.2.1.el6.x86_64
btrfs on mdadm RAID5 with 8 HDD - 27T partition.
I see this at top:
1182 root 20 0 0 0 0 R 100.0 0.0 16:39.73
[btrfs-delalloc-]
And LA is grow. What is this and how can I fix it?
--
Best regards,
Proskurin Kirill
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of
2008 Nov 29
3
Can't run Evidence Scribe
Hello, I have a program called "Evidence Scribe" it runs with .NET
Whenever I try to run it I receive this:
Code:
blake at blake-desktop ~ $ env WINEPREFIX="/home/blake/.wine" wine "C:\Program Files\Idoneum\Evidence Scribe\Evidence Scribe.exe"
fixme:gdiplus:GdipGetFontHeightGivenDPI Unhandled unit type: 3
Unhandled Exception: System.InvalidOperationException:
2002 Dec 17
1
Trouble with my printer
Hi,
I am on RH 8.0 and samba 2.2.7-1 .
Why when I share my printer on my linux my xp client can not connect to it.
It can see it in "network neighbourhood" when I want to connect it , the
message is : Refused access. Impossible connexion . And On W98 box , a
printer connected to this LPR has status to < ERROR > . I know that It's
caused by my smb.conf:
[global]
2009 Feb 11
1
Re: Can't run Evidence Scribe
Hi, I'm the Evidence Scribe developer. I've actually corresponded with the original poster about this and worked things out (I'm building a version specifically for Linux). moosehadly can verify that this problem has been solved if you need him to.
Could a moderator delete this thread? The topic is "Can't run..." and it is showing up in Google results looking like