Questions tagged [rgp]
2 questions
1
vote
1 answer
rgp (R genetic programming) package - not able to do regression
I am trying to do non-linear regression using R genetic package (rgp) using technique used here: Fitting a curve to specific data (see second method). I am using R package drc for heartrate data:
library(drc)
head(heartrate)
# pressure rate
#1 …

rnso
- 23,686
- 25
- 112
- 234
0
votes
1 answer
package rgp in r gives "NaNs produced" output that cannot be suppressed
I've been using package rgp (genetic programming) in r to predict survival on the Titanic. The input data frame, train, is the training data from Kaggle with the Sex variable changed to 0 for females and 1 for males. Given this, the code is:
fs <-…

datacathy
- 125
- 2
- 11