Skip to content

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.

168 results for “from:Longe”

Changing the direction of axis labels on a plot
Longe · Feb 3, 2011 · r-help

Dear list, Plots generated with the plot command have labels on the vertical y axis rotated counterclockwise. How do I specify that they should be positioned horizontally (I mean each label should read from left to right)? Thank you. L.

https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models is down ?
Robert Long · Nov 9, 2023 · r-sig-mixed-models

Hello all Are the archives of this list still at https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models ? If so, then it appears to be down on my side. Or have they been moved somewhere else ? Cheers RL...

Download and parse CME data
James Long · Jun 17, 2009 · r-sig-finance

I have the need to download and parse daily futures and options data from the CME FTP server. Before I get deep into it I wanted to see if any of you have or have seen code that does this...

Julia vs nlme vs lme4 implementation of fitting linear mixed models
Robert Long · Oct 16, 2014 · r-sig-mixed-models

What are the resources that compare how linear and generalised linear mixed models are fitted in julia, lme4 and nlme in terms of the how they differ in their implementation, and what advantages/disadvantages each has. I'm asking about...

use expression() in a loop
Nanye Long · Aug 18, 2008 · r-help

Hi all, I want to do plot() in a loop to make 10 graphs, so I have some code like for (i in 1:10) { plot(... ... , xlab = expression(g[i]) ) } I expect g_1, g_2, and so on appear...

Changing the direction of axis labels on a plot
Longe · Feb 3, 2011 · r-help

On 02/03/2011 01:57 PM, Peter Alspach wrote: > Tena koe > > ?par > > and check the las argument. > > HTH .... > > Peter Alspach Thank you, Peter, and also David and William. The las argument indeed helps in setting the tick labels horizontally...

Computation of pD in R2WinBUGS
Nanye Long · Aug 11, 2008 · r-help

Hi all, About how R2WinBUGS computes pD (effective number of parameters), in the manual it says that pD = var(deviance)/2. However, I run some data set and find that the reported pD not equal to var(deviance)/2, but...

Design Matrix for Random effects
Robert Long · May 28, 2013 · r-sig-mixed-models

Hi all I would like to obtain the design matrix for the random effects, without running (g)lmer first. Could anyone help me do that ? For example, working with the sleepstudy dataset sm1 <- lmer(Reaction ~ Days + (Days|Subject), data=sleepstudy...

How to get the length of an UTF-8 string
Fán Lóng · Nov 6, 2008 · r-help

Hi there, I am intending to get the length of an UTF-8 string which contains some Japanese characters (let's say, rstr) in R language. I try to use the nchar(rstr) to get its length, however, it returns...

Mode?
LONG Yu · Nov 23, 2004 · r-help

Dear all, I want to find out the mode for a data set, anyone knows how to do it in R? I tried the codes below, but it seems too long: tt<-table(data1) #get the frequency tables of data1...

how can draw probability density plot?
LONG Yu · Nov 15, 2004 · r-help

Dear support, I want to draw a probability density plot in R. For example, I provide the mean and variance of a normal distribution, then R can provide me the probability density plot. Now I always generate random numbers of...

Splitting a vector
Long Vo · Dec 10, 2013 · r-help

This does what I needed. However, as the output is a list object, is there any way to apply a function to such object? For example if I want to compute the mean for the 4th subvectors, I can't...

Extracting the posterior distribution for a random, effect in MCMCglmm
Robert Long · Aug 6, 2012 · r-sig-mixed-models

Thanks Ned, Thierry and Jarrod My code is working nicely now. Regards Rob On 6/08/2012 4:05 PM, Ned Dochtermann wrote: > The values you're referring to in the solution part of the output (Sol) > are what for...

Please help me about the regress models!
Leon_Long · Nov 11, 2008 · r-help

I am a bigginer of R language.I need to prepare a PPT which deadline is 15 Nov. 2008. I want to build a regress model with my own formula. The formula is y=100/(1+exp(a+b*X...

3 dimensional matrix (summary)
Tony Long · Jun 15, 2001 · r-help

Thanks to all who replied. array.test <- array(1:64,c(4,4,4)) array.test[1,1,1] 1 array.test[4,4,4] 64 Cool! -- Tony Long Ecology and Evolutionary Biology Steinhaus Hall University of California at Irvine...

Reading sas7bdat files directly
Chris Long · Feb 24, 2010 · r-help

Hi Alex, 'm not an R user but I found your question during a general Google search re: SAS7BDAT files. You might like to try my free 'dsread' utility which will convert most Windows-format SAS7BDAT files to CSV. It...

Quadratic with Random Offset in One Dimension
Chris Long · Mar 3, 2012 · r-sig-mixed-models

Hi, I'm looking to fit a family of quadratics in (x,y) with a random factor offset in one variable. The model would look like this: outcome ~ x^2 + x*(y+F) + (y+F)^2 + 1 with F a...

Variance component estimation
Tony Long · Apr 21, 1999 · r-help

All: Any ideas on how to do variance component estimation, or at least get Expected Mean Sqaures out of the modeling commands. Thanks. Tony Tony Long Ecology and Evolutionary Biology Steinhaus Hall University of California at Irvine Irvine, CA 92697...

WinBUGS GUI when using R2WinBUGS
Nanye Long · Jun 7, 2008 · r-help

Hi All, I was using the function bugs() in package R2WinBUGS to call WinBUGS under Linux, and the WInBUGS window always hangs up until the program finishes. This causes a little inconvenience if I run a program which takes a...

RPostgreSQL - dbWriteTable
Chris Long · Mar 1, 2011 · r-sig-db

What's the best way to coax RPostgreSQL into writing a table to a schema other than "public"? I've tried dbWriteTable("schema.foo",data), setting search_path to "schema" etc. Nothing's worked; it's either create "foo" in...

Can't find what you're looking for? Try searching with Google .