similar to: how to ignore error messages?

Displaying 20 results from an estimated 1000 matches similar to: "how to ignore error messages?"

2005 Jun 17
2
drop elements of vector by class
i'm trying to build a little summary table for the contents of a data frame. t<-sapply(macro, data.class) c<-sapply(macro, length) m<-sapply(macro, mean, na.rm=T, digits=2) cbind(type=t, n=c , mean=m) I want to drop the variables that are factors so I can include -max- and -min- in my table. -macro- contacts the data--how do I drop the variables according to their data.class
2008 Apr 08
0
Mac OS upgrade upsets access to samba shares
Mac OS details: Our client was able to access her network resources without any problem until yesterday. She is using a high end Macbook Pro. She has the latest full version of Dave 7.1 installed. Her Mac OS X is 10.4.11 When she attempts to connect to these resources she receives the following error: "The Finder cannot complete the operation because some of the data in
2009 Jan 22
2
Standard errors of least squares adjusted means
Hello, I have the following model: lm.7 <- lm(Y ~ F + C1 + C2 , data = EM4) F is a 4-level factor, the rest are covariates centered at their mean (Y is a two-column matrix). I have tried to find functions to give the model-adjusted means (adjusted at the covariates'means) and their standard deviations for each. (That is, what I believe is called in SAS "least square or LS-means,
2002 Feb 26
1
Samba client
Hi, I have an samba sevrver as PDC of an NT domain. I want to join another machine(samba) to the domain as a member of NT domain. How can I do it. Thanks -------------------------------- Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 --------------------------------
2012 Oct 04
1
some improvements about the latent semantic search
Hi,all, Recently I invented a new ranking algorithm inspired by the theory of spread activation and probabilistic model, which can find the latent semantic relationship between docs and terms and is almost linear time, and I took one afternoon to code and implement this algorithm. And the testing result shows that the speed of this algorithm is much faster than the famous Latent Semantic Analysis
2016 Dec 02
2
How to add a new diagnostic error message in Clang 2.6?
Hi, everyone. I want to add a new diagnostic error message for Chinese in Clang 2.6 showed as follows. def err_expected_semi_declaration_chinese : Error< "您在该行声明之后是否少了个';'或者是中文输入法?">; So i append a new one in the end of file DiagnosticParseKinds.td, and then recompile it. However, there is a error occurs: llvm2.6/llvm/tools/clang/lib/Parse/ParseDecl.cpp:370: error:
2012 Jul 23
2
Samba 4 on Production
We're involved in a project that the requirements could be satisfied with both samba3 and 4. Anyway I am testing what can be done with Samba4 and after following the tutorial published in the official wiki, I was able to create my test domain, and join WinXP and Win7 machines to it without a problem. I still need to test the GPO functionality, and some other stuff, but before continuing with
2009 Sep 09
1
[Announce] Samba 3.4.1 Available for Download
================================================================= "I don't know anything about music. In my line you don't have to." Elvis Presley ================================================================= Release Announcements ===================== This is the latest stable release of Samba 3.4. Major enhancements in Samba 3.4.1 include:
2004 Jul 22
1
sorting Trellis panels
Can anyone explain how to properly use index.cond? I cannot include it in the xyplot command and get what I expect. For example, plot<-xyplot(y ~ x | z, data) # let's say z is a factor with six levels gives a nice plot but I am unhappy with the order of panels. I can get the order I want by plot$index.plot[[1]]<-c(1,6,4,3,2,5) I cannot seem to get it with either
2009 Sep 09
1
[Announce] Samba 3.4.1 Available for Download
================================================================= "I don't know anything about music. In my line you don't have to." Elvis Presley ================================================================= Release Announcements ===================== This is the latest stable release of Samba 3.4. Major enhancements in Samba 3.4.1 include:
2008 May 21
2
an unknown error message when using gamm function
Dear everyone, I'm encountering an unknown error message when using gamm function: > fitoutput <- gamm(cvd~as.factor(dow)+pm10+s(time,bs="cr",k=15,fx=TRUE)+s(tmean,bs="cr",k=7,fx=TRUE) + ,correlation=corAR1(form=~1|city),family=poisson,random=list(city=~pm10),data=mimp) Maximum number of PQL iterations: 20 iteration 1 iteration 2 iteration 3 iteration 4
2004 Jul 16
1
highlighting subset of point with xyplot (or Hmisc(xYplot))
Hello all, I am trying to use xyplot to give a six panel plot and to highlight only points (in any panel) that meet a certain criterion. With the plot command I would do something like: plot.default(filein$Site,filein$circ.conc) points(filein$Site,filein$circ.conc,type="p", pch=ifelse(filein$p.value<5e-02,19,21)) I had thought I could just stick in the pch line from above into
2002 Feb 14
1
Advice on using barplot
Greetings- I'm venturing into a new (for me) area of using R: some presentation graphics based on R data. I'd like to compare two distributions of ordinal variables in relatively small (N=203 and 207) subsets of an R dataset. I can get a reasonably good picture of the distributions' differences with: x11() plot(table(hcd.df$auth.sum[hcd.df$datecat==1]),
2002 Mar 07
8
linear correlation?
Whether the two variables have the same units does not matter. Moreover, even if there were some way of converting cm to kg the correlation would still be the same because the correlation is invariant under unit conversion as it is invariant under multiplication of its arguments by a constant. As for your second question, the correlation estimator is a continuous function of each of the
2002 Jan 27
5
EPS->LaTeX problem
Greetings- I have a strange problem displaying a graph from R (1.3.1, linux) in a LaTeX document of documentclass seminar. I'm using graphicx to include the file: \usepackage{graphicx} ... \resizebox{\textwidth}{\textheight}{\includegraphics{crime.eps}} When I do this, the entire slide (including the page number) is rotated 180 degrees. Any ideas why this happens? The graph was created
2009 Apr 09
2
notifyringing=no does not work
" Hello, I have been trying to get my Grandstream GXP2000 phones to stop showing ringing state on monitored extensions. But no matter where I put notifyringing=no asterisk still sends the ringing state to the phones. Is this a bug I should report or is there another way around it. Here is how i have my subscriptions setup: extensions.conf [demo] exten => 6100,hint,SIP/100 exten =>
2002 Feb 08
3
Plotting multiple columns on same graph
I'd like to produce a series of simple line graphs for my methods class that show the three questions used on a repeated survey to make up a particular index. The data frame is: > efficacy.df year complicated havesay dontcare 1 1952 71 68 63 2 1954 NA NA NA 3 1956 64 71 71 4 1958 NA NA NA 5 1960
2002 Jan 27
1
DBM databases for R?
Hello! Can I use DBM databases (as they are used in Perl) for the import of large datasets in R? Thanks in advance for your help, Petra Steiner - --------------------------------------------------- Petra Steiner Arbeitsbereich Linguistik Universitaet Muenster Huefferstrasse 27 48149 Muenster
2007 Feb 26
3
PLotting R graphics/symbols without user x-y scaling
Is it possible to add lines or other user defined graphics to a plot in R that does not depend on the user scale for the plot? For example I have a plot plot(x,y) and I want to add some graphic that is scaled in inches or cm but I do not want the graphic to change when the x-y scales are changed - like a thermometer, scale bar or other symbol - How does one do this? I want to build my own
2007 Aug 03
2
Managing global/local variables when creating R packages
I'm working on a package for R to create graphs for modeling interactions between latent variables in SEM. At the moment, I have one function which performs the necessary steps to prepare the data for graphing, and then separate graphing functions depending on what graph type (or types) the user wants. To get the prepped data from the setup function to the graphing functions, I