Displaying 20 results from an estimated 100 matches similar to: "Seeming failure of options(width=60)"
2008 Dec 13
2
weird pasting of ".value" when list is returned
could someone explain why the name of FPVAL gets " .value" concatenated
onto it when the code below is run and temp is returned.
I've been trying to figure this out for too long. It doesn't matter when
I put the FPVAL in the return statement. It happens regardless of
whether it's first or last. Thanks.
f.lmmultenhanced <-
function(response, pred1, pred2)
{
2008 Dec 04
1
Formula parsing and updating
Hi all,
I can't come over a problem with formula. Suppose I have a coxmod model
with the following formula:
> somemod$formula
Surv(lebzeit, tot == 1) ~ sex + (alter >= 65) + diff3k + zelltyp_k_c +
q_nuc_3k + kar_k80_g80 + stadium
and I want to drop the stadium explanatory variable from the model with
> update(somemod, ". ~ . - stadium")
I get the following messages:
2009 Jul 12
2
Heckman Selection MOdel Help in R
Hi Saurav!
On Sun, Jul 12, 2009 at 6:06 PM, Pathak,
Saurav<s.pathak08 at imperial.ac.uk> wrote:
> I am new to R, I have to do a 2 step Heckman model, my selection equation is
> below which I was successful in running but I am unable to proceed further,
>
>
>
> I have so far used the following command
>
> glm(formula = s ~ age + gender + gemedu + gemhinc + es_gdppc +
2007 Dec 19
0
leaps
Thank you very much for the example. I think interactively I could get
something.
But my obstacle is to write an R script that processes my set of data
automatically.
My difficulty is to extract the information that appears on the screen, when
R is operated interactively, from a scripts.
Let me go over some steps to make sure I am doing things right.
Assume my data have been read into the matrix
2017 Jun 17
1
(no subject)
I have 4 years of data and for each year, I have initialize the value so now for fitting the model, I want to remove the initial value and get the model based on remaining data set. Could anyone can help on this?
I want to get linear model based on fourth column and 13th column but need to remove the initial value for each year and each treatment ( the second column I have 1:36) .
Thank you,
2006 Feb 26
2
subtotal, submean, aggregate
Dear All,
I would like to make partial sums (or means or any other function) of
the values in intervals along a sequence (spatial transect) where groups
are defined.
For instance:
habitats<-rep(c("meadow","forest","meadow","pasture"),c(10,5,12,6))
observations<-rpois(length(habitats),2)
2013 Apr 29
3
Comparing two different 'survival' events for the same subject using survdiff?
I have a dataset which for the sake of simplicity has two endpoints. We would like to test if two different end-points have the same eventual meaning. To try and take an example that people might understand better:
Lets assume we had a group of subjects who all received a treatment. The could stop treatment for any reason (side effects, treatment stops working etc). Getting that data is very
2009 Mar 11
2
Question about datatypes/plotting issue
Hi,
I am trying to plot the Case-Shiller index found at: http://www2.standardandpoors.com/spf/pdf/index/CSHomePrice_History_022445.xls
The way I'm importing it into R is as follows:
library(gdata)
W <- read.xls("http://www2.standardandpoors.com/spf/pdf/index/CSHomePrice_History_022445.xls
", header=TRUE)
attach(W)
To give you and idea of what the data looks like:
>
2013 Jun 18
1
deny users
hello
I'm in trouble with the deny feature
the log is like the following
Jun 18 17:37:53 auth: Error: Error in configuration file
/usr/local/etc/dovecot/deny.imap line 1: Expecting '='
in the documentation said to write one username per line in the deny file
that is what I did ...what is the format of this file ?
thank you
2010 Jan 05
2
Dovecot Quota Problem
I'm using Dovecot LDA with Exim. I'm also using Dictionary Quotas in a
MySQL database. I want to avoid backscatter completely, so I set
"quota_full_tempfail = yes" and handle quota checking in the Exim RCPT ACL
during the SMTP session. The problem lies in the case where a user's
account is nearly full. Smaller messages will continue to come through,
but a larger message
2009 Apr 27
5
ruby jasper report
Hi,
I am trying to create a pdf using ruby jasper.
For this I am referring this url:-
http://oldwiki.rubyonrails.org/rails/pages/howtointegratejasperreports
I have done everything whatever is in that link.
Still I am not able to get the pdf. I am not getting any error in log
file. My log file is:-
"Processing AccountController#customer_report (for 127.0.0.1 at
2009-04-27 13:19:34) [GET]
2003 Apr 08
1
Can't do Landscape with ManualFeed
Hi:
I am haviong problems with Landscape mode on our HP printers (many models).
I am running 2.2.7a on two different servers. One is using the "old style"
printing (using "printer driver file" parameter). The other is using the
newer printing system. It is the same code on both. Both are Solaris
systems. For the old one, the drivers are installed on the client, for the
2007 Jan 24
2
hello! first post + context_setup
Greetings all.
I''m looking over a ''greenfield'' pasture, and enjoying the TDD(BDD)
process of creation.
I''m currently rspec''ing a finite state machine
(acts_as_state_machine). As such, I need to persist the model through
''specifies'' within the context - from top to bottom.
I have bumped into a couple of probs:
1. context_setup
2006 Aug 24
1
Regarding New QueueWorker class
Hi Ezra/Community,
I posted a few comments last night on the rails forum and followed Ezra''s advice to come here! Lot''s of good stuff in the archives that probably saved me much headache (specifically, ActionMailer related items).
I saw this post - and am wondering if anyone else has had a chance yet to download the two source files and try it out. Queuing of work
2012 Oct 12
1
Problem with which function
Hej,
i need the which() funktion to find the positions of an entry in a matrix.
the entries i'm looking for are : seq(begin,end,0.01) and there are no
empty spaces
i'm searching in the right range.
so i was looking for the results R can find and i recieved this answer.
for (l in
2004 Jul 12
1
Asterisk as plain PABX in call centre
Hi all,
I've been lurking here and reading the Wiki for a month or so now,
getting information on the suitability of Asterisk for my
installation.
I'm responsible for the technical stuff at a mostly-inbound call
centre in Melbourne, Australia. Due to our rapid expansion, it's
getting close to the time to put our old beloved Fujitsu 9600 PABX out
to pasture. I'm evaluating
2010 Apr 30
2
Simple example of decoding streaming audio realtime?
On 30 April 2010 11:43, Sherief N. Farouk <sherief at mganin.com> wrote:
>>> I'm a software engineer. I'm terribly uncomfortable with C.
>
> Aaaaahahahahahahahaha
Please be civil, guys. Different engineers have different skill
levels, so what. If someone asks for some help with the reference
implementation the least we can do is point them in a useful
direction. If
2010 Jan 04
1
log-normal overlay
Hello,
Using the following lines of code, I created the following graph:
2010 Jan 04
1
log normal overlay
Hello,
Using the following lines of code, I created the following graph:
2005 Jun 07
7
wrr question
Guys
All the recent discussions recently, and the knowledge of a 2.6 port,
of WRR has made me very keen on trying it. I had a look at the docs
and examples know but my mind is not in a very receptive state.
Take this simple example.
Incoming internet connection of 1mbps. Shared between up to 25 users
simultaneously.
I know that WRR can fairly distribute the traffic amongst the
currently