similar to: Fwd: Re: couldn't find function ...

Displaying 20 results from an estimated 200 matches similar to: "Fwd: Re: couldn't find function ..."

2000 Jul 05
2
couldn't find function "..."
Hi, R 1.0.1, on Linux(mandrake/RedHat). I am trying to write my first function using R and I need help figuring out the error I have indicated in the Subject line above. The purpose of the function is not to "wow" anyone, but just to serve as a stepping stone so that I might write more complicated functions in the future. First I created my function named "CIfunc" and saved
2009 Jan 15
1
Confidence Intervals for Poisson
Hi folks! I run the following code to get a CI for a Poisson with lambda=12.73 library(MASS) set.seed(125) x <- rpois(100,12.73) lambda_hat<-fitdistr(x, dpois, list(lambda=12))$estimate #Confidence Intervals - Normal Approx. alpha<-c(.05,.025,.01) for(n in 1:length(alpha)) { LowerCI<-mean(x)-(qnorm(1-alpha[n]/2, mean = 0, sd = 1)*sqrt(var(x)/length(x)))
2010 Jan 03
3
R2HTML Report number format, or Better Way?
Here I am again with question I'll feel foolish for asking, when I see the answer. I'm trying to produce a report and here's where I get stuck: How do I get R2HTML to produce the same number format? Particularly remove the decimal places for Par and Sal. Are there better methods to produce this type of report? Thanks, L.A. R version 2.10.0 XP
2009 Jul 16
0
how to get means and confidence limits after glmmPQL or lmer
R, I want to get means and confidence limits on the original scale for the treatment effect after running a mixed model. The data are: response<-c(16,4,5,8,41,45,10,15,11,3,1,64,41,23,18,16,10,22,2,3)
2002 Apr 22
2
lattice x(y)lab and expression
Another question about lattice: Is there a way to use plotmath in the labels and strips? E.g. xyplot(y~x|group,data=test.df, panel=function(x,y,subscripts,df) { llines(x,y,col="black",lwd=2) llines(x,df[subscripts,"lowerCI"],lty=2,col="#aaaaaa") llines(x,df[subscripts,"upperCI"],lty=2,col="#aaaaaa") },
2004 Sep 26
0
Error Compiling libunicall for MFC/R2 with spandsp
Guys, when compiling libunicall i have these errors. Any idea? creating libunicall.la (cd .libs && rm -f libunicall.la && ln -s ../libunicall.la libunicall.la) if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT testcall.o -MD -MP -MF ".deps/testcall.Tpo" -c -o testcall.o testcall.c; \ then mv -f ".deps/testcall.Tpo" ".deps/testcall.Po"; else rm -f
2006 Oct 11
1
compiling libunicall
hola a todos de nuevo, tengo el siguiente error cuando compilo el libunicall despues de compilar spandsp y libsupertone. esto es en fedora 5 hello to all, I have the following error again when I compile libunicall after compiling spandsp and libsupertone. this is in fedora 5 testcall.o: In function `handle_uc_event': /root/asterisk/mfc/libunicall/testcall.c:515: undefined reference to
2007 Oct 23
2
Using a data frame in a function call
Hi, I am writing a basic function to extract the z scores for some linear regression coefficients: zscore<-function( y, x) { lm<-lm( y ~ x ) z <- coef(lm)/sqrt(diag(vcov(lm))) return(z) } I would like to pass a dataframe to the function as a argument so the function call changes from zscore(df$y1,df$x1) to zscore(y1,x1,data=df) but I am not sure how to reference the data
2003 Aug 30
1
is zscore() deprecated or Windows only?
Hi I was looking through the help on how to get standardized scores and came across an anomaly. The help.search("zscore") reports there is such a function in R.base. However, when I try to get help on zscore it reports no such function and says that R.base in built for win32. I'm running the Mac OS X version of R with the smorgasboard of packages that are included in that
2007 Nov 05
1
Testcall
# ./testcall testcall.conf Chan 1, class 'mfcr2', variant 'ar,10,4', end 1, caller 0, from '30025860' to '013331339767' Chan 2, class 'mfcr2', variant 'ar,10,4', end 1, caller 0, from '30025861' to '013331339768' Chan 3, class 'mfcr2', variant 'ar,10,4', end 1, caller 0, from '30025862' to
2008 Feb 28
1
Unicall mfcr2 testcall issues in mexico outgoing:ok | incoming: fail.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have a astunicall-1.4 setup with a te110p to a nortel pbx in Mexico. (Hate R2!). This is what I get when trying to call to * box using testcall: ./testcall Chan 31, class 'mfcr2', variant 'mx,20,4', end 0, caller 0, from '' to '' Loading protocol mfcr2 Thread for channel 0 MFC/R2 Chan 31: Call control(9) MFC/R2
2003 Jun 02
1
Announcing IAXCLIENT v0.02 A cross-platform IAX client.
Asterisk-people, Some of you may have heard that we were working on a simple, cross-platform IAX client library called "iaxclient". We've pretty much been "on vacation" with the project for a while, but recently have made some progress, and now have the library working across platforms, and a simple test client called "testcall", up and running on 3
2007 Nov 13
0
problem with speex and iaxclient
Hi All, I try to compile the last version of iaxclient with the new build system, i also compiled speex 1.2b2 . When the makefile try to compile the sample code testcall I have the following mistales: gcc -I/d/Lib/iaxclient-2.0.1/portaudio-1.9/src/common -I/d/Lib/iaxclient-2.0.1/speex-1.2/include -o testcall.exe testcall.o ../../lib/.libs/libiaxclient.a
2007 Aug 06
1
(Censboot, Z-score, Cox) How to use Z-score as the statistic within censboot?
Dear R Help list, My question is regarding extracting the standard error or Z-score from a cph or coxph call. My Cox model is: - modz=cph(Surv(TSURV,STATUS)~RAGE+DAGE+REG_WTIME_M+CLD_ISCH+POLY_VS, data=kidneyT,method="breslow", x=T, y=T) I've used names(modz) but can't see anything that will let me extract the Z scores for each coefficient or the standard errors in the same
2010 Oct 21
1
error opening connection 64bit R under win7 64bit
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I just installed R (2.11.1) 64bit under Windows 7 64 bit When trying to readin files I get the following error message: > > source(file="C:\\Users\\me\\Documents\\My PhD\\Modelling\\R\\Scripts\\Functions\\functions 20jan10.r") Error in file(file, "rt") : cannot open the connection In addition: Warning message: In
2004 Nov 26
0
^5 problem with chan_unicall.c for Asterisk
Hi Kaws, I may need to add some notes; 1. The default .rpm version of libtiff in RH9 does not seem to contain some functional entries required for libunicall / libmfcr2. Therefore when compiling libunicall "unresolved references....." will happen. To solve this, I needed to recompile libtiff from the tarball. When installing libtiff, the default directories will be under
2007 Mar 16
1
Problems with MFCR2 and Meridian
Hi List, I'm trying to connect Asterisk with a Nortel Meridian using an E1 with MRFR2 signaling. I've connected both cards, and compiled all the required software... The problem is every call (outgoing or incoming) got dropped, complaining about some "T1 timed out" Only for testing purposes I'm using an application called testcall included on the lib-unicall package, and
2007 Apr 24
0
new version of seqinR
Dear useRs, The seqinR package is a library of utilities to retrieve and analyse biological sequences. A new version of seqinR, seqinR 1.0-7, has been released on CRAN. Here is a summary of changes: o A new *experimental* function extractseqs() to download sequences thru zlib compressed sockets from an ACNUC server is released. Preliminary tests suggest that working with about 100,000
2007 Apr 24
0
new version of seqinR
Dear useRs, The seqinR package is a library of utilities to retrieve and analyse biological sequences. A new version of seqinR, seqinR 1.0-7, has been released on CRAN. Here is a summary of changes: o A new *experimental* function extractseqs() to download sequences thru zlib compressed sockets from an ACNUC server is released. Preliminary tests suggest that working with about 100,000
2004 Nov 25
0
probleme with running lib_unicall with asterisk
hi all, this message is destinate to users who rub libunicall on asterisk succefuly ... my first question is: what is the version of linux you use to make asterisk run with the new libunicall? and what is the version of asterisk? my problem is as follows: with version FC3 I have success to run libunicall without problem, the testcall run perfectly well. askterisk run without problem on the