similar to: howto improve sharpeness of fonts in a jpg-image produced by R ?

Displaying 20 results from an estimated 600 matches similar to: "howto improve sharpeness of fonts in a jpg-image produced by R ?"

2007 Mar 19
2
sorting with criteria that are "out of order"
I try to sort this dataframe: [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [1,] "CM" "BARBY" "INCREASED" " 0" " 2" " 0" " 1" " 1" [2,] "CM" "BARBY" "REDUCED" " 0" " 1" " 2" " 2" " 5" [3,] "CM"
2007 Nov 08
2
centile reference chart / clildren growth chart - what package/method to use
We are constructing growth charts (age/weight and age/length) for children with diagnosis that impacts weight/length. But we we don't know how to use R for producing growth charts. We are collection data of Age, Weight and Length. The data are used to produce diagnosis-specific Growth charts (like the CDC Growth Charts:
2003 Dec 01
2
wilcoxon-pratt signed rank test in R - drug-effiacy
Hi. I'm going to introduce the R-package for a group of medical doctors later this week and is a little confused about there use of a test named "willcoxon-pratt" for testing if the clinical and biochemical markers has decreased significantly after the use of some drugs for a group of patients. Looking into the R-functions I would in R recommand using a matched-pairs Wilcoxon
2008 Apr 18
7
problem in installing R packages on linux
I am facing problem in installing the R package on linux . When i put the command install.packages("BART") Then it asks for selecting the mirror , i have selected the mirrror , but it is showing no package in repository .I have selected different different repository still i am getting the same error what can i do , please help me out.i am sending the screenshot of unix terminal . I will
2003 May 13
2
RMySQL crashes R
I have justed upgraded R v1.7.0 on Windows NT 4 and have installed the latest RMySQL (version 0.5-1)and DBI (version 0.1-5) packages. When I issue the following commands (tactfully adjusted) R just crashes and disappears, any ideas? require(RMySQL) m <- dbDriver("MySQL") con <- dbConnect(m, dbname="xxx", user="xxx", password="xxx",
2003 Apr 11
1
danish characters - installing R - linux redhat 8.0
I'm using R on a linux redhat 8.0 installation. The special danish characters (ÅØÆæøå) are showed wrong on the screen. Example: yy<-matrix(c(0,2,1,1,8),ncol=1,dimnames=list(c("Brøæå","AGF","AB","Farum","FC-Kbh." ),c("Stemmer"))) barplot(yy[1:5],ylab=names(as.data.frame(yy)),main="5. grade.... ") Any hints? Cand.
2003 Nov 19
0
howto improve sharpeness of fonts in a jpg-image producedby R ?
My original question had the subject of making jpg-image files with the bitmap-function. Firstly I was told, that the problem was in my ghostscript-installation which is called by the bitmap-function - not in R itself. I got a lot of good suggestions (also off-list) about what problems in my ghostscript-installation might give some low-quality font-sharpeness in my jpg-grafics produced by
2004 Nov 22
1
RODBC and Table views
This question relates to the use of the RODBC package for retrieving data from a MS Access database. It is quite easy to retrieve data sitting in tables but is it possible to select from views based on these tables? The archives do not touch on this point. sqlTables() lets me see tables and views but only the tables yield data. Do I need to recreate these views on the R side of the connection?
2005 Feb 11
3
Saving graphs in formats other than PDF?
I am running R 2.01 on Mac OS 10.3.7. Whenever I save graphs, they are saved as PDF files. Are there any other file formats to which I could save my graphs. I would like to directly export my graphs to MS Word, if possible. Thank you in advance. Sincerely, Jim Milks Graduate Student Environmental Sciences Ph.D. Program Wright State University 3640 Colonel Glenn Hwy Dayton, OH 45435
2004 Feb 28
2
logististic regression (GLM). How to get 95 pct. confidence limits?
Dear R-list. I'm doing af logistic analyses using gml. The model explaines variations in Adverse events infections (0 og 1) using age as explanatory variable. model2d<-glm(formula=AEorSAEInfecBac~Age,family=binomial("logit"),data=emrisk) I want to get predictions with 95% confidence limits for age 30 and age 60. I've been reading the "google" and "search
2004 Mar 01
1
glm logistic model, prediction intervals on impact af age 60 compared to age 30
Dear R-list. I have done a logistic glm using Age as explanatory variable for some allergic event. #the model model2d<-glm(formula=AEorSAEInfecBac~Age,family=binomial("logit"),data=emrisk) #predictions for age 30 and 60 preds<-predict(model2d,data.frame(Age=c(30,60)),se.fit=TRUE) # prediction interval
2008 Jan 29
0
regression - cluster option in STATA - what in R?
My phd-student works in stata using cluster option in a regression model like this example: (from link: http://www.ats.ucla.edu/stat/stata/faq/clusterreg.htm) """ /* model 2 -- same as svy: regress with psu */ regress math homework, cluster(schid) """ I need to put som extra "blinded" data into the same model using R. This "cluster" option. Is
2009 Mar 11
1
7.1 panic "vm_page_startup: inconsistent page counts"
I'm trying to upgrade an 11 month old FreeBSD 7 image in a VMware 4.5.2 guest to an up-to-date -stable and it panics as above. I've added a printf to report the two counts and there's a difference of one page. I don't have any problems with the old 7-stable image or up-to-date 6-stable or -current using the same VMware version. A screendump for a verbose boot can be found at
2003 Jul 19
1
SOS
Good evening every body, I am a new one of this mail list. In my project I have faced a problem. That is when I copied my files from windows2000srv to redhat8 Linux or from redhat8 to windows2000srv by samba(the quantity of file is 26200 and the size is about 750MB) I found that about 10 files lost. The quantity of lost file is changed every time. Would you like to help me? Is this a problem of
2018 Jul 16
2
Panic with EL7 KVM guest on EL6 host on AMD server with latest kernel
Hi, I have AMD servers running CentOS 6.10 as KVM host and on it guests running CentOS 7.5. Since the latest kernel update on CentOS 6.10, kernel-2.6.32-754.2.1.el6.x86_64, I can't boot the CentOS 7.5 guests with kernel-3.10.0-862.6.3.el7.x86_64 anymore. Reverting CentOS 6.10 host to kernel-2.6.32-754.el6.x86_64 fixes the problem. Screendump of the panic is attached, not very helpful I
2007 Jan 30
2
R crashes when used from within rpy (PR#9481)
Full_Name: Jose Gaetan Pierre Version: 2.4.1 OS: Fedora Core 6 Submission from: (NULL) (196.27.87.14) I have been using R from within rpy for a while because I am more familiar with Python syntax. I first noticed this bug with R-2.4.0. Screendump: ------------------------------ >>> from rpy import * >>> beer = r.scan() 1: 3 4 1 1 3 4 3 3 1 3 2 1 2 1 2 3 2 3 1 1 1 1 4 3 1 26:
2002 Dec 11
3
2 gigabyte issue
I am running RedHat8, samba 2.2.7 The mailing list archives seem to pin the 2gb problem on several unrelated issues (all of which i explored). The machines in question have no problems creating 2+gb files locally and via NFS. Is this an issue with smbfs? smbmount? anyone have a workaround? -- 'As we enjoy great Advantages from the Inventions of others we should be glad of an Opportunity
2018 Jul 17
2
Panic with EL7 KVM guest on EL6 host on AMD server with latest kernel
On 07/17/2018 02:00 AM, Simon Matter wrote: >> Hi, >> >> I have AMD servers running CentOS 6.10 as KVM host and on it guests >> running CentOS 7.5. >> >> Since the latest kernel update on CentOS 6.10, >> kernel-2.6.32-754.2.1.el6.x86_64, I can't boot the CentOS 7.5 guests with >> kernel-3.10.0-862.6.3.el7.x86_64 anymore. >> >>
2010 Jan 30
2
Failure trying to update document.
Hi list. I have a specific document that does not handle updates sitting in the index. What can I do about that? 2010-01-30T13:58:07 Eval failure: Exception: No termlist for document 287376 at /usr/lib/perl5/Search/Xapian/Enquire.pm line 56. 2010-01-30T13:58:07 job failed. considering retry. is max_retries of 1000 >= failures of 1? 2010-01-30T13:58:07 job failed: Exception: No
2010 Oct 14
1
xapian-check on "crashed" index?
Hi. Is xapian-check aware of the uncommitted data that could be sitting in an xapian index if the indexer has crashed during indexing. Could errors be falsely reported by xapian-chek in this situation? -- Jesper