Displaying 20 results from an estimated 282 matches for "meissner".
2009 Sep 02
5
pruning data
...rame and skips the rows
that contain a single NA value.
I want to know if there is a simple way to determine if a row (about
20 columns) contains a single NA value without running a loop that
checks each individual cell.
Thanks in advance.
__________________
Payam Minoofar, Ph.D.
Scientist
Meissner Filtration Products
4181 Calle Tesoro
Camarillo, CA 93012
+1 805 388 9911 ext. 159
+1 805 388 5948 fax
payam.minoofar at meissner.com
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ATT00001.txt
URL: <https://stat.ethz.ch/pipermail/r-help/at...
2004 Nov 14
0
smbmount and posix ACLs
...ks _nearly_
everything as expected. If the owner or group of the directory/file is
allowed to modify the file, everyting works.
The problem is that if I want to create/modifiy a directory where the
unix-rights are not sufficient, the operation is not permitted. Example:
On the samba-server (fs):
meissner@fs# getfacl .
# file: .
# owner: root
# group: root
user::rwx
group::rwx
group:mit:rwx
mask::rwx
other::r-x
meissner@fs# groups
... mit ...
meissner@fs# touch a
ls -l
-rw-rw-r--+ 1 meissner Domain Users 0 2004-11-14 15:44 a
OK, now I try this on the linux-client (emc2):
meissner@emc2# getfacl .
#...
2010 Sep 16
2
standard error of difference for mixed effects
...sing linear models?
To assist here is one of the models I have formulated
log(Salinity) ~ log(flow), random=~log(flow)|sites/phase
where sites is a factor with levels upstream & downstream, and phase is a factor with two levels before and after.
Any help would be appreciated.
Tschüß
Tony Meissner
Principal Scientist - Monitoring
Department for Water | Level 3 28 Vaughan Terrace Berri SA 5343
T 8595 2209 | M 0401 124 971
E tony.meissner@sa.gov.au<mailto:tony.meissner@sa.gov.au>
Mon | Tue | Wed | Thurs | Fri
www.waterforgood.sa.gov.au<http://www.waterforgood.sa.gov.au/> | www.s...
2009 Jun 12
3
Referencing data frames
...riable and using the string variable to create a data frame (or any object) whose name is the string value of the variable and 2) pass on a string to a function as a parameter, and then use that string to refer to an existing data frame.
Thanks in advance.
Payam
--
Payam Minoofar, Ph.D.
Scientist
Meissner Filtration Products
4181 Calle Tesoro
Camarillo, CA 93012
USA
+1 805 388 9911
+1 805 388 5948 fax
Payam.minoofar@meissner.com
[[alternative HTML version deleted]]
2009 Jun 11
3
Matrix manipulation
...still "8". I have figured out how to assign a sequence vector to the row names, but I am wondering if there is a built-in command that does the same thing. (I.e., change the name of row 7 to "7" from "8".)
Thank you very much.
Payam
--
Payam Minoofar, Ph.D.
Scientist
Meissner Filtration Products
4181 Calle Tesoro
Camarillo, CA 93012
USA
+1 805 388 9911
+1 805 388 5948 fax
Payam.minoofar@meissner.com
[[alternative HTML version deleted]]
2017 Oct 20
2
split() - unexpected sorting of results
Thanks, for the explanation.
Still, I think this is surprising bahaviour which might be handled better.
Best, Peter
Am 20.10.2017 9:49 nachm. schrieb "I?aki ?car" <i.ucar86 at gmail.com>:
> Hi Peter,
>
> 2017-10-20 21:33 GMT+02:00 Peter Meissner <retep.meissner at gmail.com>:
> > Hey,
> >
> > I found this - for me - quite surprising and puzzling behaviour of
> split().
> >
> >
> > split(1:11, as.character(1:11))
> > split(1:11, 1:11)
> >
> >
> > When splitting by numerics...
2009 Aug 28
2
Pls package
...ula = respmat ~ predmat, data = inputmat) :
invalid type (list) for variable ''respmat''
I happen to have a lot of NAs in some of the columns. Is that the problem?
Any input will be greatly appreciated.
Thank you very much, in advance.
Payam
--
Payam Minoofar, Ph.D.
Scientist
Meissner Filtration Products
4181 Calle Tesoro
Camarillo, CA 93012
USA
+1 805 388 9911
+1 805 388 5948 fax
Payam.minoofar@meissner.com
[[alternative HTML version deleted]]
2017 Oct 21
1
split() - unexpected sorting of results
...rtunately this does not solve the OP's question, factor(),
as.factor(), split() and others use the base R sorter and this can only
be changed by changing their sources.
Hope this helps,
Rui Barradas
Em 21-10-2017 00:32, Herv? Pag?s escreveu:
> Hi,
>
> On 10/20/2017 12:53 PM, Peter Meissner wrote:
>> Thanks, for the explanation.
>>
>> Still, I think this is surprising bahaviour which might be handled
>> better.
>
> Maybe a little surprising, but no more than:
>
> > x <- sample(11L)
>
> > sort(x)
> [1] 1 2 3 4 5 6 7 8 9...
2009 Jun 25
2
Placing text outside graph boundary
...actly the same plot for 6 different groups. I would like to add one title for the entire figure at the top of the figure, but I cannot figure out how to do that without anchoring the title one of the graphs.
Is it possible to do that?
Thank you very much.
Payam
--
Payam Minoofar, Ph.D.
Scientist
Meissner Filtration Products
4181 Calle Tesoro
Camarillo, CA 93012
USA
+1 805 388 9911
+1 805 388 5948 fax
Payam.minoofar@meissner.com
[[alternative HTML version deleted]]
2017 Oct 20
2
split() - unexpected sorting of results
Hey,
I found this - for me - quite surprising and puzzling behaviour of split().
split(1:11, as.character(1:11))
split(1:11, 1:11)
When splitting by numerics everything works as expected - sorting of input
== sorting of output -- but when using a character vector everything gets
re-sorted alphabetical.
Although, there are some references in the help files to what happens when
using split, I
2010 Jul 15
2
taking daily means from hourly data
...e(cbind(day,dflow, dlev.morg,dlev.lock2, ...))
daily$day <- with(daily, as.POSIXct("1970-01-01", "%Y-%m-%d", tz="Australia/Adelaide") + day)
rownames(daily) <- NULL
Is there a more efficient way of doing this? I am running R-2.11.0 under Windows XP
Tschüß
Tony Meissner
Principal Scientist (Monitoring)
Resources Monitoring Group
Science, Monitoring and Information Division
Department for Water
"Imagine" ©
*(ph) (08) 8595 2209
*(mob) 0401 124 971
*(fax) (08) 8595 2232
* 28 Vaughan Terrace, Berri SA 5343
PO Box 240, Berri SA 5343
DX 51103
*...
2008 Feb 11
1
mistake during subscription
Dear R-helper,
I made a mistake during my subscription, and think that I turned off from
the mailing list. I confirm that I want to join the mailing list and wish to
post some emails.
Cheers, Anna Meissner
[[alternative HTML version deleted]]
2012 Dec 20
4
Memory filling up while looping
Hey,
I have an double loop like this:
chunk <- list(1:10, 11:20, 21:30)
for(k in 1:length(chunk)){
print(chunk[k])
DummyCatcher <- NULL
for(i in chunk[k]){
print("i load something")
dummy <- 1
print("i do something")
dummy <- dummy + 1
print("i do put it together")
DummyCatcher = rbind(DummyCatcher, dummy)
}
print("i save a chunk
2017 Oct 20
0
split() - unexpected sorting of results
Hi,
On 10/20/2017 12:53 PM, Peter Meissner wrote:
> Thanks, for the explanation.
>
> Still, I think this is surprising bahaviour which might be handled better.
Maybe a little surprising, but no more than:
> x <- sample(11L)
> sort(x)
[1] 1 2 3 4 5 6 7 8 9 10 11
> sort(as.character(x))
[1] "1&quo...
2002 Mar 01
4
Install application under WINE 20020228
I tried to install PAF and got the following:
fixme:ole:CoSetState (0x653c3f80),stub!
fixme:ole:MkParseDisplayName (0x403d39e0, L"StdOle32.tlb", 0x405a6624,
0x46000000): stub.
fixme:ole:CoTreatAsClass
({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{22d84ec7-e201-4432-b3ed-a9dca3604594})
fixme:ole:CoSetState ((nil)),stub!
fixme:ole:CoMarshalInterface Failed to Marshal the interface, 80070057?
2010 Jul 14
1
Converting POSIXct vales to real values
...vec <- as.numeric(Time) I get a number that is in seconds. So far so good. When I then divide the numeric value by the number of seconds in a day eg tvec/(60*60*24) I only get integer values and not fraction of a day which is what I want.
What do I need to do to get decimal days?
Tschüß
Tony Meissner
Principal Scientist (Monitoring)
Resources Monitoring Group
Science, Monitoring and Information Division
Department for Water
"Imagine" ©
*(ph) (08) 8595 2209
*(mob) 0401 124 971
*(fax) (08) 8595 2232
* 28 Vaughan Terrace, Berri SA 5343
PO Box 240, Berri SA 5343
DX 51103
*...
2005 Sep 26
2
nls and na/Nan/Inf error
I am trying to it a particular nonlinear model common in Soil Science to
moisture release data from soil. I have written the function as shown
below according to the logist example in Ch8 of Pinheiro & Bates. I am
getting the following error (R version 2.1.1)
*Error in qr(attr(rhs, "gradient")) : NA/NaN/Inf in foreign function
call (arg 1)*
Below is the function and data.
/#
2017 Oct 20
0
split() - unexpected sorting of results
Hi Peter,
2017-10-20 21:33 GMT+02:00 Peter Meissner <retep.meissner at gmail.com>:
> Hey,
>
> I found this - for me - quite surprising and puzzling behaviour of split().
>
>
> split(1:11, as.character(1:11))
> split(1:11, 1:11)
>
>
> When splitting by numerics everything works as expected - sorting of input
> =...
2009 Sep 21
2
How to handle missing values for the GeneMeta package?
Hello all,
It seems that the GeneMeta passage returns NA in the respective row if
any gene in the data sets to be synthesised are missing. Do you know
of a way to overcome this problem?
I tried using the 'impute' package to fill-in the missing values, but
R crashes if 'impute' and 'GeneMeta' packages are used together. I
have asked a separate question for that.
Thanks
2001 Jun 26
1
Why is winemaker output a library & symlink?
Marcus Meissner wrote:
>
> In article <ax%R6.33895$hV3.53576@newsfeeds.bigpond.com>,
> David Rowe <voicet@bigpond.com.au> wrote:
> >1) Why does winemaker (after ./configure, make etc) produce a library and
> >sym link as the output, e.g. why not an executable.
>
> This i...