search for: marlabs

Displaying 14 results from an estimated 14 matches for "marlabs".

Did you mean: marlab
2013 Jun 06
2
generating a bar chart with two axis for co-linear variable
Hello Dimitris, I was goggling for some help on Sensitivity vs 1-specificity and saw your link. I hope you can be of help to me in one of the issue that I am facing in generating combo chart(bar chart and plot). I am a novice and have some difficulty in getting this logic correct. I am give a dataset (I am attaching a sample dataset). I am using a barplot() and passing values for
2003 Feb 24
3
Legend in plot: symbol for mean and standard deviation
Dear list, I am facing the following problem with the legend of a plot that display the mean and variance of a measurement y as a function of x, the mean being represented by a dot and the variance by a vertical line. My problem is that I am unable to display the symbol (dot + vertical line) in the legend. any help is welcome, thanks marco --
2011 Jul 29
2
Changing font type within y axis labels
I wish place the following axis label in such a manner that some of the text is plain and the scientific name is in italics (i.e. a mixture of two font types) Using plot: mtext("Total Landings of Pecten maximus (tonnes)",font,=3, side=2, line=3) makes everything italic, but how do I apply the font change to only "Pecten maximus"? Rgds Phil
2002 Nov 04
1
CFLAGS
I'm sure this is a very simple problem but I'm stuck. When running the ./configure script, to install R (version 1.6) on Solaris 2.6, I get an error message at the end of the configuration process "WARNING: f77 and cc disagree on int and double. configure: error: maybe change CFLAGS or FFLAGS?" However, I have seen no documentation on these flags' options, syntax, and how
2002 Nov 04
1
Installing R under Unix (Solaris 2.6).
Hi, I'm having trouble installing R. I'm sure this is a very simple problem but I'm stuck. When running the ./configure script, to install R (version 1.6) on Solaris 2.6, I get an error message at the end of the configuration process "WARNING: f77 and cc disagree on int and double. configure: error: maybe change CFLAGS or FFLAGS?" However, I have seen no documentation on
2008 Jul 02
1
Insert text in data.frame
Dear R-helper, I wonder if anyone can help me. I am trying to convert a dataset to a format recognizable by a software onboard a research vessel but I am having problems with some steps. I have a data frame as follows: Conc Lat Lon Depth Point0000 56.25 -5.65 70 Point0001 56.55 -5.35 85 Point0002 56.25 -5.65 65 Point0003 56.37
2003 Aug 14
2
nls confidence intervals
Hi, Does anyone know how to compute the confidence prediction intervals for a nonlinear least squares models (nls)? I was trying to use the function 'predict' as I usually do for other models fitting (glm, lm, gams...), but it seems that se.fit, and interval computation is not implemented for the nls... Cheers Enrique ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fisheries Research Services, Marine
2010 Jan 12
10
Conditional Sampling
Hi, I am hoping someone can help me with a sampling question. I am using the following function to sample 10 unique observations: x <- sample(1:100, 10, replace=F) Given the first 10 observations, I need to sample another 5 unique observations from the remainder. I essentially want to do a Monte Carlo type analysis on the results. I would appreciate any feedback. Thanks -- View this
2003 May 12
7
FW: S+ Script Files for R???
> Hi List, > I'm trying to get a bunch of hardened S+ users to switch to R. They won't > move because they have got addicted to the S+ (.ssc) > scripting files, available for MS windows versions. In these files you > highlight the code you want to execute by mouse, press an arrow in the > menu, and it fires it off to the S+ compiler directly. Is such a facility >
2003 Jun 03
1
S+ style implementation of GAM for R?
Hi, I've got the R library "mgcv" for GAM written by Simon Wood which works well in many instances. However, over the years I got attached to the S+ implementation of GAM which allows loess smoothing in more than 1 dimension as well as spline smoothing. Has anyone ported the S+ GAM library to R? Regards, Doug Beare. Fisheries Research Services, Marine Laboratory, Victoria Road,
2004 Jan 12
1
barplots with no lines around each bar
Hi, I want to do a barplot with no black lines drawn around each bar and no space between each bar. I can do the nospace bit but keep getting black line around each bar no matter what I try. Ie. for a red bar I want a red border, for a yellow bar a yellow border and so on. I've tried everything I can think of but no luck. Any suggestions? At the moment I'm using R 5.1 under Redhat Linux
2001 Nov 30
1
R executables
Dear all, I am developing Fortran code for general distribution, which will assist fisheries scientists in making forecasts about future fish-stock population dynamics. I have produced an S-PLUS script which takes the output from this code and generates the necessary summary plots, but I am aware that not everyone can afford to buy S-PLUS. Hence, I am interested in the use of R to produce these
2010 Jan 06
1
Lattice Plot formatting problem/s
Hi I am having difficulty getting the right format for a lattice plot I am trying to produce. Here is a pic of the plot as I get it now http://i235.photobucket.com/albums/ee37/scotrivers/lattice_plot01.jpg and here is the code I am using: RN<-read.csv("N:/data.dat",header=T) DATA<-RN[is.element(RN$age,0:3),] #select data on age
2003 Jun 18
3
finding contours in a matrix
Hi, I have matrix of sea bottom depths that I am plotting in R with the function 'image'. I am particularly interested in the 200m depth contour (I'm using 'distance from this feature' as a covariate in a model) and would like to extract the data at evenly spaced points along it. I can easily superimpose a line at 200m using the function 'contour'. What I want to