right now predict.fpca returns a tfb object (coefs from scores, basis from fpca). makes a lot of sense, but sometimes people just want the scores and not the fitted values. can we handle that with type?
ideally this will work smoothly with modelr etc too
right now
predict.fpcareturns atfbobject (coefs from scores, basis from fpca). makes a lot of sense, but sometimes people just want the scores and not the fitted values. can we handle that withtype?ideally this will work smoothly with
modelretc too