photo

Kaspar Bachmann


Last seen: 11 months ago Active since 2019

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

3 Questions
2 Answers

Cody

0 Problems
28 Solutions

RANK
16,387
of 300,365

REPUTATION
2

CONTRIBUTIONS
3 Questions
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
1

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
18,621
of 168,262

CONTRIBUTIONS
0 Problems
28 Solutions

SCORE
290

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer
  • Solver
  • First Review

View badges

Feeds

View by

Question


Error in generalized linear mixed-effects model with poisson distribution.
Dear All I have daily measurements for four days (day 0 to 3) from patients. I would like to fit a glme with a poisson distribu...

2 years ago | 1 answer | 0

1

answer

Answered
Cumulative sum per ID
You could also use a combination of unique() and accumarray(): Data.ID = [1;1;2;3;4;5;6;6;7;7]; Data.Data = rand(length(Data.I...

5 years ago | 0

Question


Assessing the proportional hazard (PH) / proportionality assumption of a cox regression model
Dear all I have fitted a cox proportional hazard regression model (coxphit) for some data. I would like to assess the proportio...

5 years ago | 0 answers | 0

0

answers

Question


Illustrating patients and categories over time
Dear all I have a set of approximately 300 patients and data for each patient for 24 hours. The data allows me to attribute o...

5 years ago | 0 answers | 0

0

answers

Answered
how to remove zeros from the matrix?
A=[1, 0, 2, 0, 3 ; 0, 4, 0, 5, 0 ; 6, 0, 7, 0, 8] Var = A; Var(:,length(Var)) = []; for i =...

6 years ago | 1