similar to: Suggestion: Help users sort data frames

Displaying 20 results from an estimated 11000 matches similar to: "Suggestion: Help users sort data frames"

2004 Oct 07
3
How to use alpha transparency channel for colors?
The release notes for R 2.0.0 states: It is now possible to specify colours with a full alpha transparency channel via the new 'alpha' argument to the rgb() and hsv() functions, or as a string of the form "#RRGGBBAA". NOTE: most devices draw nothing if a colour is not opaque, but PDF and Quartz devices will render semitransparent colours. A new argument
2005 Apr 18
2
Why no BIC.default function?
I'm using R 2.0.1. I looked in the email archives but didn't see anything on this topic. I've noticed a surprising (to me) difference between AIC and BIC: > methods("AIC") [1] AIC.default* AIC.logLik* > methods("BIC") [1] BIC.gls* BIC.lm* BIC.lme* BIC.lmList* BIC.logLik* BIC.nls* The BIC.gls BIC.lm BIC.lme BIC.lmList and BIC.nls functions appear
2004 Nov 03
2
Suggested color schemes for points, not regions?
I have seen a couple of posts about color schemes like those at the ColorBrewer site. Most recently: http://geography.uoregon.edu/datagraphics/color_scales.htm These color schemes can work very well for regions (bars, polygons, images, etc.) but are not very suitable for points and/or lines. Is anyone aware of research/suggestions for a color scheme to use for scatter plots? I've looked at
2004 Sep 24
0
Function sort.data.frame
I can never remember how to use "order" to sort the rows of a data frame, so like any good, lazy programmer, I decided to write my own function. The idea is to specify a data.frame and a one-sided formula with +/- indicating ascending/descending. For example: sort.data.frame(~ +nitro -Variety, Oats) Since sorting of a data.frame is an oft-asked question on this list, I am posting
2018 Jun 26
1
Fwd: Re: Ubuntu 18:04 not getting 'home' directory from DC
Sorry for the delayed response, Louis, I'm not sure how to tell about having "cifs/UPN" - Please advise. I was able to mount with sec=krb5 after the user is logged in but that does not help getting "home" mounted during the login. But here is where I am now: I have been able to pam_mount "home" during the login but could not get the ACLs during the mount
2018 Jun 20
4
Ubuntu 18:04 not getting 'home' directory from DC
Rowland, How would I find this info? Check if 'Rachel Jones' has a 'gecos' attribute in AD. You seem to be being denied access to '.Xauthority', was it created on another machine ? No However, I am sure '-13' usually means incorrect password. I am sure the password is correct, the /mnt/home/rachel folder is created but the user files are not created because
2008 Jun 10
2
How to join data.frames and vectors of different length, in an inteligent way?
I have a data set something like this: "YYYY", "Value" 1972 , 117 1984 , 73 1969 , 92 1976 , 113 1999 , 80 1996 , 78 1976 , 98 1984 , 106 1976 , 99 it could be created with: > dafSamp <- data.frame(cbind(c(1972,1984,1969,1976,1999,1996,1976,1984,1976),c(117,73,92,113,80,78,98,106,99))) The real dataset is of cause much larger, app. 100.000 samples
2007 May 22
2
inline C/C++ in R: question and suggestion
This is a question and maybe an announcement. We've been discussing in the group that it would be nice to have a mechanism for something like "inline" C/C++ function calls in R. I do not want to reinvent the wheel, therefore, if something like that already exists, please give me a hint -- I could not find anything. If not, here is a working solution, please criticise so I could
2015 Dec 14
2
Create Domain Trust Help Samba-4.3.2
On 11/12/15 15:41, Bob Thomas wrote: >/First, Thank you all for this forum, as I am fairly new at both Ubuntu />/and Samba I have found most the answers to my issues here. />//>/Now correct me if I am wrong but Samba 4.3.2 should be able to support />/Domain Trusts. If so maybe you can help me, here is what I have: />//>/NT4 Domain: adc.com (Holds are production servers and
2015 Dec 11
1
Create Domain Trust Help Samba-4.3.2
First, Thank you all for this forum, as I am fairly new at both Ubuntu and Samba I have found most the answers to my issues here. Now correct me if I am wrong but Samba 4.3.2 should be able to support Domain Trusts. If so maybe you can help me, here is what I have: NT4 Domain: adc.com (Holds are production servers and user accounts for that domain) Controller = enterprise.abc.com Samba
2017 Dec 06
3
ERROR: missing backlink attribute 'memberOf'
Good Morning (or not), I am running three Samba AD DCs all at version 4.7.2 on Ubuntu 16.04.  All three have run flawlessly for over a year. Last night one of the DCs started failing Replication with both the other DCs so I decided to run samba-tool dbcheck . Resulting in several: ERROR: orphaned backlink attribute 'memberOf' in CN=Annamarie Foyles,CN=Users,DC=cy,DC=cybernetics,DC=com
2009 Jul 28
1
Cumulative row sums, row differences
I tried searching but I couldn't quite find what I was looking for. Here's a dummy data matrix (with row and column labels): > y 0 1 2 3 4 21 3 4 8 5 5 22 3 6 8 6 NA 23 4 5 11 4 3 24 4 2 1 4 6 25 6 4 4 6 6 I can get cumulative row sums as follows: > cy<-t(apply(y,1,cumsum)) > cy 0 1 2 3 4 21 3 7 15 20 25 22 3 9 17 23 NA 23 4 9 20 24 27 24 4 6 7 11 17
2004 May 03
1
installed.packages hyperlink wrong in two spots (PR#6850)
Full_Name: Kevin Wright Version: 1.9.0 OS: Windows 2000 Submission from: (NULL) (170.54.59.160) The html help file for the 'library' function contains this sentence: Note that installed.packages() returns... The 'installed.packages' hyperlink points to 'installed.packages.html'. The latter file does not exist for me. I suspect the link should be to
2004 Oct 12
1
promptData still creates 'data(...)' in R 2.0.0
Not necessarily a bug report, but might be nice to change. I'm using R 2.0.0 on Windows 2000. The promptData function creates a .Rd file in which the 'usage' section is: \usage{data(<dataset>)} I've looked at several of the help files for various data sets. It looks like the use of 'data' is being reduced and so it might be more appropriate for promptData to
2018 Jun 19
6
Ubuntu 18:04 not getting 'home' directory from DC
Hello, I've been trying to get Ubuntu 18.04 to work with Samba AD, seems I am almost there but am unable to get home directories to mount properly.  The domain join went without a problem but because the default cifs ver changed in Ubuntu to get other Samba shares on a samba file server to mount I had to add to it's smb.conf: client min protocol = SMB2 client min protocol = SMB3 So
2009 Jun 30
2
NaiveBayes fails with one input variable (caret and klarR packages)
Hello, We have a system which creates thousands of regression/classification models and in cases where we have only one input variable NaiveBayes throws an error. Maybe I am mistaken and I shouldn't expect to have a model with only one input variable. We use R version 2.6.0 (2007-10-03). We use caret (v4.1.19), but have tested similar code with klaR (v.0.5.8), because caret relies on
2005 May 18
1
SAMM package for mixed models
First, a disclaimer. I am not affiliatied with the SAMM package. I am only a user of the package, but I have been contacted (off list) by people requesting information about SAMM and so I am posting this information here. SAMM is software for fitting mixed models. Versions are available for both S-Plus and R. More information and downloads of the software (and manual) are available here:
2010 Jun 12
0
[LLVMdev] Bignum development
On 12 June 2010 00:51, Eli Friedman <eli.friedman at gmail.com> wrote: > On Fri, Jun 11, 2010 at 3:28 PM, Bill Hart <goodwillhart at googlemail.com> wrote: >> Hi Eli, >> >> On 11 June 2010 22:44, Eli Friedman <eli.friedman at gmail.com> wrote: >>> On Fri, Jun 11, 2010 at 10:37 AM, Bill Hart <goodwillhart at googlemail.com> wrote:
2004 Jul 29
2
Parsing multi-line strings. Bug? Feature?
I have an S-Plus library that I would like to port to R. The library sends a mix of static and dynamic output to an html file. For example cat(" ... Big block of HTML formatting code ... ") cat(dat()) cat(" More static text ") With S-Plus I can just cut and paste HTML code from other files into my S-Plus script file. This makes maintenance of the script fairly easy. The
2010 Jun 13
2
[LLVMdev] Bignum development
I was able to get the loop to increment from -999 to 0 using IR directly. That got rid of the cmpq. The carry i was after was able to be obtained using the intrinsic @llvm.uadd.with.overflow.i64, however there is no way to add with carry and have it realise that the resulting *carry out* cannot exceed 1. It actually writes the carry to a byte, and then uses logical operations on it, which slows