search for: megan

Displaying 20 results from an estimated 29 matches for "megan".

Did you mean: mean
2008 Jun 25
3
gap.boxplot error message?
...xplot(CLI3, CLI4, CLI5, CLI6, CLI7, gap=list(top=c(8000,280000), bottom=c(0,250)), range=50, outline=TRUE, par(ask=FALSE) box" Any ideas? I have read over the Graphical Manual and am going through 'Modern Applied Statistics with S' but I can't figure out where I am going wrong... Megan Bellamy
2009 Feb 04
2
loading lme4 fails - "function 'cholmod_l_start' not provided by package 'Matrix'"
...its required packages (lattice and Matrix) as suggested in the archives and still got this message. The FAQ and archives suggested to check the R version requirements, but I'm already using the latest available version of R, 2.8.1. I'm using Windows XP Professional. Thanks for any help, Megan Davies Megan Davies Policy and Advice Officer, Statistician Scottish Natural Heritage 01463 725072 ********************************************************************** This email and any files transmitted with it are confid...{{dropped:12}}
2008 Aug 08
2
Tick marks that correspond with bars on barplot
...in hardwood/softwood density from 1965 to 2005 in 5 year periods (1965,1970, etc). I would like to have an X-axis where the labels for the years line up after every two bars in the plot (there is one bar for hardwood, and another for softwood). Below is my script: density<-read.table("F:\\Megan\\Vtest.csv", header=TRUE, sep=",") attach (density) barplot(DENSITY,YEAR, col=c("blue", "green", "green", "blue", "blue", "green", "blue", "green", "green", "blue", "green",...
2008 Jul 28
4
RODBC to query an Oracle table
...very well be that my SQL coding is incorrect; I just started learning it. But if someone could point me in the right direction or tell me if I am going about this the correct way that would be greatly appreciated! The script I have right now is: >require(RODBC) >channel<-odbcConnect("MeganXE") >stbl<-sqlQuery(channel, 'select plotnum, sampyear, sptype from density') >sqlQuery(channel, 'select count (sampyear, plotnum, sptype) from stbl where sampyear=1995 AND plotnum=1 AND sptype='S' OR sptype='H') I get this error: unexpected symbol in &quo...
2008 Jun 25
0
subscripted assignments errormessage in gap.boxpot
...th different scales so that my boxes actually show (compare attachments). I have referred to the help pages for gap.boxplot, gap.plot, list with no luck so far. Here is my script and the resulting error message: # Import *.csv files containing areas for each CLI class cli3<-read.table("F:\\Megan\\cli3.csv", header=TRUE, sep=",") cli4<-read.table("F:\\Megan\\cli4.csv", header=TRUE, sep=",") cli5<-read.table("F:\\Megan\\cli5.csv", header=TRUE, sep=",") cli6<-read.table("F:\\Megan\\cli6.csv", header=TRUE, sep=",&qu...
2012 Nov 02
3
lctl ping of Pacemaker IP
...he alias IP number. The alias IP number does not appear in LNET (lctl list_nids), and "lctl ping a.b.c.d" fails. Should this IP alias go into the LNET data base? If yes, how? What steps should I take to generate a successful "lctl ping a.b.c.d"? Thanks for reading! Cheers, megan
2008 Jun 24
2
changing scale range after an axis break
...but would like to have a different scale above the break that ranges from 8000-28000. Right now my axis is so large that the boxplots are only represented as lines with the outliers above. Does anyone know where I could find code that explains how to do this? I'd really appreciate it. Thanks! Megan Bellamy
2008 May 23
1
Line Breaks and Axis breaks..
...a boxplot graph. See attachment... there is an outlier under CLI 5 that can't be seen as a result. >install.packages("plotrix") axis.break(axis=1, breakpos=NULL, bgcol="white", breakcol="black", style="gap", brw=0.02) Thank you very much in advance! Megan Bellamy
2008 Jul 23
2
Using RODBC to use SQL queries
...should be able to use this argument: >odbcQuery(channel, query, rows_at_time,=attr(channel, "rows_at_time")) I have also tried to use arguments like: >sqlColumns(channel, "SAMPLE_YEA") but with no luck. Any help with this would be much appreciated! Thanks in advance, Megan
2011 Apr 25
3
Generalized Linear Model
Hello, I am trying to run a generalized linear model but do not know where to begin. I have attached my data to R but do not know where to go from there. I have two independent variables (each has two factors associated with them) and two dependent variables, each with either a yes/no response which I've valued either 0 or 1 in the data set. Any input would be greatly appreciated. -- View
2011 Oct 24
1
Adding points to a wireframe: 'x and units must have length >0' error
...ylim = ylim, zlim = zlim, xlim.scaled = xlim.scaled, ylim.scaled = ylim.scaled, zlim.scaled = zlim.scaled, ...) }) Thanks so much! -Megan Bartlett [[alternative HTML version deleted]]
2010 Jul 14
1
ccf function
...ally trying to resolve if X leads Y or not. 3) Lastly, is there a function that will pull out the first maximum/significant value?? I tried which.max(x), max(x) and nothing seems to be working. All ideas are appreciated.? I apologize for the simple questions.... but you have to start somewhere! Megan
2007 Oct 14
0
Trouble with getting Samba to connect
Hi I am new the Samba................... I would like to connect my Linux box (Powerc) to my windows box (MEGAN). Here is my smbclient root@Powerc:~# smbclient -L localhost -U% Domain=[SYMS] OS=[Unix] Server=[Samba 3.0.22] Sharename Type Comment --------- ---- ------- ADMIN$ IPC IPC Service (Powerc server (Samba, Ubuntu)) IPC$...
2010 Jul 20
1
mdt backup tar --xattrs question
...he tar command. It failed with "Unrecognized option --xattrs". Is there something I need to specify to get tar to understand it is to back up extended attributes? Will this version of tar correctly obtain the extended attributes or should I be using lustre-tar tool instead? TIA, megan SGI Federal
2008 Feb 28
0
use of step.gam (from package 'gam') and superassignment inside functions
...1+x+s(x,4)+s(x,6)+s(x,12),"z"=~1+z+s(z,4))) } fxn() print(summary(gam.jack)) rm(list= ls()) data(swiss) fxn <- function() { swiss.jack <- swiss[sample(1:nrow(swiss), 20), ] lm1 <- lm(Fertility ~ ., data = swiss.jack) slm1 <- step(lm1) } fxn() ***End of code*** -- Megan C. Ferguson Southwest Fisheries Science Center 8604 La Jolla Shores Dr. La Jolla, CA 92037 (858)546-7118 W (858)546-7003 Fax Megan.Ferguson at noaa.gov
2013 Nov 20
1
nlme function summary.lmList cannot be found with new versions
Hello, I installed the newest version of R (3.0.2) as well as the newest version of nlme (3.1-113) in order to use summary.lmList and other nlme functions. Once loading the new library, lmList and summary.lm can be found, but a number of additional functions cannot be found via command. Versions installed and loaded are correct. Any suggestions on how to allow for these functions of the new
2006 Aug 28
1
net rap share vs. net share
Hi All, I have been using the 'net rap share' command to enumerate Windows shares and CIFS shares hosted on Filers. I have realized though in some cases that using this command does not show all shares as does using 'net share'. I have looked at the shares hosted on this particular windows box and cannot find any difference between the ones that are enumerated using 'net rap
2011 Nov 16
0
Meta property for videos uploaded from rails application
...<meta property="fb:app_id" content="87741124305"> <meta property="og:url" content="http://www.youtube.com/watch?v=UpI6y0UCGjQ"> <meta property="og:title" content="We Found Love - Rihanna (feat. Calvin Harris) (cover) Megan Nicole"> <meta property="og:description" content="http://itunes.apple.com/us/album/we-found-love-single/id479922983 Hey everyone hope you enjoy this cover! Lots of random awkward dancing...haha Special thank..."> <meta property="og:type" con...
2017 Jul 25
1
stuck heal process
Good Morning! We are running RedHat 7.3 with glusterfs-server-3.8.4-18.el7rhgs.x86_64. Not sure if your able to help with this version or not. I have a 5 node setup with 1 node having no storage and only acting as a quorum node. We have a mis of direct attached storage and iscsi SAN storage. We have distributed replica volumes created across all 4 nodes. At some point last week one of the
2008 Dec 29
3
Normal Curve
Dear ALL: How I show the area under the normal curve for example for the following example: Assume X has N(100,15). How to show the area corresponding to the probability: P(90<X<110) With many thanks Abou ========================== AbouEl-Makarim Aboueissa, Ph.D. Assistant Professor of Statistics Department of Mathematics & Statistics University of Southern Maine 96