Displaying 20 results from an estimated 72 matches for "somethink".
Did you mean:
something
2008 Feb 20
2
factors ordered by mean
Hi,
How to order the levels os factor not by alphabetic order but by mean of Y.
Somethink like this:
I have this alphabetic order:
> levels(pH)
[1] "alto" "baixo" "medio"
the order by mean os yvar is:
> sort(tapply(Riqueza,pH,mean))
baixo medio alto
11.56667 20.00000 26.80000
How to make the levels of pH ordered by this mean to the re...
2003 Aug 26
4
Viewing function source
I know I should probably RTFM for this question, but could someone tell me
if R supports the idea of "viewing source" on any particular function you
want to use?
If I want to "view source" on the rpois() function, for example, can I do
somethink like:
source(rpois)
To see how the function is implemented?
Regards,
Paul Meagher
Datavore Productions
50 Wood Grove Drive
Truro, Nova Scotia
B2N-6Y4
1.902.895.9671
www.datavore.com
2000 Apr 21
2
Graphics: somethink like autoscale
Hello to all of you,
What i try to do : i got data of the type (x,y) which i plot with plot
(x,y).
i want to actualise that plot adding new points (x,y) (i did it with
points(x,y)): how can i adjust the scale of the axis x and y
to see all the points in the window.
Ex: i start with plot (1,0.5). If i do points(0.8,0.5) no problem, all
my points are visible on the graph. But if i do points(2,2),
2006 Nov 14
5
opens source trouble ticket
Hi all,
I am lookng for a truble ticket to install on my Cents os 4.4 server.
RPM is always prefferd. Souce is also welcome.
Have you done somethink like this before?
What are the packages that you recomend for me.
--
Thank you
Indunil Jayasooriya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20061114/749b1a1e/attachment-0002.html>
2007 Aug 24
3
It is possible to use a Shell command inside a R script?
Hi,
It is possible to use a shell command inside a R script?
I'm write a R script and I like to put somes shell commands inside to R.
Somethink like: convert fig01.png fig01.xpm or sed ..., etc.
It is possible? How?
Thanks
Ronaldo
--
Acalme-se, s??o somente 0's e 1's
--
> Prof. Ronaldo Reis J?nior
| .''`. UNIMONTES/Depto. Biologia Geral/Lab. de Ecologia
| : :' : Campus Universit?rio Prof. Darcy Ribeiro, Vila Mau...
2008 Mar 03
3
Script to start Rcmdr
Hi,
anybody know any way to make a bash script to start Rcmdr directly widthout
need to open R and execute library(Rcmdr)?
I try to make this using R CMD BATCH somethink, but dont find the way.
Thanks
Ronaldo
--
> Prof. Ronaldo Reis J?nior
| .''`. UNIMONTES/Depto. Biologia Geral/Lab. de Biologia Computacional
| : :' : Campus Universit?rio Prof. Darcy Ribeiro, Vila Mauric?ia
| `. `'` CP: 126, CEP: 39401-089, Montes Claros - MG - Brasil
| `- F...
2020 Jul 09
3
AD Users on Linux Laptop
...do below first)
>
Start winbind, after network online target is not a good option in my
opinion.
when there is only wlan available that must connect manually winbind
would never start so user can't never login, i guess.
There must be a way to cache login infos between reboot.
sssd or somethink like that?
>>
>> - How can I cache logins infos, for offline login
>> (e.g. when only wlan is available or to start vpn after login to get
>> access to shares)
>
> cat /etc/pam.d/common-auth
> Verify if you see.
>
> # here are the per-package modules (the...
2004 Jun 03
1
[OFF] program to estimate the best fit
Hi,
exist in R or any other program for linux that estimate the best fit for data
using severals functions? Somethink like tablecurve
Thanks
Ronaldo
--
Um menino-prodigio e uma crianca cujos pais tem muita
imaginacao.
-- Jean Costeau
--
|> // | \\ [***********************************]
| ( ?? ?? ) [Ronaldo Reis J??nior ]
|> V [UFV/DBA-Entomologia ]
|...
2007 May 21
2
more simplified output from glht object
Hi,
I use glht to make multcomp, using Tukey, from a glm model.
It is possible to get a more simplified output of result? Somethink like
ordering by letters.
Thanks
Ronaldo
--
Human kind cannot bear very much reality.
-- T. S. Eliot, "Four Quartets: Burnt Norton"
--
> Prof. Ronaldo Reis J?nior
| .''`. UNIMONTES/Depto. Biologia Geral/Lab. de Ecologia
| : :' : Campus Universit?rio Prof. Darcy Ribei...
2008 Jan 02
2
Trixbox and mail2fax
Hi there,
is there any howto how do i configure a asterisk/trixbox for mail2fax?
The fax must be send over sipgate or other SIP peers. (i dont have
any "normal" telephones connected).
What i wanne do is somethink like this:
Subject: +49691234567
Attache: *.pdf
The attched pdf have to be send ;)
--
Mit freundlichen Gr??en
Daniel
mailto:daniel at listmails.de
2008 Jul 30
1
strings are cutted in logs
Hello!
I runned the following command
WINEDEBUG=+rellay wine app.exe
and in log message strings that are bigger are truncated.
It is a way to configure somethink to log entire strings?
2011 May 26
3
Ventrilo 2.1.4 under wine - push to talk.
...ith sound, but there is one with "Push-to-talk" function (hotkey). When frame with ventrilo have lost focus i can't use this function. I spent a lot of time to googled about it and I found program called xbindkeys. I got idea, that I can use this program to send keystroke to ventrilo. Somethink like " when i click CTRL somewhere on linux xbindkeys send this keystroke to ventrilo window". I think about it, because when ventrilo window lost focus I can't use push to talk.
How I can use this function when ventrilo windows lost focus?
ps. I also found this http://ubuntuforums.o...
2003 Aug 19
2
Samba 3beta3 - Winbind and groups in groups - question
...Members of group_c are user_6 and group_b
If i try to do
getent group
At my linux box i got
group_a: user_0,user_1,user_2
group_b: user_3,user_4,user_5
group_c: user_6
Problem is group_c, I think it should be:
group_c: user_6,user_3, user_4, user_5
Does anybody know how to force winbind to do somethink like this?
Best regards,
?ukasz Sznajder
2003 Sep 16
1
how to identify huge downloads ?
hello ...
how can I identify huge downloads on link to automticly move them to low priority queue ? somethink like combination rate and duration of session
Thanks
2005 Jul 27
1
Upload Progress, Error in Ajax.PeriodicalUpdater
Hi,
I''m using Upload Progress class of rails and geting this javascript
error in js console:
"*Ajax.PeriodicalUpdater is not a constructor*"
The view have somethink like:
<%= form_tag_with_upload_progress( {:action => ''create_gallery''},
{ :name => ''new_gallery'',
:begin => "alert(''begin'')",
:finish => "alert(''finish'');" } ) %>
Som...
2004 Jan 19
3
configuration to Grandstream via tftp
Hi,
Anyone know how to set up tftp server for grandstream.
I gues it should be somethink like
<tftpserver-dir>
<mac-address>
firmware.bin
config.txt
Is this correct ?
And how should the config-file look like. ?
I had search sipphone.com but did'nt find anything.
/HHA
_________________________________________________________________
Rethink...
2017 Jun 21
1
FW: Classic upgrade and forced password change...
..., (below here).
> > The fix should be easy,
> > If you still have an error post it to the list im watching it untill
> > about 17:15 (in dutch so same timezone)
>
> Thanks.
>
> I was working on other things, but a collegue have simply
> modified smb.conf putting somethink like 'security = user'
> and winbind package complete the configuration phase.
>
> If could be useful, i'll ask to it...
>
>
> Thanks.
>
> --
> dott. Marco Gaiarin GNUPG
> Key ID: 240A3D66
> Associazione ``La Nostra Famiglia''...
2006 Nov 10
3
advanced plotting
...m plotting a indicatormatrix to
visualize the pattern. Matrix consist from 1's and 0's.
for example x <- matrix(c(0,0,1,0, 1,1,1,1, 0,0,0,1, 1,0,1,1), nrow = 4,
ncol=4)
an i want to have a plot like
| .
| . . . .
| .
| . . .
|_______>
I thinking of somethink like a for loop, which creates a data point
whenever a data point in x[i,j]=1. Anybody
can give me a hint or has an idea how to do this???? thanks in advance for
every help. Lars
--
View this message in context: http://www.nabble.com/-R--advanced-plotting-tf2605043.html#a7269085
Sent from th...
2004 Sep 06
5
HTB problem...
Hi folks.
Let''s say I would like to make some bandwidth control on my network
using HTB. I have 2 clients:
PC1: 192.168.100.2
PC2: 192.168.100.3
Server:
192.168.100.1
This has 2 NIC''s eth1 is local and eth2 is connected to the internet.
It could be nice to have a script, where you could specify, how much
bandwidth you want for a specific host on a network, like, PC1 has
2010 Apr 14
3
default domain empty
...d with the domain. The dokumentation
says: domain part in user at domain, empty if user there's no domain
Okay, but is there a way to add a domain to this beause i need the %%d
for mailbox sharing.
Can i override the domain with a value from the user db or is it
possible with a login script or somethink?
Thank you a lot
Greetings from Austria
Leo