Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Dear R-users, I am a novice user of .Call and am trying to use the C code in R-Ext to kickstart my learning process. All the code compiles but when I try to use .Call it gives the...
Dear useRs, Am trying to use xtable on the following data.frame and I don't get what I expect: example.table <- data.frame(rbind( c("Gender"," "," "," "), cbind(rep(" ",2),c("Male","Female"),c(3.0,4.0),c(3...
Dear R-Users: I would like to fit a multilevel model using LME such that the parameters after fitting the multilevel in two separate groups and when I use the complete data (with interactions between the grouping variable and the...
Dear all; I am trying to use HMISC imputation function to perform multiple imputations on my data and I keep on getting errors for the code given in the help files. When using "aregImpute" the error is; >f <- aregImpute(~y...
Dear R users: I have the following matrix. 0 1 1 0 1 0 2 1 0 3 0 0 I would like to spread the matrix such that whenever the row sum is greater than 1 the row is...
Dear R users, I would like to sort elements of a matrix by row and use this ordering to also sort another matrix. I am trying to post-order the means of components for a mixture model and would also...
Dear R users; I am trying to write a small program which reads in a data set, and selects observations from certain years before the analysis. I have a problem including the selection criteria in the header of the program...
Dear R users, Is it possible to use an R function accepting several arguments and returning a list in C code. I notice that in all examples only one variable is returned. Here is the C part I feel is...
dear useRs, I have several datasets which are in repeated measurements format and I would like to extract the first measurement for each individual. In some cases measurements of certain characteristics are also stacked on top of each other and...
Dear R-users: I asked a question on how I can have a universal legend in a plot and received the following result. I tried using "layout" but I can't seem to work on the "empty" plot (where I...
Dear list; This might sound a bit naive, but then I am new to linking C DLL's to R. I have built a DLL using GCC and am able to load the DLL in R (is.loaded("contents")==TRUE...
Dear R users, I am trying to convert a dataset from one format to several rectangular datasets. A consultant helped design the data entry program for our survey using Delphi/Pascal and for each household the information is stored in...
Dear R users, I am trying to convert a dataset from one format to several rectangular datasets. A consultant helped design the data entry program for our survey using Delphi/Pascal and for each household the information is stored in...
Thanks man. It did the trick. Vumani >From: Winfried Theis <theis at statistik.uni-dortmund.de> >To: Vumani Dlamini <dvumani at hotmail.com> >CC: r-help at stat.math.ethz.ch >Subject: Re: [R] subsetting based on vector >Date: Thu...
Dear listers, Am currently using MCMC approaches to estimate some parameters of my model. One parameter has to be updated using a tuned gamma distribution. So at each iteration I estimate the mean and variance of the density of the...
I am using RCMD SHLIB to make a dll from the convolve2.c code presented with R-exts. After an e-mail from Prof Ripley, I noticed that SHLIB is using a C++ compiler instead of a C compiler for...
Dear R users: I am not entirely convinced that clogit gives me the correct result when I use pspline() and maybe you could help correct me here. When I add a constant to my covariate I expect only the intercept...
Can't find what you're looking for? Try searching with Google .