search for: chiefly

Displaying 20 results from an estimated 38 matches for "chiefly".

Did you mean: briefly
2003 Feb 27
2
qda plots
Hi, I have been using some of the functions in r for classification purposes, chiefly lda, qda, knn and nnet. My problem is that the only one I can figure out how to represenent graphically is lda (using plot.lda). I have tried 'fooling' this function into accepting qda input for plotting but to no avail. I wonder if you have any suggestions? Thanks alot, Anne Marie Powe...
2001 Jul 27
2
Seemingly bizarre behavior in R CMD check
...rors without running codoc line by line interactively. Apparently, R keeps very stringent requirements on its documentation's usage field. If it's anything other than myFunc(arg1, arg2...), codoc won't parse it correctly in its tempfiles. And the particular S code I was translating used chiefly example calls in its documentation's usage fields. Is this formatting an intended necessity? I know it ensures consistency but it's too often the source of cryptic errors. Anyway, fixing these usage fields worked for the time being but without fail another similar problem soon emerged, th...
2006 Mar 12
3
Mappery breakthrough : Garmin topo, vista, rino, under linux & CXO
As most of you know, I've been trying to make GPSs and topo maps usable under Fedora Core 4 linux, using CrossoverOfficePro (CXO) 5.0.1. I've belabored nine or ten specialized lists for six or eight weeks, parcelling out pieces of the problem wherever I hoped they might arouse interest and knowledge. I've gotten invaluable help and encouragement from all of them, on the lists
2005 Jan 14
1
NT_STATUS_ACCESS_DENIED with ADS + Kerberos
I'm trying to setup Samba in ADS security mode so I can run winbind for NSS and Kerberos for user authentication, chiefly for shell accounts for developers. These hosts will not provide any file or printer services, at least in the near-term. My hosts are CentOS 3 (a free RHEL3 clone) and my ADS servers are Windows 2000 (not 2003), in hybid mode. I am using stock RPMs for both Kerberos and Samba; krb5-libs-1.2.7-31...
2015 Oct 22
0
Best way to implement optional functions?
...> fail if the new package is not available for loading. > > Can people suggest other packages that solve this kind of problem in a > good way? We have a number of functions in PerformanceAnalytics or PortfolioAnalytics that rely on packages in 'Suggests'. The model we have chiefly used is stopifnot("package:MASS" %in% search() || require("MASS",quietly=TRUE)) of course, it is now no longer recommended to do it this way, so we'll probably need to test and load namespaces instead. It makes sense to me to have such functions in the main package, and...
2008 Oct 14
0
New versions of two packages: granova and PSAgraphics
...gests these functions can be particularly helpful for students and non-statistician analysts, since they help understand the methods themselves, as well as the data. Dynamic graphics are used to depict two-way data. In all cases numerical results accompany the graphical displays. PSAgraphics aims chiefly to facilitate visualization of various results in the context of propensity score analysis. One set of functions concerns assessment of covariate balance, with respect to defined propensity scores; both numerical and graphical functions are provided. Two other functions help to understand PSA effec...
2008 Oct 14
0
New versions of two packages: granova and PSAgraphics
...gests these functions can be particularly helpful for students and non-statistician analysts, since they help understand the methods themselves, as well as the data. Dynamic graphics are used to depict two-way data. In all cases numerical results accompany the graphical displays. PSAgraphics aims chiefly to facilitate visualization of various results in the context of propensity score analysis. One set of functions concerns assessment of covariate balance, with respect to defined propensity scores; both numerical and graphical functions are provided. Two other functions help to understand PSA effec...
2002 May 02
2
[Bug 233] could we please learn how to spell the word license
...//bugzilla.mindrot.org/show_bug.cgi?id=233 ------- Additional Comments From dtucker at zip.com.au 2002-05-02 19:44 ------- dictionary.com lists "licence" as a variant of "license" according to The American Heritage Dictionary (go check, we'll wait). It's listed as chiefly British but both variants are commonly used in Australia (and, I suspect, Canada). Inconsistent? Yes. Incorrect? No. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2012 Mar 03
1
Version mismatch
Hi Guys, in what kind of problem I will be if I try to transfer files from a server that has on it 3.0.9 on windows running under cygwin, and the client having 2.6.9 on Mac OS X ? I tried to do it and no problem occured, apparently.. but I'd like to be sure.. I used the option --vvrtW thx in advance -- Vito Mule' HelpDesk Technician - Area Ricerca Istituto Europeo di Oncologia Via
2003 Aug 09
0
updated oggenc_flac_2.patch
...atch): the first is the patch as I imagine it *should* look; the second is the one that actually works for me, but at the expense of no longer making libFLAC support conditional. -- Graham Mitchell - computer science teacher, Leander High School "It is a great mistake to think that God is chiefly interested in religion." -- William Temple -------------- next part -------------- A non-text attachment was scrubbed... Name: oggenc_flac_3.patch Type: text/x-diff Size: 33661 bytes Desc: oggenc_flac_3.patch Url : http://lists.xiph.org/pipermail/vorbis-dev/attachments/20030809/4e432393/ogg...
2015 Oct 22
6
Best way to implement optional functions?
I'm planning on adding some new WebGL functionality to the rgl package, but it will pull in a very large number of dependencies. Since many people won't need it, I'd like to make the new parts optional. The general idea I'm thinking of is to put the new stuff into a separate package, and have rgl "Suggest" it. But I'm not sure whether these functions should
2004 Jun 16
2
ogg123 volume?
Hi, I need to adjust the output volume from ogg123 the same way that mpg123 has the "-f n change scalefactor [32768]" option. I need to do this within ogg123, instead of alternatives that involve pipes, such as piping the output to sox. I do not believe that this is currently possible in ogg123, and I'm looking for some suggestions as to how it can be accomplished by modifying
2004 Jun 16
2
ogg123 volume?
Hi, I need to adjust the output volume from ogg123 the same way that mpg123 has the "-f n change scalefactor [32768]" option. I need to do this within ogg123, instead of alternatives that involve pipes, such as piping the output to sox. I do not believe that this is currently possible in ogg123, and I'm looking for some suggestions as to how it can be accomplished by modifying
2016 Sep 07
3
R (development) changes in arith, logic, relop with (0-extent) arrays
Martin I'd like to make a comment; I think that R's behaviour on 'edge' cases like this is an important thing and it's great that you are working on it. I make heavy use of zero-extent arrays, chiefly because the dimnames are an efficient and logical way to keep track of certain types of information. If I have, for example, a <- array(0,c(2,0,2)) dimnames(a) <- list(name=c('Mike','Kevin'),NULL,item=c("hat","scarf")) Then in R-3.3.1, 70800 I get &g...
2012 Feb 21
3
"CV" for log normal data
Hi, I have a microarray dataset from Agilent chips. The data were really log ratio between test samples and a universal reference RNA. Because of the nature of log ratios, coefficient of variation (CV) doesn't really apply to this kind of data due to the fact that mean of log ratio is very close to 0. What kind of measurements would people use to measure the dispersion so that I can compare
2005 Feb 14
3
Hackers on my Web server
I have discovered that a gamer has hacked into my web server through a backdoor left open by my predecessor. I have closed the door, but when I try to delete the folders left behind I receive "Access Denied", or when I try to take ownership I receive "Unable to Find File...". I have removed most of the files to obtain enough space to continue operations but would like to remove
1998 Sep 08
2
Slow VC++ builds from Linux fileserver
We're using Samba 1.9.18p10 on a Linux 2.0.35 box as a fileserver chiefly for software development under VC++. Builds are done from the command line, not the IDE. I'm seeing rather slow build performance under NT4SP3. Build performance is fine under Win95. Build performance is also good when building from Samba 1.9.18p8 running on a Sun UltraSparc. To give some con...
2002 Mar 27
0
Re: RE Vertical bars with barchart()
...i, [I'mm cc-ing r-help on this, since some others might be interested (Tony Rossini is, at least)] Yes, I saw your mail and was wondering about what would be the best approach to do it. It's definitely not trivial, mainly because Trellis is not designed to handle factors on the x-axis (chiefly for convenience, as factors typically have long names which are difficult to write on the x-axis). Anyway, what you essentially need to do is 1. Change the prepanel function so that you get the correct x and y axis ranges. 2. Change the panel function to draw what you want 3. Write the y- and x...
2000 Oct 04
3
R 1.2 build
I've been trying to build a bundle with the R-devel snapshot from yesterday. (Yes I know it is unstable and just tell me if I shouldn't be trying to do this yet.) It is failing with the message tar : /dev/rmt/0 : Permission denied It happens after "removing junk files" and just after the message "building dse_2000.9-1.tar.gz" It looks to be coming from the line in
2016 Sep 08
2
R (development) changes in arith, logic, relop with (0-extent) arrays
...:05:21 +1200 writes: > > > Martin I'd like to make a comment; I think that R's > > behaviour on 'edge' cases like this is an important thing > > and it's great that you are working on it. > > > I make heavy use of zero-extent arrays, chiefly because > > the dimnames are an efficient and logical way to keep > > track of certain types of information. > > > If I have, for example, > > > a <- array(0,c(2,0,2)) > > dimnames(a) <- list(name=c('Mike','Kevin'), >...