Displaying 6 results from an estimated 6 matches for "4c9c".
Did you mean:
409c
2015 Jun 08
1
Issues with OS/2 and Samba 4
Hi Jeremy,
Am 02.06.2015 um 17:10 schrieb Jeremy Allison <jra at samba.org>:
> Thanks a lot for checking these things ! No one on the Team
> runs OS/2 so it isn't easy to test we still work with it,
> although we should.
>
> Can you log bugs for these issues and we will work through
> them with you if you're willing to do the testing work ?
Sure, I will comment
2010 Sep 30
7
how to make list() return a list of *named* elements
If I combine elements into a list
b <- c(22.4, 12.2, 10.9, 8.5, 9.2)
my.c <- sample.int(round(2*mean(b)), 5)
my.list <- list(b, my.c)
the names of the elements seems to get lost in the process:
> str(my.list)
List of 2
$ : num [1:5] 22.4 12.2 10.9 8.5 9.2
$ : int [1:5] 11 8 6 9 20
If I explicitly name the elements at list-creation, I get what I want:
my.list <- list(b=b,
2009 Apr 08
1
read.spss, locale and encodings
...essage:
In read.spss("wo.sav") :
wo.sav: position 143: Variable name begins with invalid character
This is under Debian GNU/Linux, the stable release.
foreign is version 8.27
--
Hans Ekbrand (http://sociologi.cjb.net) <hans at sociologi.cjb.net>
GPG Fingerprint: 1408 C8D5 1E7D 4C9C C27E 014F 7C2C 872A 7050 614E
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090408/9d17e289/attachment-0002.bin>...
2008 Mar 03
3
Plot using colors
Dear R users,
I have a problem since I try to plot my datas with different colors.
plot(tvar, var, xlab="zeit [s]",ylab="Variation [%]", col = ifelse(var <=
varstability, 'green','red'))
this works well!
But since I add a type="l" to my plot, it will color all the plot with
green!!!
Is there any solution? I avoid to use teachingDemos.
Thanks.
--
2008 Feb 19
3
simple usage of "for"
...the loop construct, and it
seems to work.
> for (i in 2:length(meriter)) { print(i); table(meriter[[1]], meriter[[i]]) }
[1] 2
[1] 3
[1] 4
But I get no tables :-(
What do I do wrong?
--
Hans Ekbrand (http://sociologi.cjb.net) <hans at sociologi.cjb.net>
GPG Fingerprint: 1408 C8D5 1E7D 4C9C C27E 014F 7C2C 872A 7050 614E
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: Digital signature
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20080219/871ff4ed/attachment.bin
2009 Jan 15
2
Interface to open source Reporting tools
...> Message: 29
> Date: Sat, 10 Jan 2009 14:32:19 -0500
> From: David Winsemius <dwinsemius@comcast.net>
> Subject: Re: [R] Applying 'lm' in each group
> To: Bhargab Chattopadhyay <bhargab_1@yahoo.com>
> Cc: r-help@r-project.org
> Message-ID: <796167B3-2B9D-4C9C-A354-22F4F9EC55D1@comcast.net>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>
> Did you read the error message? Generally saying "doesn't work" will
> elicit undesirable responses.
>
> Now would be a good time to read the Posting Guide:
&...