search for: ecosys

Displaying 20 results from an estimated 96 matches for "ecosys".

2016 Aug 14
4
Windows 10 point and print restriction
which printer brand/model and which driver? > Op 14 aug. 2016 om 13:25 heeft Vogel, Sven via samba <samba at lists.samba.org> het volgende geschreven: > > Hi, > > it seems there is a problem/bug in windows 10 that point and print restriction dont work and gpo are ignored. I don't know. When I use windows 7 there o problems. technet article they speak about packaged
2012 May 17
3
New Eyes Needed to See Syntax Error
...= TRUE) plot(hco33, split = c(1,2,2,2), more = TRUE) plot(hco34, split = c(2,2,2,2), more = FALSE) dev.off() If the error is not apparent to you, please suggest what I could try to isolate the cause. Rich -- Richard B. Shepard, Ph.D. | Integrity - Credibility - Innovation Applied Ecosystem Services, Inc. | Helping Ensure Our Clients' Futures <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863
2012 Dec 05
4
Changing data frame column headings
I have a reshaped data frame with value column headings concatenated from two column headings in the melted data frame. I want to change all 56 headings in a single command, but 'names' allows me to change only one at a time. In Hadley's 2007 article on reshape in the Journal of Statistical Software he mentions a 'rename' function, but I cannot find that. Is there a way to
2016 Aug 15
0
Windows 10 point and print restriction
...via > samba > Verzonden: zondag 14 augustus 2016 22:24 > Aan: 'samba at lists.samba.org' > Onderwerp: Re: [Samba] Windows 10 point and print restriction > > Hi L.P.H, > > the following printers: > > Brother MFC-J6920 DW > Brother MFC-8380 DN > Kyocera ECOSYS M2535DN > Kyocera ECOSYS M2535dn > Kyocera ECOSYS P7035cdn > Kyocera TASKalfa 3501i > Canon iR3235 > HP LaserJet 2100 > HP OfficeJet Pro 8100 > > Drivers: > Brother MFC-8380DN Printer Windows x64 1.6.0.6 > Brother MFC-8380DN Printer Windows x64 1.6.0.6 > Canon iR32...
2018 Sep 17
5
Kyocera P6230cdn driver installation on print server fails
...r_Windows_Clients as a guide. I tried to install - KX driver, 32 and/or 64 bit - KX-XPS driver, 32 and/or 64 bit - Of both drivers the 64bit variants the installed driver package from system32 directory With all drivers I get the message "Add Printer Driver Wizard Unable to install Kyocera ECOSYS P6230cdn KX (XPS), Type 3 - User Mode, x64 driver. This operation is not supported." after files have been copied to the print$ share into x64/{...} or W32X86/{...} directories. I can't find anything enlightening in the samba log files (low log level shows nothing helpful, high log level...
2011 Oct 04
3
How to subset() from data frame using specific rows
I have a data frame called chemdata with this structure: > str(chemdata) 'data.frame': 14886 obs. of 4 variables: $ site : Factor w/ 148 levels "BC-0.5","BC-1",..: 104 145 126 115 114 128 124 2 3 3 ... $ sampdate: Date, format: "1996-12-27" "1996-08-22" ... $ param : Factor w/ 8 levels "As","Ca","Cl",..:
2012 Aug 07
3
reshape2's dcast() Adds NAs to Data Frame
I need to understand how and why dcast() adds NAs to a data frame that contained no missing values. The database table of chemical concentrations has all missing values removed because they cannot contribute to data analyses. The structure of the R data frame of these data have no NA values, and neither does the data frame resulting from applying the reshape2 melt() function to it. However,
2012 Jun 06
0
R-help Digest, Vol 112, Issue 6
...ce the error message from the ros method. I also do not understand how you expect group = 'SO4' to work. It is not clear that the function will replicate 'SO4' to make a single group. Dave > Date: Tue, 5 Jun 2012 09:58:16 -0700 (PDT) > From: Rich Shepard <rshepard@appl-ecosys.com> > To: r-help@r-project.org > Subject: [R] NADA Applied to my Data > Message-ID: > <alpine.LNX.2.00.1206050931300.27613@salmo.appl-ecosys.com> > Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII > > I need a nudge in the right direction to get starte...
2012 Aug 15
1
NADA package/cenboxplot() method: maximum censored percentage
One set of data has censored (less-than detection limits) water chemistry concentrations for 80-100% of all observations. My initial trial-and-error attempts to apply the cenboxplot() method suggests that it has an upper limit to the percentage of censored observations. I do not see this limit in Dennis Helsel's second edition. Has anyone experience plotting censored data and can provide
2012 Jul 18
2
cenbox(): Changing Default x-axis Group Labels
I've looked at the lattice book and the 'R Graphics Cookbook' without seeing how to change the labels along the x axis for groups in a box plot, specifically cenbox(). The attached example has a main and axes labels with default group labels. Please point me to a reference on how I can change 'FALSE' and 'TRUE' to something more easily understood by viewers. TIA,
2018 Mar 14
1
Fwd: Learning advanced R
...s.had.co.nz/ > github: https://github.com/hadley/r4ds > 2. "Advanced R" > online: https://adv-r.hadley.nz/ > github: https://github.com/hadley/adv-r > > Best, > Eric > > > > On Wed, Mar 14, 2018 at 12:13 AM, Rich Shepard <rshepard at appl-ecosys.com> > wrote: > > > On Tue, 13 Mar 2018, Mark Leeds wrote: > > > > See Hadley's advanced R > >> > > > > +1 A very well writte, highly useful book. Recommended. > > > > Rich > > > > > > ______________________________...
2013 Feb 04
3
Modifying Package Data
The bio.infer package contains a data frame /usr/lib/R/library/bio.infer/data/itis.ttable.rda that needs to be modified. After loading the bio.infer package and attaching the data frame with the data() function, I wrote the data frame to a text file. After adding another row to the data frame I applied read.table() to create a data frame, but it's in my pwd, not the R library data
2012 Jul 03
2
NADA Data Frame Format: Wide or Long?
I have water chemistry data with censored values (i.e., those less than reporting levels) in a data frame with a narrow (i.e., database table) format. The structure is: $ site : Factor w/ 64 levels "D-1","D-2","D-3",..: 1 1 1 1 1 1 1 1 ... $ sampdate: Date, format: "2007-12-12" "2007-12-12" ... $ preeq0 : logi TRUE TRUE TRUE TRUE TRUE
2013 Jan 18
3
longitudinal study
Hello R user, I have a data set from a longitudinal study ( sample below) where subjects are followed over time. Second column (status) contains info about if subject is dead or still in the study and third column is time measured in the week. Here is what I need: if status is not dead or unknown take the last week, if status is dead or unknown I need to have corresponding week. Desired resulst:
2018 Mar 14
0
Fwd: Learning advanced R
...b.com/hadley/r4ds >> 2. "Advanced R" >> online: https://adv-r.hadley.nz/ >> github: https://github.com/hadley/adv-r >> >> Best, >> Eric >> >> >> >> On Wed, Mar 14, 2018 at 12:13 AM, Rich Shepard ><rshepard at appl-ecosys.com> >> wrote: >> >> > On Tue, 13 Mar 2018, Mark Leeds wrote: >> > >> > See Hadley's advanced R >> >> >> > >> > +1 A very well writte, highly useful book. Recommended. >> > >> > Rich >> > >&g...
2024 Jan 22
2
Use of geometric mean .. in good data analysis
...o the literature: it's one of the many areas of "data science" where seemingly simple but pervasive questions require complex answers. And, again, heed my personal caveats. Thus endeth my rant. Cheers to all, Bert On Mon, Jan 22, 2024 at 9:29?AM Rich Shepard <rshepard at appl-ecosys.com> wrote: > On Mon, 22 Jan 2024, Martin Maechler wrote: > > > I think it is a good question, not really only about geo-chemistry, but > > about statistics in applied sciences (and engineering for that matter). > > > John W Tukey (and several other of the grands of t...
2018 Sep 17
2
Kyocera P6230cdn driver installation on print server fails
...> > - KX-XPS driver, 32 and/or 64 bit > > - Of both drivers the 64bit variants the installed driver > > package from system32 directory > > > > With all drivers I get the message > > > > "Add Printer Driver Wizard > > Unable to install Kyocera ECOSYS P6230cdn KX (XPS), Type 3 - > > User Mode, x64 driver. > > This operation is not supported." > > > > after files have been copied to the print$ share into > > x64/{...} or W32X86/{...} directories. I can't find anything > > enlightening in the samba...
2012 Aug 07
3
NADA Package: Referencing Data Frame Columns
The sample data sets that come with the NADA package are limited to one or two variables and a censored measurement indicator column. I try to mimic examples using my data but keep missing the target. My water chemistry data is available in two formats: long (as seen in a database table) and wide (as seen in a spreadsheet). The two structures are: str(chem) 'data.frame': 65349 obs. of
2004 Aug 15
1
how i can unsubscirbe to this mailing list
hi, i wan to unsubscirbe to this mailing list but i didn't find unsubscribe option in the listinfo/wine-users,plz tell me how can unsubscribe from wine-users list. thanks
2024 Jan 22
1
Use of geometric mean for geochemical concentrations
better posted on r-sig-ecology? -- or maybe even stack exchange? Cheers, Bert On Mon, Jan 22, 2024 at 7:45?AM Rich Shepard <rshepard at appl-ecosys.com> wrote: > A statistical question, not specific to R. > > I'm asking for a pointer for a source of definitive descriptions of what > types of data are best summarized by the arithmetic, geometric, and > harmonic > means. > > As an aquatic ecologist I see regulator...