  | |  | rhelp | Dear R-helpers
When installing a source package I can suppress the compilation of .chm
files by using the --docs "normal " option. Is it also possible to suppress
the creation and checking of .chm fil
All
I 've written some functions that use a list and a
list of sub-lists and I 'm running into memory problems
even after changing memory.limit. Does it make
any difference to the handling of meHello to all users and wizards.
I am regulary using 'boxplot ' function or its analogue - 'bwplot ' from
the 'lattice ' library. But they are as far as I understand totally
flawed in functionality hello
is R able to suppress tick labels (not tick marks)? i know there is a way
around this with axes F and then draw new axes but it would be easier to
suppress them in the first place.
--
--------Dear R-helpers
I made the package depmix for fitting hidden markov models.
After updating R to version 2.2.0 on my PC I got the following error when
installing the package from a local directory. OneDear all
Trying to produce 4 maImage plots (marray package) on the same device (2 on
the top and 2 on the bottom) with the layout() function or the split.screen()
function we are facing the followiHi
I 'm trying to get maximum likelihood estimates of \alpha \beta_0 and
\beta_1 this can be achieved by solving the following three equations
n / \alpha + \sum\limits_{i 1}^{n} ln(\psihat(i)) -Dear Sunil
There are 7*8/2 28 raw moments among the 7 observed variables. Of these
6*7/2 21 are used for the moments among the 6 fixed-exogenous variables
leaving 28 - 21 7 df. You model hasDear R-brains
I 'm rather new to state-space models and would benefit from the extra
confidence in using the excellent package sspir.
In a one-factor model If I am trying to do a simple regression
Let us say I have a time series I want to forecast. I have decided I am
going to use ppr nnet and svm. I calibrate my model with these 3 algorithms
(let us assume I use all the data for the calibratOn Wed 30 Nov 2005 Erin Hodgess wrote
> Dear R People
>
> I wanted to use the package "its " this afternoon.
>
> I 'm using R Version 2.2.0 for Windows.
>
> I was able to install the package but r HI LIST
i am a new R user i am trying to make a model which will give me output in probability which will take predictors and predictand serie as input and and give me output in terms ofHey there
I have two vectors
y <- c(0.4 0.0 0.2 -0.2 -0.6 0.2 0.0 0.0 0.4 0.4 0.2)
In the vector y I want to access (in the order given) all of the values in
between each of the speciI 'm trying to fit a generalized mixed effects model to a data set where
each subject has paired categorical responses y (so I 'm trying to use a
binomial logit link). There are about 183 observations aHi
I am running a structural equation model with R using the sem command am
getting the following error
"Error in sem.default The model has negative degrees of freedom -4 "
My model is as foI have another issue.i have a function which calculates the log2(col i
/col2) value where i stands for columns 3 4 ...etc.
data <-read.table( "table.txt " header TRUE)
iratio <-function(x){
for(n in 3Dear R People
I wanted to use the package "its " this afternoon.
I 'm using R Version 2.2.0 for Windows.
I was able to install the package but ran into trouble at
the "library " command. Here is th(re-formulate re-send without html)
for vector y c(1 2 3 4 5) H 0.66 manual
calculations
using the equations below give a
c(1 1.66 2.55 3.51 4.50).
KalmanRun with these parameters givI am trying to replace a spreadsheet model of a project justification
with an R script.
I can 't seem to track down R functions to calculate Internal Rate of
Return and NPV? Am I missing something?Can someone please explain why this wont plot. The cats example given
for the colAUC function will plot.
Many thanks again
tom
#########################
library(caTools)
a <-rnorm(100)
b <-rbinom(100 hi all
I load a table with headers that enable me to acces it by the column names
tab <-read.table( "blob/data.dat " h T)
attach(tab)
everythings are OK but i try to sort this table against one of Hi everybody
I am using R 2.2.0 under OS X 10.3.9.
And I am working on the "hclust " function from the package STATS.
Inside I found a call to a Fortran program hclust.f that I was able to
find intHello
With the new version 2.2.0 I get strange plots when using the
histogram-like option in plot(). For example a plot of binomial
probabilities
> plot(0 10 dbinom(0 10 10 .1) type "h " lw Thanks to Gabor Duncan and Peter. I knew the answer had something to
do with solving for a and b in terms of mean and variance. I will build
a function using the equations you provided Duncan andDear R helpers
I 'm using R2.2 under windows XP professional on a Dell double processor
workstation.
I have a large (29Mb) workspace that I 'm trying to load both by double
clicking and by direct loadHello everybody
after consulting V.Ricci 's paper ( "Rappresentazione analitica delle
distribuzioni statistiche con R " / Analytical representation of statistical
distributions in R) i would like to I apologise for asking this question here but I am hoping that someone
can either give me direct guidance and/or point me to a better group for
this type of disucssion.
I have what I feel should be aApropos the question about permutation tests in multiple regression
We do have perm.test in package ExactRankTests but it does one- and
two-sample tests as in t.test wilcox.test etc. There doesnHi
I am calculating coefficient of variance (CV) for my ELISA 's data. For
normal values I use the standard formula CV SD/Mean * 100. Now I
would like to calculate CV for log values. Can any o I am trying to mimic the SAS code below in R. The trick is that each
row in the dataset has variable "t " which controls how many times the
do-loop below will be iterated (that is the model is fit  |
|
 |