[R] add single points to a level plot

2018-03-07 Thread lily li
Hi all, I'm trying to add single points with known coordinates to a level plot, but could not find the proper answer. I got to know that layer() function is good for this, but I don't know which package is related to this function. The source is here: https://stackoverflow.com/questions/28597149/a

[R] grepAMModelLib in package AMML not working as expected

2018-03-07 Thread Ashim Kapoor
Dear All, Here is a minimal working example : library(AMModels) mymodels <- amModelLib(description = "Simple AM Model library") dataset1 <- 1:100 dataset2 <- seq(2,200,2) model1 <- lm(dataset2~1) model2 <- lm(dataset2~ dataset1) m1 <- amModel(model = model1,comment = "Initial model.") m2 <-

Re: [R] Names of variables needed in newdata for predict.glm

2018-03-07 Thread Marc Girondot via R-help
Hi, Some try: > names(mi$xlevels) [1] "f" > all.vars(mi$formula) [1] "D" "x" "f" "Y" > names(mx$xlevels) [1] "f" > all.vars(mx$formula) [1] "D" "x" "f" When offset is indicated out of the formula, it does not work... Marc Le 07/03/2018 à 06:20, Bendix Carstensen a écrit : I would like to extr

Re: [R] Problems update version

2018-03-07 Thread Jeff Newmiller
Ubuntu standard distro is normally quite old. Read and perform the steps described at https://cran.r-project.org/bin/linux/ubuntu/ -- Sent from my phone. Please excuse my brevity. On March 6, 2018 8:15:03 PM PST, carlos alfredo barron gallardo wrote: >Hello. >I'm trying to install bioconductor