Displaying 20 results from an estimated 4000 matches similar to: "trouble with model.tables SE means"
2006 May 17
1
Example Syntax for if - then- and - else Statements
Hello R users,
I am a fairly new R user, however, one of the problems I am having is
the use of applying if-, and-, then-, else- statements in R against
datasets & dataframe. Rtips mentions it, but without simple examples I
am not quite sure what my syntax should look like. I am particularly
interested in syntax that can be used with the transform function. for
example
if foo[,1] ==
2006 Nov 07
3
question on multilevel modeling
Hi,
I am trying to run a multilevel model with time nested in people and
people nested in dyads (3 levels of nesting) by initially running a
series of models to test whether the slope/intercept should be fixed or
random. The problem that I am experiencing appears to arise between the
random intercept, fixed slope equation AND.
(syntax:
rint<-lme(BDIAFTER~BDI+WEEK+CORUMTO,
2007 Nov 28
1
question about warning message in nlme model
I am writing to inquire about a warning message that I receive when
trying to model a random slope and intercept at the second level of a
3-level model. Specifically, I am testing a 3-level model in which
time (WEEK) is nested in participants (PARTICIP) and participants are
nested in dyads (DYADID). The goal is to examine how an interpersonal
style (CORUMTO) one week predicts changes in
2004 Apr 01
2
Generating file names
I read a data set into a data.frame. I then operate on the set, add
columns to the frame etc. and now want to output the frame into a file.
Trouble is, I want the file to have a name based upon the original data
set name.
I cannot figure out how to cat strings together and use that new string
as the output filename...
Example:
original data name: D08a
desired output name: Analyzed_D08a
Any
2007 Oct 03
0
help with mclust
Dear all,
I am attempting to model some one-dimensional data using Gaussian
mixture model with mclust. Generally, the data that I have have 3
overlapping populations (with one of them being the majority, and the
other two combining to less than 15%) and for some reason, mclust
consistently ignores the smaller peaks, giving me strange values for the
means (completely anti-intuitive in terms of
2007 Oct 03
1
FW: help with mclust
> No HTML this time. Sorry
Dear all,
I am attempting to model some one-dimensional data using Gaussian mixture model with mclust.? Generally, the data that I have have 3 overlapping populations (with one of them being the majority, and the other two combining to less than 15%) and for some reason, mclust consistently ignores the smaller peaks, giving me strange values for the means
2004 Apr 02
4
Extending a vector
I believe this should be an easy thing to do...
I have a function I repeatably call which takes input parameters and
outputs columns to various data frames. I also wish to keep a summary of
certain values as I call the function. I though keeping the values in a
vector then appending the vector by the new amounts would be the way to
do this.
Example: (this is what I want even thought the below
2004 Apr 06
1
Minimize a plot window
Is it possible to start a X11() device in a minimized state? I have many
windows, each with useful data, which clutter the screen. Having each
window minimize upon creation would help.
Mark
--
Mark O. Kimball
Gasparinilab, University of Buffalo | Low temp physics
mok2 at physics.buffalo.edu | URL: enthalpy.physics.buffalo.edu
lab phone: 716-645-2017x122 Fax: 716-645-2507
2010 May 13
20
HTML and CSS to PDF
I would like to take a rails page and convert it to a pdf. I don''t want
to have to generate the code myself for making the pdf, so it should
obey css. What is the best tool for doing this? Does the tool use the
standard css, or can I provide it alternative print-css?
Thanks in advance,
Jonathan Steel
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you
2011 Jan 19
1
Cannot install gnome on guest VM?
hello,
I believe I have started guest VM now. Is there any GUI support for guest
VM? I tried to "apt-get install gnome", but it doesnot work. My host OS is
ubuntu 10.10.
2011/1/18 Ian Tobin <itobin@tidyhosts.com>
> Hi,
>
>
>
> On debian you need to create or open
>
>
>
> /etc/modprobe.d/local-loop
>
>
>
> and add
>
>
>
> options
2019 Mar 28
4
YP Directory Listing Concern
Hi Prince
Run ps -ef|grep icecast and make sure that you are looking at the correct config file. In my example it is /etc/icecast/icecast.xml
I pulled my hair out once on something simple as that.
Hope it helps
Sent from Mail for Windows 10
From: Prince Naryk
Sent: Thursday, March 28, 2019 10:13 AM
To: Icecast streaming server user discussions
Subject: Re: [Icecast] YP Directory Listing
2019 Mar 27
2
YP Directory Listing Concern
i still can't search my stream
On Wed, Mar 27, 2019 at 6:22 AM Prince Naryk <princekyran.pabate at gmail.com>
wrote:
> what will I search in the YP directory to see my stream if i already
> config it ? that's one thing Im confuse, is it the hostname ? server name ?
> or what ?
>
> On Wed, Mar 27, 2019 at 6:20 AM Prince Naryk <princekyran.pabate at gmail.com>
2019 Mar 28
2
YP Directory Listing Concern
Hi,
Please consider being a bit more patient. Subscribers to this mailing
list are from all over the world and answers from other users may take time.
On 3/27/19 11:15 PM, Prince Naryk wrote:
> what will I search in the YP directory to see my stream if i already
> config it ? that's one thing Im confuse, is it the hostname ? server
> name ? or what ?
Regarding your question, It
2019 Mar 28
2
YP Directory Listing Concern
Hi,
On 3/28/19 7:25 AM, Prince Naryk wrote:
> i understand, but why does my listenurl in the admin panel, still
> says, example.com:port/stream
> the hostname is still example.com <http://example.com> though i
> already changed my hostname in the config file
Such changes take effect only after restarting the server.
Cheers,
Thomas
>
> On Thu, Mar 28, 2019 at 3:03 PM
2019 Mar 29
2
YP Directory Listing Concern
here are the screenshots do you think this work fine ? my friends cant
listen to my stream
On Fri, Mar 29, 2019 at 8:57 AM Prince Naryk <princekyran.pabate at gmail.com>
wrote:
> im using Listen2Myradio website to provide me the IP server and password
> for Icecast
> and I use Butt for the encoder where I also place the IP server and the
> password provided from Listen2myradio
2008 Dec 16
3
Princely Plugin: get nil.size error
Hi All,
I want to generate pdf with css. I am using princely plugin.
This is code which I written
def pdf
prince = Prince.new()
html_string = render_to_string(:template =>
''/users/paid_invoice.pdf.erb'')
send_data(
prince.pdf_from_string(html_string),
:filename => ''some_document.pdf'',
:type =>
2019 Apr 03
2
YP Directory Listing Concern
Most likely because your router will not forward your public IP address on your LAN. You will need to substitute the IP with 127.0.0.1 when listening internally.
From: Icecast [mailto:icecast-bounces at xiph.org] On Behalf Of Prince Naryk
Sent: Wednesday, 3 April 2019 12:35 a.m.
To: Icecast streaming server user discussions
Subject: Re: [Icecast] YP Directory Listing Concern
hi there
I just
2019 Mar 29
2
YP Directory Listing Concern
is icecast not compatible with windows 10 ?
On Fri, Mar 29, 2019 at 12:18 PM Prince Naryk <princekyran.pabate at gmail.com>
wrote:
> my icecast.bat file won't run
>
> On Fri, Mar 29, 2019 at 9:41 AM Prince Naryk <princekyran.pabate at gmail.com>
> wrote:
>
>> here are the screenshots do you think this work fine ? my friends cant
>> listen to my stream
2009 Aug 06
1
OT - Opensourcesip.org
Anyone have any firsthand experience implementing OpenSBC
(opensourcesip.org)? Have a possible consulting gig referral.
Cory J. Andrews
Director New Market Initiatives
Sayers Media Group
VoIP Supply, LLC
454 Sonwil Drive
Buffalo, NY 14225
716-250-3402 OFFICE
716-630-1548 FAX
716-601-4474 MOBILE
candrews at sayersmedia.com <mailto:brett at voipsupply.com>
Have I
2019 Mar 29
2
YP Directory Listing Concern
hi,
im so sorry i made you confuse,
lets make things simple,
i will attach here my config file (the passwords are the default for now).
and see if this configuration will now work over the internet and can be
heard publicly,
I only change the hostname, also please check it if it's the correct one.
thanks for your kind consideration.
On Fri, Mar 29, 2019 at 2:06 PM Thomas B. Rücker