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.

29 results for “from:K.A.”

Multilevel modeling using R
WONG, Ka Yau · Mar 16, 2009 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090317/8cc34368/attachment-0002.pl>

Multilevel modeling using R
WONG, Ka Yau · Mar 16, 2009 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090317/d9f3d43e/attachment-0002.pl>

Multilevel Modeling using R
WONG, Ka Yau · Mar 17, 2009 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090318/9ac82f7e/attachment-0002.pl>

A package to set up a questionnaire & enter data
CE.KA · Dec 10, 2008 · r-help

Hi R users, Is there a Package in R to - set up a questionnaire? - enter data? Best regards -- View this message in context: http://www.nabble.com/A-package-to-set-up-a-questionnaire---enter-data-tp20947237p20947237.html Sent from...

Fortran source code
Ka Yee Yeung · Jan 26, 2004 · r-help

Hi, I am wondering if it is possible to view the Fortran source code called by R functions. In particular, I am interested in the "leaps.setup" function in a package called "leaps", which calls Fortran functions "ssleaps", "initr" etc...

Search "Errors"
CE.KA · Mar 24, 2009 · r-help

Hi R users, I have a big program So in Rgui I can t see all the execution of it Is there a way to ask R if there is "Errors" in my program Sincerely yours -- View this message in...

map of a country and its different geographical levels
CE.KA · Nov 5, 2009 · r-help

Hi R users I need the map of France?s ? communes ? (towns) to build a map Is there a way to get it? More generally: How to do to get the map of a country and its different geographical levels...

equation of a line or curve
CE.KA · Nov 21, 2008 · r-help

Hi R users I used the function line(x,y) and line(lowess(x,y)) to see the correlation between 2 variables (x,y). Here is my question: is there a way to ask R to tell me the equation...

Multiple linear regression with constraint (imposition)
CE.KA · Oct 30, 2009 · r-help

Hi R users I want to do a multiple linear regression with R With a normal model (Y=Cste+A1*X1+A2*X2) the program would be lm(Y ~X2+X2) My model is Y=Cste+A1*X1+A2*X2...

simplify this instruction
CE.KA · Nov 19, 2008 · r-help

Hi R users, Is there a way to simplify this instruction: ifelse(B=="0","A", ifelse(B=="1","A", ifelse(B=="2","A", ifelse(B=="3","A", ifelse(B=="4","A", ifelse(B=="5","A", ifelse(B=="6","A", ifelse...

Multiple linear regression with constraint (imposition)
CE.KA · Oct 30, 2009 · r-help

Sorry there was a mistake: Hi R users I want to do a multiple linear regression with R With a normal model (Y=Cste+A1*X1+A2*X2) the program would be lm(Y~X1+X2) My model is Y...

Graphic with several curves
CE.KA · Mar 23, 2009 · r-help

Hi R users, Imagine the folowing data frame 1990 1991 1992 1 5 20 6 2 15 1 11 3 3 14 22 4 20 8 55 5 10 3 14 Is there a way to build a graphic in...

separate a variable in several variables
CE.KA · Nov 12, 2008 · r-help

Hello R users, Imagine the data frame DATA with the variable x which is composed by numeric and alpha caracters. > DATA x 1 12F 2 13 AD 3 356PO 4 1D 5 GRT 6 PO52 7 LN4Z Is there a...

[Bioc-devel] networkBMA package
Ka Yee Yeung · Jul 26, 2020 · bioc-devel

Hi, I'm the maintainer of the "networkBMA" package. My package has the following message on the 3.11 release page: "Important note to the maintainer of the networkBMA package: An error occured while trying to generate the citation from...

I want my row name to be a variable
CE.KA · Nov 15, 2008 · r-help

Hi R users Imagine this data.frame: >X Var1 Var2 A 22 13 B 5 2 C 12 8 D 1 99 A,B,C,D are the rows names (or index) Is there a way to create a new...

installing R on Red Hat 7.1
Ka Yee Yeung · Jun 13, 2002 · r-help

Hello, I'm having trouble installing R from the binary to my red hat 7.1 box. There are 2 rpm files on the web site: R-base-1.5.0-1.i386.rpm R-recommended-1.5.0-1...

map of a country and its different geographical levels
CE.KA · Nov 7, 2009 · r-help

Hi Greg I downloaded the file "france.shapefiles.zip" Then i unziped it. There were 4 files interesting me: - france_administrative.dbf - france_administrative.prj - france_administrative.shp - france_administrative.shx How can i do to read the map "france...

Multiple linear regression with constraint (imposition)
CE.KA · Oct 31, 2009 · r-help

Thank you David David Winsemius wrote: > > > On Oct 30, 2009, at 7:47 PM, CE.KA wrote: > >> >> Sorry there was a mistake: > > I could not see what was different? > >> >> Hi R users >> >> I want to do a multiple linear regression...

[Rcpp-devel] Installing RcppArmadillo on Cygwin (windows 8)
Ka Yee Yeung · Feb 19, 2014 · rcpp-devel

Hi, I am wondering if anybody has successfully installed RcppArmadillo version 0.4.000.2 using Cygwin on Windows 8 and R 3.0.2. I can install the package inside R version 3.0.2, but when I try...

How to built a pivot table of value
CE.KA · Dec 1, 2012 · r-help

Hi R users Imagine the table "base": p=c("d","d","b","b","a","a") q=c("v1","v2","v1","v2","v1","v2") r=c(5,2,4,8,9,7) base=data.frame(p,q,r) base p q...

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