Displaying 20 results from an estimated 26897 matches for "design".
2007 Apr 18
1
[Bridge] Linux Bridge + STP + VLAN
...vlan32
vlan33
vlan34
vlan50
# brctl showstp br0
br0
bridge id 0000.000423c1e5f2
designated root 0000.000423c1e5f2
root port 0 path cost 0
max age 4.00 bridge max age 4.00
hello time 1.00 bridge hello time 1.00
forward delay 4...
2007 Nov 10
0
[Bridge] WDS STP weirdness
...es eth0.0
ath0
ath1
ath2
$ brctl showstp br-lan
br-lan
bridge id 8000.00095bf7938d
designated root 8000.00095bf7938d
root port 0 path cost 0
max age 20.00 bridge max age 50.00
hello time 2.00 bridge hello time 5.00
forward delay...
2007 Jun 13
2
Design library installation problem
Dear Listers
I have tried to install Frank Harrell's two libaries: Hmisc
and Design.
I found that Hmisc was listed in the list of packages from
the Install Packages command on the Packages menu, but
Design was not. I installed Hmisc from this list, and when I
issued the library(Hmisc) command, it loaded into memory
correctly.
I then copied the Design 1.1-1.zip file from th...
2006 Mar 16
2
Surv object in data.frame and Design package
Dear All,
there seems to be some strange influence of the Design package on
data.frame. If I build a data.frame containing a Surv object without
loading the package Design, the data frame is usable to coxph. If instead I
just load Design and build a data.frame afterwards, the naming of the Surv
object is different and it does not work with coxph.
(In my real app...
2006 Jan 20
3
fractional factorial design in R
Hi,
i need to create a fractional factorial design sufficient to estimate the
main effects.
The factors may have any number of levels, let's say any number from 2 to 6.
I've tried to use the library conf.design , but i cannot figure out how to
write the code.
For example, what is the code for a design with 5 factors (2x3x3x5x2) and
only mai...
2011 Apr 28
1
Coding design with repeated measurements in the survey package
Dear all,
I'm working on a design with rotating panels. Each site is sampled every X year. Have a look at the code below the get an idea of the design. In reality the number of sites will be (much) higher.
However I'm not sure if I coded the design correctly in svydesign(). Can someone confirm that it is either correct or wron...
2006 Aug 16
15
OT: finding a designer (bit of a rant)
I''ve written my app already. It outputs valid xhtml and I need a stylesheet
to drop over the top. How hard is it for people to understand that?
It''s a small project, they''d have to do the main design/layout, and then a
little custom styling for some specific elements which don''t appear on every
page. That''s the point of CSS right? write once, use (almost) anywhere
throughout your site.
So I advertised on craigslist, and in a few web design forums (in the jobs
section). I&...
2006 Mar 14
11
how to work with a designer
I am considering trying Rails out on a small web project where I will be
working with a designer. What is the typical workflow and relationship
for this:
1 have the designer learn rhtml
or
2 have the programmer take html mock ups and turn them into rhtml
In the past I have used Django (also very nice), which has a fairly
accessible (ala php) templating language.
Thanks,
David S.
--
Po...
2003 Nov 16
1
DOE support in R and fac.design
Hi,
I've searched through the contributed packages and found conf.design
which supports factorial design generation - is there any way to specify
the values of the levels in the functions in this library? Currently the
default for 2 level designs are the levels 0 and 1. Reason I ask is I'd
like to create a Central Composite design and to do this by appending to...
2009 Sep 14
2
Function "Varcov" in Design (Ver. 2.2-0) package
Hi,
I'm running into an error message for the "anova"-function I never got
before with the Design (Version 2.2-0) package.
There seems to be a missing function "Varcov", please check my
function calls (it's in german but I think you get the error):
> library(Design) ## attaching Design package and dependent packages
Lade n?tiges Paket: Hmisc ## loading dependent package...
2008 Apr 28
5
Fractional Factorial Design
Hi all,
Does anybody know if it is possible to build a fractional factorial design
in R? That is, suppose that we want do design an experiment with 3 factors
with 2, 3 and 3 levels, respectivly. However we want to consider, let's say,
only 6 from all possible level combinations. Does R design such experiment?
Thanks in advance,
Caio
[[alternative HTML version deleted]]
2005 Aug 05
3
Survey: SYSLINUX: 2.13 works, 3.0x don't
Okay, this applies particularly to SYSLINUX, not ISO/PXE/EXTLINUX.
If you have a system on which 2.13 boots and 3.0x don't, I would like to
get as much information as possible about it. In particular, I would
like to know:
- What device are you booting from (floppy, USB, IDE harddrive...)
- Motherboard manufacturer/model
- CPU manufacturer/model (a dump of /proc/cpuinfo would
2008 Jan 25
3
function code
R-help,
Sorry for this question (I guess it has been addressed before but
I could not find it in the archives)
but how can I see a function code
when the following comes up:
> svymean
function (x, design, na.rm = FALSE, ...)
{
.svycheck(design)
UseMethod("svymean", design)
}
<environment: namespace:survey>
Thanks in advance
2009 Aug 13
1
Class design as used in package graphics
Dear developeRs,
I just discovered the function plot.design in package graphics that acts as
a method for class design - the second time I come across a class design
outside my own packages. (The first time was in package conf.design, where
Bill Venables encouraged me to ignore it because he does not really use it.)
Where can I find out more about the nat...
2006 Apr 30
13
Programming with designers in mind
Gents,
We''re hard at work on a new Rails app. We''re a small group of
developers...not a web designer in the bunch. We know CSS enough to be
dangerous, but we shy away from the "softer" skills (all the while
envious of those with that capability).
We intend to grow our application in terms of functionality, but I need
to make sure we keep an eye towards "prettying it up"...
2001 Nov 22
1
fac.design
Dear all,
I am trying to find a R version of the S+ routine fac.design. In the help
of the package conf.design fac.design is listed under "see also". Any clues
as to where (which package) I can find fac.design?
thanks
Steve.
Steven Higgins
Department of Ecological Modelling
UFZ - Centre for Environmental Research Leipzig-Halle
Permoserstrasse 15
D-04318 Lei...
2002 Apr 29
1
Release of Design library; update of Hmisc library
The Design library has been fully ported to R except for Cox proportional hazards regression modeling (using Therneau's survival package) which will be available in about two weeks. It will take much longer to make all the example code executable, is it currently contains many examples for which data are...
2002 Apr 29
1
Release of Design library; update of Hmisc library
The Design library has been fully ported to R except for Cox proportional hazards regression modeling (using Therneau's survival package) which will be available in about two weeks. It will take much longer to make all the example code executable, is it currently contains many examples for which data are...
2000 Dec 13
2
randomized block design and two-way factorial design
I am still a little unclear in the difference between
randomized block design and two-way factorial design
after consulting a few books, including John Rice
Mathematical Statistics and Data Analysis.
Both put observations in cells corresponding to two factors
of many levels. Both use the same computer program to analyze
data.
It seems that randomized block design can hav...
2007 Oct 10
2
how to generate and evaluate a design using Algdesign
Hi,
I have some problems when using AlgDesign->optFederov() generating
designs.
I have 6 variables, all factors. 3^2 and 4^4, I want to have a design that
can take care of main effects and two interactions within 2 pair of
variables v3-v4 and v5-v6, the following is the code
################
require(AlgDesign)
set.seed(1)
levels = c(v...