  | |  | rhelp | Recently I 've encountered a phenomenon that can be illustrated thus
> bwplot(runif(45)*100)
Depending on the random seed one or other or both of the outer tick
labels are not labelled even tHello
I want to use values from the output of linear models done using permuted
data to construct a random distribution. The problem I am having is the
extraction of a value say the p-value orNEW QUESTION Is it possible to get the commands echoed in a sink file?
ANSWER TO ADRIAN
Have you considered "sink "? This captures print results but not
the commands that generated
Hello list
I have a linear regression
ctl <- c(4.17 5.58 5.18 6.11 4.50 4.61 5.17 4.53 5.33 5.14)
trt <- c(4.81 4.17 4.41 3.59 5.87 3.83 6.03 4.89 4.32 4.69)
group <- gl(2 10 20 Dear R friends
My goal is to eliminate this specific group(1) if the # of NAs in this
group greater than
50%(specifically say greater than 3). Would you please show me how to do
it.
I have aXLSolutions Corporation (www.xlsolutions-corp.com) is proud to
announce 2-day "R/S-plus Fundamentals and Programming
Techniques " in San Diego www.xlsolutions-corp.com/training.htm
Please email usr-help@(protected)$BMM(B
$B!!!!(B
$B!!!!!!(B $B!!(B 8$B@(protected)|1_ <}F~J}K!Ds6!%a%k%^% C4Ev! 'LZB <(B
$BHi
Given a data frame
df1 application id (appid) project id (pid) person
months (pm) function points (fp)
How do I produce linear modelling results at the appid
level. That is I woI found ways to convert the entire data frame into
factors but could you please tell me a way to convert
just few particular columns from numeric to factors.
Thank you
I believe in equality Dear List
I am trying to understand how to use
jarque.bera.test() function of the "tseries " package.
A numeric vector or time series seems to be the only
argument required. What is the defaulDear R wizards
I 'm running analyses on entries residing in the database. A FOR loop
brings in entries in batches and populates a DataFrame with them.
That is on each run of the for loop theHello useRs
I 'm using version 2.0.1 on Windows XP. I have a data.frame with 3 factors
and a date. The data.frame is sorted by the 3 factors and by date. I would
like to create a new factor desDear UseRs
I 'm glad to inform that an English version of my
contribute concerning fitting distributions is now
available on CRAN
http //cran.r-project.org/doc/contrib/Ricci-distributions-en.
You are receiving this email from Integrative
Learning International because you purchased a
product/service or subscribed on our website. To
ensure that you continue to receive emails from us
Hello
I 'm very sorry for my repeated question which i asked 2 weeks ago namely
i 'm interested in possibly simple random-part specification in the call
of GLMM(...) (from lme4-package)
Sorry to bother everyone but I 've looked in all of the help files and
manuals I have and I can 't find the answer to this question. I 'm doing
principle component analysis by calculating the eigenDoes
do.call( "rbind " l2)
do what you want?
-roger
michael watson (IAH-C) wrote
> Hi
>
> We have touched on this before but I don 't think I quite got it right.
>
> So I have a lisThis should do it
matrix(unlist(mylist) nrow length(mylist) by T)
Mick
Does this do it?
mymat <- do.call( 'rbind ' l2)
rownames(mymat) <- names(l2)
Sean
On Feb 17 2005 at 9 36 AM michael watson ((IAH-C)) wrote
> Hi
>
> We have touched on this beTry
mat <- do.call( "rbind " l2)
Not sure if the names get put into the rownames automatically but if not
just do
rownames(mat) <- names(l2)
Andy
> From michael watson (IAH-C)
>
Hi
We have touched on this before but I don 't think I quite got it right.
So I have a list each element of which is a a vector of 2 numbers
> l2
$cat000_a01
[1] 0.3429944 4.5138244
$cConsider the following two specifications of a model
library( splines )
x <- 1 100
y <- rnorm( 100 )
w <- rep( 1 100 )
A <- factor( sample( 1 2 100 replace T ) )
B <- factor( sample( letteHi
A simple question again but I can 't find it by google-ing R-help.
Quite simply I want to read in the contents of a number of files using
read.table and assign the results to elements of C��zar Freitas wrote
> Hi all.
> I 'm working with a short plot (3x3 inches) but the
> results (via postscript command) are not nice. The lwd
> command don 't affect the lines (that are very larHello world
short question is there a possibility to get a list of
arguments of a function *with* variable/parameter types?
formals() gives me the names of the parameters but says
nothing a
Hi )
Was just wondering whether someone could help me with
adjustments to trellis plots (parallel).
I 've got two way multivariate data. I want to make
parallel plots for one of the factorHello
still I have difficulties with variable names in functions. I know the
famous example form help for deparse/substitute but I will give a simpler
one to explain my problem.
I know from ReiHello everyone.
I am using R 2.0.1 in windows XP sp2 and I want to create a package.
I get the following errors when I run these commands at the dos prompt.
Please help.
ThanOn Thu 17 Feb 2005 Stephen Choularton wrote
> I am working with a largish dataset of 25k lines and I am now tying to
> use predict.
>
> pred predict(cuDataGlmModel length + meanPitch + minI am working with a largish dataset of 25k lines and I am now tying to
use predict.
pred predict(cuDataGlmModel length + meanPitch + minimumPitch +
maximumPitch + meanF1 + meanF2 + meanF3 +  |
|
 |