search for: rense

Displaying 20 results from an estimated 24 matches for "rense".

Did you mean: sense
2008 Aug 05
2
Adding .PDF files to a package
...ck', no links seems to be present. All checks are OK, but no vignette or whatever appears in the help-files of the package. Clearly, I'm missing something. I would really appreciate some pointers on how to integrate an 'additional' pdf file to my package. Thanks in advance, Rense Nieuwenhuis
2006 Aug 26
2
Importing data from clipboard on Mac OSX
...ssage: read.delim("clipboard") Error in file(file, "r") : unable to open connection In addition: Warning message: unable to contact X11 display Obviously, I'm not running R using X11. I'm wondering, can I import data from the clipboard on MacosX? Thanks in advance, Rense Nieuwenhuis > version _ platform powerpc-apple-darwin8.6.0 arch powerpc os darwin8.6.0 system powerpc, darwin8.6.0 status major 2 minor 3.0 year 2006 month 04 day 24 svn rev 37909 languag...
2007 Apr 06
2
plotting multilevel / lme lines
...would than consist of several lines that each represent one group. I can't find such a plotting function. I could write such a function myself, based on ranef() and fixef(), but it would be a waste of time if such a function would already exist. Does any of you such a function? Regards, Rense Nieuwenhuis
2007 Dec 07
2
Same regression per sub-group: apply?
...is clustered according to `Country', but not so for the predictors. The error message I received: Error in tapply(dat, dat$COUNTRY, function(x) glm(participate ~ FEMALE + : arguments must have same length > Could you please help me solving this little problem? Thanks in advance: Rense Nieuwenhuis [[alternative HTML version deleted]]
2010 Jan 11
2
warning inside loop
...data>> <<estimate model>> <<<evaluate whether estimation produced warning>>> <<extract model parameters, and store whether warning occured>> } I hope any one can give some guidelines on how to deal with warnings inside a loop. With Kind regards, Rense *Although I use the lme4 package for that actual analysis, I sent my question to this mailinglist (instead of the R mixed list) because I believe this is a general issue, rather than one associated exclusively with mixed models. -- View this message in context: http://n4.nabble.com/warning-in...
2006 Nov 16
4
rake db:migrate problem
I am just starting out learning RoR. I am trying to follow along with the Depot project in "Agile Web Development With Rails ed2" and get the error "You have a nil object when you didn''t expect it! You might have expected an instance of Array. The error occured while evaluating nil.[]" I ran --trace and get the following, but I am not sure what it means. Can
2007 Jul 30
1
Extract random part of summary nlme
...I want to extract from the summary (or the full model) the part stating the random parameters. More specifically, I want to extract from the summary the following: (Intercept) 0.2869401 (Intr) typeSngl 0.2791040 -0.617 Residual 0.7302233 How could this be done? Thanks for the effort, Rense Nieuwenhuis Linear mixed-effects model fit by REML Data: Exam AIC BIC logLik 9158.56 9234.241 -4567.28 Random effects: Formula: ~type | school Structure: General positive-definite, Log-Cholesky parametrization StdDev Corr (Intercept) 0.2869401 (Intr)...
2006 Sep 26
2
Statistical data and Map-package
...correspond to the order in which the polygons are drawn. Since some of the full world-map isn't drawn this time, the color-vector doesn't correspond anymore. This results in the coloring of the wrong countries. Does anybody know of a way to solve this? Thanks very much in advance, Rense Nieuwenhuis [[alternative HTML version deleted]]
2007 Jun 10
1
{nlme} Multilevel estimation heteroscedasticity
...re general: VarFunc) of lme returns a single value, representing a coëfficiënt along which variance is increasing / decreasing? - In general: how can a variance-component / heteroscedasticity be made dependent on some level-2 variable (school level in my examples) ? Many thanks in advance, Rense Nieuwenhuis [[alternative HTML version deleted]]
2007 Apr 16
1
Modelling Heteroscedastic Multilevel Models
...differ between men and women (so, on the first level). In order to model this, I want the 'Sex'-variable to be random on the first level, as described in Snijders & Bosker, page 110. Does anybody know if this is possible and how this can be done using R? Many thanks in advance. Rense Nieuwenhuis PS. Please excuse me for not providing a self-contained example. I couldn't find a data-set in the lme4-package that fitted my question. [[alternative HTML version deleted]]
2006 May 19
1
Weird LM behaviour
...ers). How is this possible? Is this a rounding-problem or is it the way R creates the linear model? Using SPSS results in b-values of zero. I'm using R 2.3 on MacOS 10.4.6, on a G4 processor. The syntax I used is printed below. Any explanations of this behaviour are really appreciated. Rense Nieuwenhuis #-------------------------- x <- c(0,1,1) y <- c(2,1,3) plot(x,y) b <- 1 length <- 100 for(i in 1:length) { x[1] <- i/length model <- lm(y~x) b[i] <- model$coefficients[2] } plot(b) #---------------- [[alternative HTML version deleted]]
2007 Jul 31
1
Extracting random parameters from summary lme and lmer
...andom parameters. More specifically, I want to extract from the summary the following: (Intercept) 0.2869401 (Intr) typeSngl 0.2791040 -0.617 Residual 0.7302233 How could this be done, and how can the same be done using the lmer- function from the lme4-package? Thanks for the effort, Rense Nieuwenhuis Linear mixed-effects model fit by REML Data: Exam AIC BIC logLik 9158.56 9234.241 -4567.28 Random effects: Formula: ~type | school Structure: General positive-definite, Log-Cholesky parametrization StdDev Corr (Intercept) 0.2869401 (Intr)...
2006 Aug 22
1
Total (un)standardized effects in SEM?
...ect effects (standardized and unstandardized) in the output. Can I create these effects using R? I know how to calculate them 'by hand', but I'd like to be able to do it automatically. If one of you is able to give some information, I'd be very gratefull, with high regards, Rense Nieuwenhuis
2006 May 15
2
A question on memory size
Hi, I am using a note book computer to do simulation. Even I added a commend line in the shortcut on my desktop for R. I still get a message saying reached total memory allocation of 502 Mb. Any suggestions will be welcome. Nancy -- Nancy C.H. Lo, Ph.D Southwest Fisheries Science Center 8604 La Jolla Shores Dr. La Jolla, CA 92037 858-546-7123(o) 858-546-5656(x)
2007 Jan 22
1
Compare effects between lm-models
...present. Below is an example of what I mean. In model2, the variable z is added, which is hypothesized to partly explain the effect of x. Indeed, the effect of x decreases in model2, compared to model1. What I want to find out, is if this decrease is statistically significant. Many thanks, Rense x <- c(1,1,1,1,1,2,2,2,2,2,3,4,4,4,5) z <- c(2,2,2,2,2,2,2,2,3,3,3,3,4,4,5) y <- c(1,2,2,2,3,3,3,3,4,4,4,5,5,5,5) model1 <- lm(y~x) model2 <- lm(y~x+z) [[alternative HTML version deleted]]
2007 Jul 30
0
Extracting random parameters from summary lme
...I want to extract from the summary (or the full model) the part stating the random parameters. More specifically, I want to extract from the summary the following: (Intercept) 0.2869401 (Intr) typeSngl 0.2791040 -0.617 Residual 0.7302233 How could this be done? Thanks for the effort, Rense Nieuwenhuis Linear mixed-effects model fit by REML Data: Exam AIC BIC logLik 9158.56 9234.241 -4567.28 Random effects: Formula: ~type | school Structure: General positive-definite, Log-Cholesky parametrization StdDev Corr (Intercept) 0.2869401 (Intr)...
2008 Jan 15
0
NLME / LMER: Multiple Membership Models
...spondents moved at the same time, so weight-factors need to be applied to contexts Does any of you have ideas on how to estimate such models? Preferably using the NLME / LMER packages. In the literature these kinds of models are referred to as multiple membership models. Thanks in advance, Rense Nieuwenhuis
2011 Mar 20
3
How to draw a map of Europe?
Hi R users, I need to draw a map of select European countries with country names shown on the map. Does anyone know how to do this in R? Also, is it possible to draw a historical map of European countries using R? Thanks a lot for your help. Maomao [[alternative HTML version deleted]]
2008 Jan 06
3
Importing data
Hi, I'm trying to import categorical data from SPSS to R using the script: xxx <-spss.get("xxx.por", use.value.labels=TRUE) but unfortunately am getting an error message 'error reading portable-file dictionary'. I have successfully imported data in the past. What could be the problem with this data? Thanks Simo
2015 Nov 26
1
Issues starting RStudio Server and release file expiration under Debian (Jessie)
Hi! I am a new user of Debian and am having an issue loading RStudio Server, which may or may not be related to a previous 'Release file expiration error' when trying to perform apt-get update prior to installing r-base into my remote Debian system. E: Release file for http://mirror.optus.net/debian/dists/jessie-updates/InRelease is expired (invalid since 13d 17h 49min 2s). Updates for