Displaying 20 results from an estimated 40000 matches similar to: "Sample a vector repeatedly"
2008 May 13
1
Repeated measures on a split-plot experiment
Please advise the proper format for coding the random effects of a
split-plot experiment WITH repeated measures. I have been unable to
figure out how to use either lme or lmer's "grouping" to properly
assign the error terms. I am measuring univariate responses.
Here is the set-up:
WP - whole plot factor
SP - split-plot factor
SSP - split-split-plot factor, also the repeated measure
2010 Jul 22
2
using "sample()" for a vector of length 1
Hi All,
I'm trying to use the "sample" function within a loop where the
vector being sampled from (the first argument in the function) will
vary in length and composition. When the vector is down in size to
containing only one element, I run into the "undesired behaviour"
acknowledged in the ?sample help file. I don't want sample(10,1) to
return a number from
2008 Feb 12
6
DomU booting just stops
Hi
Ive recently created a DomU machine, when I run the xm create -c command
however the machine only boots to a certain point. Then stops....see below
root@gangster:/etc/xen# xm create -c hudson
Using config file "./hudson".
Started domain hudson
[ 0.000000] Linux version 2.6.22-14-xen (buildd@king)
(gcc version 4.1.3 20070929 (prerelease) (Ubuntu
2004 May 13
3
Winbind ADS Issues w/ *TONS* of Pre-Research
Samba Team,
I've been trying to get my Samba server to authenticate users against a
Windows 2000 Active Directory domain controller, and it just doesn't work.
I've encountered a TREMENDOUS amount of postings from people who have run
into the same issue, and there's never any responses with a resolution.
I must have viewed more than 500 postings over the course of the day.
I
2008 Sep 17
5
Loop on vector name
[My previous message rejected, therefore I am sending same one with some modification]
I have 3 vectors with object name : dat1, dat2, dat3
Now I want to create a loop, like :
for (i in 1:3)
{
cat(sd(dati))
}
How I can do this in R?
Regards,
2016 Feb 03
2
linking icecast to ios and android phones
Ok folks, I need to find a method for my listeners to listen to my radio station with their Android Phones - - -I think that I need to bypass the flash player - - -can anyone help me out there. I would imagine that many of you are broadcasting to people with Android phones - - -any help would be appreciated
Regards
Gary Hudson
Home: 817-710-6367
Cell: 0959476691
From:
2016 Feb 16
2
listener stats
Thank you Hannah - - -I have figured that out finally. I am not sure what I
am looking at - - -can you help me here? Which one of these below tells me
how many listeners I have? - - -thanks much
admin
icemaster at localhost
banned_IPs
0
build
0-g244e500
client_connections
161644
clients
1
connections
247081
file_connections
168
host
s2.stationplaylist.com
2016 Jan 20
3
linking icecast to ios and android phones
I think it's because the website uses Flash as first player instead of
using it as a fallback for when the browser does not support modern web
standards like the audio tag.
I am running a desktop without flashplayer and this is the screenshot of
your web radio
2016-01-20 18:55 GMT+01:00 Jeremiah Rogers <jeremiahzrogers at gmail.com>:
> I use iOS to listen to my Icecast all the
2016 Feb 05
1
post
2019 Oct 31
3
[PATCH 1/2] loop: fix loop_info struct
Otherwise, stack can be corrupted resulting in incorrect runtime
behaviour. For example, overriding argc from main().
References: https://bugs.launchpad.net/ubuntu/+source/klibc/+bug/1850184
Signed-off-by: Michael Hudson-Doyle <michael.hudson at ubuntu.com>
Signed-off-by: Adam Conrad <adconrad at ubuntu.com>
Signed-off-by: Dimitri John Ledkov <xnox at ubuntu.com>
---
2006 Jun 05
3
Fastest way to do HWE.exact test on 100K SNP data?
Hi everyone,
I'm using the function 'HWE.exact' of 'genetics' package to compute p-values of
the HWE test. My data set consists of ~600 subjects (cases and controls) typed
at ~ 10K SNP markers; the test is applied separately to cases and controls. The
genotypes are stored in a list of 'genotype' objects, all.geno, and p-values are
calculated inside the loop over all
2016 Jan 20
3
linking icecast to ios and android phones
Hello, I am currently using Icecast as the server for my radio station The
Fusion Pocket (www.fusionpocket.com). I love the quality of the streaming
but the stream only seems to work on laptops and not on ios and android
phones. Can you help me with a workaround on this? - - -thanks much
Regards
Gary Hudson
Home: 817-710-6367
Cell: 0959476691
-------------- next part
2009 Jun 18
1
Running a function through a vector with the scalars as arguments
I have a vector of probabilities that I would like to feed to rbinom()
and have it return a 1 or 0 for each element. I have tried simply
using the entire vector as the argument hoping R would understand.
Instead I get a scalar:
theProbs <- runif(10,0,1)
youreON <- rbinom(1, 1, theProbs)
Next I tried using the apply function but I could not get that to work either:
youreON2 <-
2016 Feb 16
2
listener stats
Hannah, thanks so much - - -how do I log into administration. Just go the
icecast website and type in my url?
Regards
Gary Hudson
Home: 817-710-6367
Cell: 0959476691
From: icecast-bounces at xiph.org [mailto:icecast-bounces at xiph.org] On Behalf
Of Hannah Carroll
Sent: Tuesday, February 16, 2016 9:39 AM
To: Icecast streaming server user discussions
Subject: Re: [Icecast] listener
2016 Jan 20
1
linking icecast to ios and android phones
.PLS files should work for iOS devices. See sample text:
[playlist]
numberofentries=1
File1=http://91.121.91.172:31090/LG73
Title1=LG73 Vancouver's Best Music Mix!
Length1=-1
Version=2
On Wed, Jan 20, 2016 at 1:27 PM, Holden Stanford <hstanford1 at gmail.com>
wrote:
> You can create a .m3u or .mp3 container linking to the stream URL. I can't
> remember the exact tags
2010 Aug 10
1
partial match of one column in data frame to another character vector
Here is some data (dput output below)
> myData
id group
1 D599 A
2 002-0004 B
3 F01932 A
18 F16 B
19
2011 Feb 01
2
Problems with sample means and standard deviations
An embedded and charset-unspecified text was scrubbed...
Name: ei saatavilla
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110201/fe2362c4/attachment.pl>
2011 Nov 28
2
Getting clients ips
Hi guys, I'm new using Icecast, so I want know if there is a way to get the
IP address of all connected clients.
Is this simple or I should change source code of icecast to get it??
Thanks in advance,
Hudson Orsine Assump??o
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast/attachments/20111128/f403ea47/attachment.htm
2007 Sep 30
6
Switching to user mode from domU kernel
I''m having trouble switching into user mode with my domU kernel --
everytime I call __HYPERVISOR_iret, the hypervisor calls into my
kernel via the registered callback handler. None of the bits in
the event channel pending arrays are set. If I return via the
iret call, the hypervisor immediately calls back into the handler.
The user RIP never changes, so it is clearly not making forward
2006 Sep 11
1
group membership issue?
Hey List-
running samba 3.0.23b
I have an issue with a single member of a group not being able to get write
access to a share that all the other members have access to. I have checked
the file permissions and they look good to me. Any thoughts on where to look
or solve this? Below is some info.
share portion of smb.cnf:
[ecwtest]
path = /data/www/webroot
writeable = yes
create mode = 6775