Re: [R] Error: could not find function of a packge

2017-05-24 Thread Duncan Murdoch
On 24/05/2017 5:11 PM, Maity, Arnab K wrote: Dear R helpers, I created a package on github. It is located at "arnabkrmaity/brlrmr". Then I submitted this on CRAN and it is now available on CRAN. When I install this package from github using install.github("arnabkrmaity\brlrmr"), everything

[R] Error: could not find function of a packge

2017-05-24 Thread Maity, Arnab K
Dear R helpers, I created a package on github. It is located at "arnabkrmaity/brlrmr". Then I submitted this on CRAN and it is now available on CRAN. When I install this package from github using install.github("arnabkrmaity\brlrmr"), everything works fine. However, when I install directly f

Re: [R] Error: could not find function "ap"

2017-03-25 Thread Frederic Ntirenganya
Hi > > Did you define function ap? > > Cheers > Petr > > > -Original Message- > > From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Frederic > > Ntirenganya > > Sent: Friday, March 24, 2017 1:18 PM > > To: r-help@r-project.org

Re: [R] Error: could not find function "ap"

2017-03-24 Thread PIKAL Petr
Hi Did you define function ap? Cheers Petr > -Original Message- > From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Frederic > Ntirenganya > Sent: Friday, March 24, 2017 1:18 PM > To: r-help@r-project.org > Subject: [R] Error: could not find function

[R] Error: could not find function "ap"

2017-03-24 Thread Frederic Ntirenganya
Dear All, I hope you are doing well. I am new in using evapotranspiration packages and got the following error: Error: could not find function "ap" The code I am using and data are: dat1<-read.csv("/home/fredo/Documents/Meteo Data/Meteo Rwa data.csv",header=T,na.string="") dat1$u.daily<-da

Re: [R] Error: could not find function "VectorSource" in package tm

2015-12-30 Thread Duncan Murdoch
On 30/12/2015 2:32 PM, David Brand wrote: Error: could not find function "VectorSource" in package tm Windows 64bit using Rstudio please advise If you want advice about the error message, you need to tell us what you did to produce it. Duncan Murdoch __

Re: [R] Error: could not find function "VectorSource" in package tm

2015-12-30 Thread boB Rudis
Do you have any code? Any more logs from the error? It's hard to help when you've provided little more than an error message. What does the output of: library(tm) docs <- c("This is a text.", "This another one.") (vs <- VectorSource(docs)) generate? On Wed, Dec 30, 2015 at 2:32 PM, Davi

Re: [R] Error: could not find function "VectorSource" in package tm

2015-12-30 Thread Sarah Goslee
What did you do to get that error? Is tm installed? Is tm loaded? What does library(tm) return? And sessionInfo() ? On Wed, Dec 30, 2015 at 2:32 PM, David Brand <9rogr4m...@gmail.com> wrote: > Error: could not find function "VectorSource" in package tm > > Windows 64bit using Rstudio > > please

[R] Error: could not find function "VectorSource" in package tm

2015-12-30 Thread David Brand
Error: could not find function "VectorSource" in package tm Windows 64bit using Rstudio please advise thanks David [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/

Re: [R] Error: could not find function "invlogit" and "bayesglm"

2013-04-17 Thread Berend Hasselman
On 17-04-2013, at 10:08, "S'dumo Masango" wrote: > I have installed the arm package and its dependents (e.g MATRIX, etc), but > cannot use the functions "invlogit" and "bayesglm" because it gives me the > error message "Error: could not find function "invlogit" or Error: could not > find functio

Re: [R] Error: could not find function "invlogit" and "bayesglm"

2013-04-17 Thread Jorge I Velez
Hi Carrington, You also need the boot package (see http://stat.ethz.ch/R-manual/R-patched/library/boot/html/inv.logit.html ) As for the other function, please load the arm package, e.g., require(arm) require(boot) and then you will be able to use the functions mentioned below. HTH, Jorge.- O

Re: [R] Error: could not find function "invlogit" and "bayesglm"

2013-04-17 Thread John Kane
Have you loaded it? library(arm) John Kane Kingston ON Canada > -Original Message- > From: masan...@uniswa.sz > Sent: Wed, 17 Apr 2013 10:08:39 +0200 > To: r-help@r-project.org > Subject: [R] Error: could not find function "invlogit" and "bayesglm" &g

[R] Error: could not find function "invlogit" and "bayesglm"

2013-04-17 Thread S'dumo Masango
I have installed the arm package and its dependents (e.g MATRIX, etc), but cannot use the functions "invlogit" and "bayesglm" because it gives me the error message "Error: could not find function "invlogit" or Error: could not find function "invlogit". What could be the problem. Regards Car

Re: [R] Error: could not find function "loadObject"

2012-07-24 Thread DVigneault
In case anyone else ever runs into this problem, I was able to get in touch with the publisher of the software, who suggested that I had not installed the R.utils package. The following two commands fixed the problem. install.packages("R.utils") library("R.utils") -- View this message in conte

Re: [R] Error: could not find function "loadObject"

2012-07-24 Thread DVigneault
Thanks, Pascal, for getting back! I did load the package, but I get an error, as follows: > library("ChemoSpec") Package SparseM (0.96) loaded. To cite, see citation("SparseM") Warning message: replacing previous import ‘panel.lines’ when loading ‘lattice’ Is this where the problem i

Re: [R] Error: could not find function "loadObject"

2012-07-23 Thread Pascal Oettli
Hello, Did you run the following first? > library(ChemoSpec) Regards Pascal Le 24/07/2012 06:33, DVigneault a écrit : Hey all-- I'm brand new to R, and have just installed the ChemoSpec because I'd like to do PCA of NMR datasets. I was following along with the vignette and trying to load t

[R] Error: could not find function "loadObject"

2012-07-23 Thread DVigneault
Hey all-- I'm brand new to R, and have just installed the ChemoSpec because I'd like to do PCA of NMR datasets. I was following along with the vignette and trying to load the sample data as follows... NMRTest <- loadObject("SrE.NMR.RData") ...and got the following error message: Error: could n

Re: [R] Error: could not find function

2012-06-28 Thread Jeff Newmiller
Workspaces do not store loaded packages. It is necessary to re-execute the library functions for each session, even if you re-load the workspace. Also, environment variables defined within R must be redefined using the same R Sys.setenv() function calls as originally used. This is why keeping a

Re: [R] Error: could not find function

2012-06-28 Thread Özgür Asar
How do I load the package again (install it from server again?) library(omega) there a way to check which workspace was used in history? Unless you do not save it, you will use a fresh one. Ozgur -- View this message in context: http://r.789695.n4.nabble.com/Error-could-not-find-function-tp

Re: [R] Error: could not find function

2012-06-28 Thread Pascal Oettli
Hello, To load the package: > library(name_of_package) Regards Le 12/06/28 20:02, codec cat a écrit : I was using omega function How do I load the package again (install it from server again?) and is there a way to check which workspace was used in history? On 28 June 2012 10:45, Pascal

Re: [R] Error: could not find function

2012-06-28 Thread codec cat
I was using omega function How do I load the package again (install it from server again?) and is there a way to check which workspace was used in history? On 28 June 2012 10:45, Pascal Oettli wrote: > Hello, > > Which function? > > Regards > > Le 12/06/28 18:29, codec cat a écrit : > >> Hi >

Re: [R] Error: could not find function

2012-06-28 Thread Özgür Asar
Dear codec cat, Once you installed an R package, you do not have to install it again. But, you have to load the package when you change your workspace. Best Ozgur -- View this message in context: http://r.789695.n4.nabble.com/Error-could-not-find-function-tp4634716p4634726.html Sent from the R

Re: [R] Error: could not find function

2012-06-28 Thread Pascal Oettli
Hello, Which function? Regards Le 12/06/28 18:29, codec cat a écrit : Hi Do I have to load/download the whole package over and over again everytime when I use the R-Project? It often prompt me the error message "could not find function"- but I'm rather sure I have used the function before so

[R] Error: could not find function

2012-06-28 Thread codec cat
Hi Do I have to load/download the whole package over and over again everytime when I use the R-Project? It often prompt me the error message "could not find function"- but I'm rather sure I have used the function before so I'm not entirely sure it couldn't find it again when I shut down the compu

Re: [R] Error: could not find function "hier.part"

2012-02-29 Thread Amay
Thank you Michael. I also wrote to the author of this program, Palph, he suggested the same thing. It worked!! It is a very useful tool. In case for someone who is interested, I found the package here: http://cran.r-project.org/web/packages/hier.part/ -- View this message in context: http://r

Re: [R] Error: could not find function "hier.part"

2012-02-28 Thread R. Michael Weylandt
It would seem that hier.part is not in the gtools packagedo you have some reference that suggests otherwise? I don't know the function, but I might suggest you check the hier.part package (also on CRAN). Michael On Tue, Feb 28, 2012 at 4:27 PM, haiyan wrote: > Error: could not find function

[R] Error: could not find function "hier.part"

2012-02-28 Thread haiyan
Error: could not find function "hier.part" things I have tried: 1. reinstall R (lastest version, on windows XP) 2. install package "gtools" 3. include: library(gtools) require(gtools) 4. how I call this function: hier.part(c$Y, xdata, fam = "gaussian", gof = "Rsqu") 5.when I try to check what's

Re: [R] Error: could not find function "MLearn"

2011-11-07 Thread horseatingweeds
Thanks Dave. I thought I had run library(MLInterface), but I looked back, and it was library(MLearn) I was running. Silly me... It's chugging away now. -- View this message in context: http://r.789695.n4.nabble.com/Error-could-not-find-function-MLearn-tp3998805p4005626.html Sent from the R hel

Re: [R] Error: could not find function "MLearn"

2011-11-07 Thread David Winsemius
On Nov 7, 2011, at 9:30 AM, horseatingweeds wrote: I'm getting this error when I try to run the function MLearn(): Error: could not find function "MLearn" The usual reason for a newbie not getting a function is that they failed to do one of these: library(MLInterface) require(MLInterface

[R] Error: could not find function "MLearn"

2011-11-07 Thread horseatingweeds
I'm getting this error when I try to run the function MLearn(): Error: could not find function "MLearn" I have the MLInterface tools installed. But when I look for MLearn "??MLearn" but I don't find it. The closest thing I find is the method MLearn_new() under MLInterfaces. I've tried replacing M

Re: [R] Error: could not find function

2011-09-28 Thread Jeff Newmiller
Then don't define BPGC inside another function. --- Jeff Newmiller The . . Go Live... DCN: Basics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/Batteries O.O#. #.O#. with /Software/Emb

[R] Error: could not find function

2011-09-28 Thread Franckx Laurent
Dear all I have written a function, "calibrateCES", in which a function is called, "BPGC", which was written in the enclosure of "calibrateCES". Until the most recent version of my program, "calibrateCES" always used "BPGC" as planned. Following a modification which does not affect "BPGC" direc

[R] Error: could not find function.

2010-11-19 Thread Lei Zhou
Dear all, I use TinnR to write commands for R. Why sometimes I can't call some basic functions, such as "anova", "var" ? Following is my command and reponse. > anova(addative,saturated,test='Chisq') Error: could not find function "anova" Thanks:) Regards, Lei [[alternative HTML

Re: [R] Error: could not find function "extract" in package raster

2010-11-09 Thread Roger Bivand
In addition to the good advice given earlier, you may note for the future that the raster authors reply actively on the R-sig-geo list, often within minutes. So questions about the raster package may best be directed to that list. Roger Monica Pisica wrote: > > > Hi, > > I would like to use

Re: [R] Error: could not find function "extract" in package raster

2010-11-08 Thread Prof Brian Ripley
, 8 Nov 2010 08:17:48 -0800 Subject: Re: [R] Error: could not find function "extract" in package raster From: jwiley.ps...@gmail.com To: pisican...@hotmail.com CC: r-help@r-project.org Hi Monica, Evidently, there is not an "extract" function in your search path (base R,

Re: [R] Error: could not find function "extract" in package raster

2010-11-08 Thread Monica Pisica
Re: [R] Error: could not find function "extract" in package raster > From: jwiley.ps...@gmail.com > To: pisican...@hotmail.com > CC: r-help@r-project.org > > Hi Monica, > > Evidently, there is not an "extract" function in your search path > (base R, loaded

Re: [R] Error: could not find function "extract" in package raster

2010-11-08 Thread Joshua Wiley
Hi Monica, Evidently, there is not an "extract" function in your search path (base R, loaded packages, etc.). Given that you are talking about a function from a package (rather than base R), it would probably help us more if you mentioned what version of raster you have installed. You can get thi

[R] Error: could not find function "extract" in package raster

2010-11-08 Thread Monica Pisica
Hi, I would like to use the function "extract" from package raster and i get the following error: m01e <- extract(marsh01, p) Error: could not find function "extract" marsh01 is a raster object and p is an intersectExtent object that is not null. The package is installed and loaded, i use a

Re: [R] Error: could not find function "lmList"

2010-10-25 Thread Ivan Calandra
Hi, You need to update your packages (and maybe upgrade R at the same time). See the FAQ for Windows 2.8 to know how to do it correctly. Ivan Le 10/25/2010 10:14, Rosario Garcia Gil a écrit : Dear colleges, I would like to use the lmList function. I have installed the lme4 library but when I tr

[R] Error: could not find function "lmList"

2010-10-25 Thread Rosario Garcia Gil
Dear colleges, I would like to use the lmList function. I have installed the lme4 library but when I try to use the lmList function I get this error message. Error: could not find function "lmList" Here you can see what kind of messages I am getting when installing lme4 package. Does anyone k

Re: [R] Error: could not find function "ad.test"

2010-09-02 Thread Dennis Murphy
Hi: One option to search for functions in R is to download the sos package: library(sos) findFn('Anderson-Darling') On my system (Win 7), it found 51 matches. The two likeliest packages are nortest and ADGofTest. To answer your question, nortest still exists on CRAN. I can't comment on Ubuntu, b

[R] Error: could not find function "ad.test"

2010-09-02 Thread DrCJones
Hi, I'm trying to run an anderson-darling test for normality on a given variable 'Y': ad.test(Y) I think I need the 'nortest' package, but since it does not appear in any of the Ubuntu repositories for 2.10.1, I am wondering if it goes by the name of something else now? Thanks -- View this me

Re: [R] Error: could not find function "tsts" tradesys package

2010-04-14 Thread Erik Iverson
Peter Ehlers wrote: I think that this package is very much in the early stages of development. It may be that the tsts function is still just a gleam in the eyes of the developers. The paper that you cite may be ahead of code development. Yes, in my reply I assumed behind, but 'ahead' is cer

Re: [R] Error: could not find function "tsts" tradesys package

2010-04-14 Thread Peter Ehlers
I think that this package is very much in the early stages of development. It may be that the tsts function is still just a gleam in the eyes of the developers. The paper that you cite may be ahead of code development. -Peter Ehlers On 2010-04-14 10:20, dbonneau wrote: Thank you so much for y

Re: [R] Error: could not find function "tsts" tradesys package

2010-04-14 Thread Erik Iverson
You need to take this up with the package authors. After I install tradesys, and type vignette("tradesys"), I get a PDF that no longer contains the example in the PDF you reference from the web. That particular version of the PDF that you reference is probably no longer relevant to the packag

Re: [R] Error: could not find function "tsts" tradesys package

2010-04-14 Thread dbonneau
Thank you so much for your reply. On the first page of the paper, there are logics which I typed > library(tradesys) > library(TTR) > data(spx) > tail(spx) ,and it runs smoothly. But it gives me an error at x <- tsts(spx) Thanks, db -- View this message in context: http://n4.nabble.com/Erro

Re: [R] Error: could not find function "tsts" tradesys package

2010-04-14 Thread Sarah Goslee
Did you load tradesys after you installed it? library(tradesys) That seems to be a common beginner problem. Sarah On Tue, Apr 13, 2010 at 9:56 PM, dbonneau wrote: > > > Hi, I am pretty new to R and would like to follow the code in the paper > below, tradesys package. but I am stuck at the 2nd p

[R] Error: could not find function "tsts" tradesys package

2010-04-13 Thread dbonneau
Hi, I am pretty new to R and would like to follow the code in the paper below, tradesys package. but I am stuck at the 2nd page where x<-tsts(spx) is written. Could anyopne help me why I am getting an Error :"could not find function "tsts" ". I guess I need function call "tsts". where can I find

Re: [R] Error: could not find function

2010-01-23 Thread Uwe Ligges
On 23.01.2010 17:50, Remus Suciu wrote: Hi. I'm trying to create an Agresti-Coull confidence interval without using the binom package. Despite many trials, I keep getting the same problem- see below. y=334 n=1160 alpha=.05 b=(y+.5*qnorm(1-alpha/2)**2)/(n+qnorm(1-alpha/2)**2) b [1] 0.288631 a

[R] Error: could not find function

2010-01-23 Thread Remus Suciu
Hi. I'm trying to create an Agresti-Coull confidence interval without using the binom package. Despite many trials, I keep getting the same problem- see below. > y=334 > n=1160 > alpha=.05 > b=(y+.5*qnorm(1-alpha/2)**2)/(n+qnorm(1-alpha/2)**2) > b [1] 0.288631 > ac=b+qnorm(1-alpha/2)*sqrt(b(1-b)/(n

Re: [R] error: could not find function "sd"

2009-09-16 Thread Uwe Ligges
Ben Bolker wrote: sselamat wrote: Hi, Everytime I try to get the standard deviation of a vector and enter command of sd(x), i get a reply Error: could not find function "sd" Can someone help me please? Thanks. Hmmm. Please provide more information, it's hard to imagine how this could

Re: [R] error: could not find function "sd"

2009-09-16 Thread Ben Bolker
sselamat wrote: > > Hi, > Everytime I try to get the standard deviation of a vector and enter > command of sd(x), i get a reply > Error: could not find function "sd" > Can someone help me please? > Thanks. > > Hmmm. Please provide more information, it's hard to imagine how this could happ

Re: [R] Error "could not find function"

2009-01-04 Thread Philipp Pagel
> I have copied a very simple function but when I try to call it I get an error > message "could not find function". The function file is named addthree.r and > I cd to the directory where the function is saved before calling it. What am > I doing wrong? R does not look for funcitons to execute in

[R] Error "could not find function"

2009-01-04 Thread babelproofreader
I have copied a very simple function but when I try to call it I get an error message "could not find function". The function file is named addthree.r and I cd to the directory where the function is saved before calling it. What am I doing wrong? -- View this message in context: http://www.nabbl

Re: [R] Error: could not find function "readMat"

2008-10-18 Thread Atul Kulkarni
Hi Jorge, I just copied and pasted that code from here... http://bm2.genes.nig.ac.jp/RGM2/R_current/library/R.matlab/man/readMat.html after changing it to readMAT I get the following error. Loading all MAT v4 example files in /home/atul/R/x86_64-pc-linux-gnu-library/2.6/R.matlab/mat-files... Re

Re: [R] Error: could not find function "readMat"

2008-10-18 Thread Jorge Ivan Velez
Dear Atul, See http://www.stat.ucl.ac.be/ISdidactique/Rhelp/library/R.matlab/html/readMAT.html I think that the function is readMAT rather than readMat. HTH, Jorge On Sat, Oct 18, 2008 at 1:35 PM, Atul Kulkarni <[EMAIL PROTECTED]>wrote: > Hi All, > > I installed this R.matlab package and trie

[R] Error: could not find function "readMat"

2008-10-18 Thread Atul Kulkarni
Hi All, I installed this R.matlab package and tried using the sample code > > path <- system.file("mat-files", package="R.matlab") > > # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > # Reading all example files > # - - - - - - - - - - - - - - - - - - - - - - - - - - -