similar to: Mac OSX fonts in R plots

Displaying 20 results from an estimated 100 matches similar to: "Mac OSX fonts in R plots"

2014 Dec 18
0
Aw: Re: Re: rsync not copy all information for font file
ls -la Source folder ----------------------------********---------------------------------- root at ---:/BKP_SC//FONT# ls -la totale 2808 drwxr-sr-x 1 nobody 65533 944 giu 30 2010 . drwxr-sr-x 1 nobody 65533 1440 mar 18 2014 .. -rw-r--r-- 1 nobody 65533 12292 apr 20 2012 :2eDS_Store drwxr-sr-x 1 nobody 65533 880 giu 30 2010 .AppleDouble -rw-r--r-- 1 nobody 65533 0 mar 5 2010
2014 Dec 18
3
Aw: Re: Re: rsync not copy all information for font file
Ram, ? Look inside the .AppleDouble folder and tou will find the resource forks that hold the main part of the font data. ? Not a 'problem' with netatalk, but just how netatalk works so that it can represent apple files on non-apple filesystems. ? ?If you confirm the data all matches, this will prove rsync is working properly. ? Bryan -------- Original message -------- From: Ram Ballu
2001 Dec 20
2
Supplemental group support in smb.conf
Hi, I have a share in my smb.conf file that I want to share to members of a supplemental group, but I keep getting a network error. here is the share: [mp3s] comment = MPEG3 Encoded Audio path = /usr/share/mp3 public = no browsable = no valid users = +mp3users writable = yes create mask = 0644 I have a group called mp3users that inside my /etc/group file looks like this:
2003 Dec 30
1
odd results from polr vs wilcoxon test
Dear R helpers, I would like to ask why polr occasionally generates results that look very odd. I have been trying to compare the power of proportional odds logistic regression with the Wilcoxon test. I generated random samples, applied both tests and extracted and compared the p-values, thus:- library(MASS) c1=rep(NA,100); c2=c1 for (run in 1:100) { dat=c(rbinom(20,12,0.65),rbinom(20,12,0.35))
2005 Dec 22
0
jails and sysctl in freebsd 6.0
Bug or something, look at this <mother-mail>[~]# cat /etc/sysctl.conf security.jail.allow_raw_sockets=1 security.jail.set_hostname_allowed=0 <mother-mail>[~]# sysctl -a | grep jail security.jail.set_hostname_allowed: 1 <<<<< here security.jail.socket_unixiproute_only: 1 security.jail.sysvipc_allowed: 0 security.jail.enforce_statfs: 2
2003 Jan 20
2
Too many e-mails
Oh dear - I joined the R help mailing list last week, in order to ask a specific question. I did not realise that I would start to receive all e-mails to and from the mailing list. Is there a way of letting me receive only the answers to my own questions? If not, then can you remove me from the mailing list? Thanks, Jonathan Williams Jonathan Williams OPTIMA Radcliffe Infirmary Woodstock Road
2011 Mar 28
1
idct/fdct.c function calls
Hi. I am trying to find calls of idct/fdct.c functions by tracing png2theora.c calls. But found only: analyze.c:oc_dct_cost2() Where and when idct/fdct/mmxidct/mmxfdct.c functions are used? Mentions of "dct" word: ==== pacify at optima-amd64:/usr/src/libtheora-1.2.0alpha1/lib$ grep dct *.c | cut -f1 -d":" | uniq -c ???? 19 analyze.c ???? 28 decode.c ???? 22 encode.c ????? 4
2000 Aug 08
1
QUERY: function optimize
I have had problems with the function optimize/optimise for maximising/minimising a function of one variable. It seems to get easily fooled by local optima. Obviously this can happen to any numerical optimiser but some of the examples I have a pretty disappointing. Any comments of suggestions of a better R-function? --------------------------------------------------- Chris Lloyd Associate
2003 Feb 13
1
(no subject)
Dear R helpers, I have a curious problem, which is that a program I have written in R crashes R, unpredictably. When I say that the program crashes R, I mean that it causes R to terminate, completely. But, the operating system (Windows) continues OK. The program loops around a randomForest regression. I am trying to use randomForest to predict the diagnosis for a set of patients with dementia. I
2003 Feb 13
0
(no subject)
Jonathan, Is there any possibility for you to send me the data, and/or the code? I and others have seen similar problems before, but not reproducible on the current version, at least on the NT and Linux boxes that I have access to. As Thomas said, it's difficult to nail these kinds of problems. Having reproducible data and code, at least, can help. (It's no help that I'm no expert
2003 Aug 11
0
Designing and incorporating a digital filter
I have a time series of data from an electroencephalogram (EEG). I wish to filter the data to get rid of 50Hz mains 'hum'. I have 'designed' a combination bandpass and notch filter using a web- site. The site returns the filter in "ANSI C" source code. It is:- /* Digital filter designed by mkfilter/mkshape/gencode A.J. Fisher Command line:
2004 Mar 15
2
imputation of sub-threshold values
Is there a good way in R to impute values which exist, but are less than the detection level for an assay? Thanks, Jonathan Williams OPTIMA Radcliffe Infirmary Woodstock Road OXFORD OX2 6HE Tel +1865 (2)24356
2004 Apr 27
0
Extracting labels for residuals from lme
Dear R-helpers, I want to try to extract residuals from a multi-level linear mixed effects model, to correlate with another variable. I need to know which residuals relate to which experimental units in the lme. I can show the labels that relate to the experimental units via the command ranef(fit0)$resid which gives: 604/1/0 -1.276971e-05 604/1/1 -1.078644e-03 606/1/0 -7.391706e-03 606/1/1
2009 May 28
1
optima in unimode
Dear all i could not estimate the optima value or range value in unimodal plot in glm please help me out thanking you regard madan _________________________________________________________________ HotmailĀ® has a new way to see what's up with your friends. orial_WhatsNew1_052009 [[alternative HTML version deleted]]
2014 Dec 15
2
rsync not copy all information for font file
Hi Bryan, thanks for your kind reply but it happend only with some fonts not all font file, (email with attachment is under verification by admin, so i resend this without attachment file) here i attach 2 screenshot one original folder and second backup folder, you can notice that the font .otf, .ttf, .dfont have no problem in rsync it copied as it is but the font that not show extension (Font
2003 Jan 17
1
Survr error
I am trying to analyse recurrent failure times using survfitr from the survrec package. To do this, I need to "Create a survival recurrent object" using Survr. But, when I do this, I get an error "Error in Survr(r1d[, 1], r1d[, 5], r1d[, 6]) : data doesn't match". Here, r1d[,1] is the identifier for each case, r1d[,5] is the time of recurrence, r1d[,6] is the status
2004 Feb 19
3
suppressing non-integer labels for plot x-axis
Dear R-helpers, I am having difficulty making R plot only integer labels on the x-axis of a simple graph. I want to plot the median values of a score on each of three occasions. Non-integer occasions are impossible. But, R keeps labelling the x-axis with half-occasions, despite my attempts to stop this using the "xaxs" and "xaxp" parameters of 'plot'. p1=c(1,2,3);
2004 May 27
2
Is it possible to read jpeg files into R?
Hi Helpers, Does anyone know how to read jpeg, bmp or png files into R? I have some photos of brain scans and I want to quantify some aspects of their size. I might be able to do this with the 'locator' function, if I could figure out how to read the files in and make them into an image that I can display on the R Windows device. I have experimented with readBin, using a simple
2004 Mar 19
2
How to collect trees grown by rpart
Jonathan, Try making a list instead of an array. See ?list. Also, did you look into random forests? I'm not sure what you want to do, but there might be methods there to do some of the work for you. Sean On 3/19/04 1:12 PM, "Jonathan Williams" <jonathan.williams at pharmacology.oxford.ac.uk> wrote: > I would like to collect the trees grown by rpart fits in an array,
2007 Oct 10
0
detecting finite mixtures
This question teeters on the brink of general statistics rather than an R-specific issue, but I'm hoping it boils down to how I coded V&R's EM algorithm for finite mixture modeling and not something worse (i.e. that my plan is impossible). Briefly, I'm trying to simulate an experiment where the hypothesis concerns bimodal vs. unimodal distributions, in order to see what