search for: subsettable

Displaying 20 results from an estimated 120 matches for "subsettable".

2009 Dec 20
3
Object of type 'closure' not subsettable
Hi all, How can I overcome the error "object of type 'closure' not subsettable" I ran the following script seq <- paste(seq(1914, 1916, by=1), "*.y", sep=".") # make sequence c <- 3 # total number of files d2 <- file # creates dummy file # Input sequence in loop for (i in 1:3){ list <- list.files("~/ukcp09/txt/x.djf", seq[[i]])...
2010 Jan 14
1
Error: object of type 'closure' is not subsettable
Hi everyone, Would somebody please explain (or point me to a reference that explains) the following error: "Error: object of type 'closure' is not subsettable" I was trying to use rep() to replicate a function: > example_function <- function() { return(TRUE) } > rep(example_function, 3) Error: object of type 'closure' is not subsettable But I just cannot understand this error. I can combine functions using "c" witho...
2006 Sep 13
1
Updating lmer - object is not subsettable?
...") model.2<-lmer(Response ~ 1 + (1|Trial), data=exp.data, method="ML") When I attempt to update model.2 with simulated data, however, I get the following error: sim.data<-unlist(simulate(model.1)) sim.model.2<-update(model.2, sim.data~.) Error in x[[3]] : object is not subsettable Now, the following sim.model.1<-update(model.1, sim.data~.) appears to work just fine. Does anyone know why update won't work, and is there something I can do about this? -Jarrett
2010 Mar 19
1
Sweave and " object of type 'closure' is not subsettable" error
...ot;,"alto")) tapply(Pa1,ingreso,summary) boxplot(Pa1~ingreso) and it works fine.  However, when I "Sweave" through an rnw file containing that code, R gives me the following error: Error:  chunk 19 (label=cod3.19) Error in object[[i]] : object of type 'closure' is not subsettable What's going on here? Thanks in advance, jlrp [[alternative HTML version deleted]]
2012 Apr 03
1
object of type 'S4' is not subsettable
...e. However, the johansen procedure works with S4 objects with which subsetting does not seem to work. Any ideas how I could get R save a certain value of the output into a new object? Thousand thanks, Philipp -- View this message in context: http://r.789695.n4.nabble.com/object-of-type-S4-is-not-subsettable-tp4529063p4529063.html Sent from the R help mailing list archive at Nabble.com.
2012 Nov 27
1
Problem in Starting R Server - object of type 'closure' is not subsettable
...k'. I use Windows 7. And my codes are following, > library(Rook) > myD3dir <- 'D:\\STUDIES\\Java script\\d3-master' > s <- Rhttpd$new > s$start(quiet=TRUE) and i get the following error for the above line, Error in s$start : object of type 'closure' is not subsettable I have no idea what this error is. I am a starter in R. Please help to solve this issue. Thanks in advance Regards, Manoj G -- View this message in context: http://r.789695.n4.nabble.com/Problem-in-Starting-R-Server-object-of-type-closure-is-not-subsettable-tp4650931.html Sent from the R h...
2011 Aug 18
3
Error message: object of type 'closure' is not subsettable
...ion(kappahat, rhohat, etahat, thetahat, v0hat) {sum(difference(k, t, S0, X, r, implvol, q, kappahat, rhohat, etahat, thetahat, v0hat)^2)} > nlminb(start=list(kappa, rho, eta, theta, v0), objective = y, lower =lb, > upper =ub) Error in dots[[1L]][[1L]] : object of type 'closure' is not subsettable And I don't know what this mean and what I am doing wrong. Can anyone help me? Here is my code and data set. Best Rikke http://r.789695.n4.nabble.com/file/n3752886/S%26P_500_calls%2C_jan-jun_2010.csv S%26P_500_calls%2C_jan-jun_2010.csv marketdata <- read.csv(file="S&P 500 cal...
2013 Mar 14
1
error: object of type 'closure' is not subsettable
...ifferenz"] + print(median(measurement)) + wilcox.test(measurement,mu=0) + } + } I get the error massage: error in table[mytable[, "bed"] == cond & mytable[, "dye"] == dye, "differenz"] : object of type 'closure' is not subsettable I am beginner with R, so I didn?t write this script myself. What is meant with 'closure' and how can I solve this? I started also another script (this time by myself) but for sure it is much more work to do this in comparison to the other script: # con (condition) #1: Standart-hoch #2:...
2007 Mar 01
1
object is not subsettable
...ided as an monography- accompanying file at http://www.bioconductor.org/docs/mogr/metadata: ################################## R> hasChr <- eapply(GOTERM, function(x) + x[grep("chromosome", Term(x))]) Error in x[grep("chromosome", Term(x))] : object is not subsettable ################################## I have run the command in the (PPC) Mac OS X R 2.4.1 and (AMD Ubuntu) Linux R 2.4.0 with the same result so it shouldn't be any distribution-dependent problem. Obviously the "metaOverview.R" is not up-to-date since I had few problems before as...
2008 Sep 06
0
LME prediction - object not subsettable?
I fit a random effects linear model to data, and then tried to use it to predict, but I got this error: > predict(lmeObject, newdata, level=0) Error in eval(mCall$fixed)[-2] : object is not subsettable This is a new error for me. It still occurs if I change the level to 1 or if I change the data for prediction back to the original dataset to which the lme model was fitted. Can anyone help? Thank you in advance! Rebecca
2011 Apr 11
0
Package fgui returns error: Object of type closure is not subsettable
...tics of the relevant variables from the data input using the first function. All the functions are working fine in R console. However, when I tried to use the 'guiv' function from the 'fgui' package, the last two functions are returning the error: 'Object of type closure is not subsettable'. The guiv function just provides a GUI to enter the function arguments. guiv works well with the first function but returns an error only with the second and third functions. What could be the reason? Could it be because of the use of regular expressions? Thanks Nikhil [[alternative HTML...
2012 Jan 16
0
Package: Waveslim Error: The object is this type is not subsettable
...er bound,lower bound) but I am getting a message: no method for coercing this S4 class to a vector. What does this mean?I have installed waveslim 1.6.4 version. Thanks in Advance! -- View this message in context: http://r.789695.n4.nabble.com/Package-Waveslim-Error-The-object-is-this-type-is-not-subsettable-tp4300319p4300319.html Sent from the R help mailing list archive at Nabble.com.
2004 Feb 11
6
Spelling (PR#6570)
I came across this in connection with an unrelated issue > beta[2] Error in beta[2] : object is not subsettable > beta[2] <- 5 Error in "[<-"(`*tmp*`, 2, value = 5) : object is not subsetable One of the messages must be wrong, but I need a native English speaker to tell me which one. -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2...
2005 Jun 03
2
reading tables into R
I have been using R and Perl. When I read in a text file using the read.table option, and I try to mathematically manipulate the individual elements in the table, I keep getting an "object is not subsettable" error. If I try to use a different method, it works, but takes too much time(basically, I then need to read in values individually into R instead of as a 2D array, so the number of function calls from Perl to R is very large). Could you suggest another method whereby I could read an entire ma...
2011 Oct 26
2
Error in summary.mlm: formula not subsettable
When I fit a multivariate linear model, and the formula is defined outside the call to lm(), the method summary.mlm() fails. This works well: > y <- matrix(rnorm(20),nrow=10) > x <- matrix(rnorm(10)) > mod1 <- lm(y~x) > summary(mod1) ... But this does not: > f <- y~x > mod2 <- lm(f) > summary(mod2) Error en object$call$formula[[2L]] <- object$terms[[2L]]
2012 Feb 15
5
Abrir multiples archivos
...in 1:length(a)) { file[i]<-open.ncdf(paste(''/Users/jaime/Desktop/2008/'',a[i],sep='''')) } Obteniendo el siguiente error: Error en file[i] <- open.ncdf(paste("/Users/jaime/Desktop//2008/", : object of type ''closure'' is not subsettable Mi intención es que file[1] sea el primer archivo que se abre, file[2] el segundo y así sucesivamente, pero obviamente estoy haciendo algo mal y no sé lo que es. Gracias por vuestra ayuda. Saludos Jaime [[alternative HTML version deleted]]
2007 Feb 14
3
Putting splom in a function
...splom(~data[,cols], groups = as.symbol(groups), data = data, panel = panel.superpose, col=colors) } and then call it like in multi.scatterplot(iris,"Species",1:4,c("green","blue","red")) but the problem is: Error in form$groups[form$subscr] : object is not subsettable if I use groups = groups instead of groups = as.symbol(groups) shomthing is plotted, but not the correct scatterplot. I think the problem is that I don't cast the 'groups' variable to the correct type. Besides as.symbol() I tried also as.expression(), beca...
2010 Feb 24
1
extracting results from wilcox_test (package::coin)
...oxon_test for post-hoc analysis, which also returns a LIST with sites as elements. However, when I try to extract a pvalue from the list elements, I get the following message: >sapply(Herb.Wilcox, '[[', 'p.value') Error in FUN(X[[1L]], ...) : object of type 'S4' is not subsettable First, how do I determine what the "values" (e.g., statistic, pvalue) of the model output are, because the reference manual does not say (unlike for kruskal.test)...is the value object named "p.value" or "pvalue" or "p-value"??? Is the statistic named "...
2008 Oct 09
1
R loops
...{list[j] <- grep(names(SF)[j], list.files(),value=TRUE) #character vector with the specified stress factor } } but all I'm getting is this Error in list[j] <- grep(names(SF)[j], list.files(), value = TRUE) : object of type 'builtin' is not subsettable I would like the loop to make in each round a list of the files with the pattern in the directory I'm looking in. what am i doing wrong? If I doing it for each element I'm getting the correct list. THX for the help Best Regards Assa Yeroslaviz [[alternative HTML version deleted]]
2005 Jun 03
1
reading tables into R. .
...n the table are all float values (numeric). So when I read in the file using data1 <- read.table("HAL001_HAL0015_Signals.txt"), it gets read in as a table, but when I try to manipulate an individual value as follows: data1[2 ,2] <- log(data1[2 ,2]+20) , I get the "object is not subsettable" message. This error occurs when I use R only...Perl is not being used at this point. My script needs to take input from an HTML page (using a CGI interface) which will be the name of the file to be passed onto R as a table. Since read.table isn't working within R itself, I haven't use...